From 680b9d773161b134e128ea523370bbf7e25bebe2 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 10 Sep 2001 04:21:12 +0000 Subject: [PATCH] added snprintf.c to be linked in WINGs --- WINGs/Makefile.am | 2 ++ configure.ac | 2 +- configure.in | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index 83cfa480..951f31ca 100644 --- a/WINGs/Makefile.am +++ b/WINGs/Makefile.am @@ -38,6 +38,7 @@ libWINGs_a_SOURCES = \ notification.c \ proplist.c \ selection.c \ + snprintf.c \ string.c \ tree.c \ userdefaults.c \ @@ -94,6 +95,7 @@ libWUtil_a_SOURCES = \ misc.c \ notification.c \ proplist.c \ + snprintf.c \ string.c \ tree.c \ userdefaults.c \ diff --git a/configure.ac b/configure.ac index c76bbbaf..dfaed03e 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,7 @@ dnl not used anywhere dnl AC_FUNC_MEMCMP AC_FUNC_VPRINTF AC_FUNC_ALLOCA -AC_CHECK_FUNCS(gethostname select poll strerror strcasecmp strncasecmp setpgid atexit mallinfo vsnprintf vasprintf mkstemp) +AC_CHECK_FUNCS(gethostname select poll strerror strcasecmp strncasecmp setpgid atexit mallinfo snprintf vsnprintf asprintf vasprintf mkstemp) diff --git a/configure.in b/configure.in index c76bbbaf..dfaed03e 100644 --- a/configure.in +++ b/configure.in @@ -100,7 +100,7 @@ dnl not used anywhere dnl AC_FUNC_MEMCMP AC_FUNC_VPRINTF AC_FUNC_ALLOCA -AC_CHECK_FUNCS(gethostname select poll strerror strcasecmp strncasecmp setpgid atexit mallinfo vsnprintf vasprintf mkstemp) +AC_CHECK_FUNCS(gethostname select poll strerror strcasecmp strncasecmp setpgid atexit mallinfo snprintf vsnprintf asprintf vasprintf mkstemp) -- 2.11.4.GIT