summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2006-03-30 01:09:50 +0000
committerRuss Allbery <rra@stanford.edu>2006-03-30 01:09:50 +0000
commitff189b02cb8c2ff8ab4be6ed7b081d698fac38da (patch)
treeddaca0b7dd593329e15fc8f90bca07cd94bdf59b /m4
parent255006b6e49febc5a0c9b9789161d9b1005883f3 (diff)
Completely reorganize the source tree into subdirectories to prepare
for future development. Switch to Automake for building Makefiles as partly a science experiment, since I didn't feel like writing all of the subdirectory makefiles.
Diffstat (limited to 'm4')
-rw-r--r--m4/snprintf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/snprintf.m4 b/m4/snprintf.m4
index 6a4d2c0..810495b 100644
--- a/m4/snprintf.m4
+++ b/m4/snprintf.m4
@@ -1,5 +1,5 @@
dnl snprintf.m4 -- Test for a working C99 snprintf.
-dnl $Id: snprintf.m4 6544 2003-12-26 03:23:31Z rra $
+dnl $Id$
dnl
dnl Check for a working snprintf. Some systems have an snprintf that doesn't
dnl nul-terminate if the buffer isn't large enough. Others return -1 if the
@@ -47,5 +47,5 @@ if test "$rra_cv_func_snprintf_works" = yes ; then
AC_DEFINE([HAVE_SNPRINTF], 1,
[Define if your system has a working snprintf function.])
else
- AC_LIBOBJ([snprintf])
+ AC_LIBOBJ([util/snprintf])
fi])