]> granicus.if.org Git - file/commitdiff
add strndup and re-gen.
authorChristos Zoulas <christos@zoulas.com>
Sat, 13 Jan 2007 19:14:13 +0000 (19:14 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 13 Jan 2007 19:14:13 +0000 (19:14 +0000)
Makefile.in
config.h.in
configure

index 8c14cfb5eeff4f2ff35f4cd5587fca440756f0a0..36186792c64dec4f026e04d202d2615f263ee1a7 100644 (file)
@@ -38,7 +38,7 @@ host_triplet = @host@
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
        $(top_srcdir)/configure ChangeLog config.guess config.sub \
-       depcomp install-sh ltcf-c.sh ltmain.sh missing mkinstalldirs
+       depcomp install-sh ltmain.sh missing mkinstalldirs
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
index 3fe7a8dd9eb9f0aff6d184559750fd31db3f090d..b165be8fd4d8b891474ba9c4a9a70dd17943008a 100644 (file)
@@ -66,6 +66,9 @@
 /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H
 
+/* Define to 1 if you have the `strndup' function. */
+#undef HAVE_STRNDUP
+
 /* Define to 1 if you have the `strtoul' function. */
 #undef HAVE_STRTOUL
 
index f39e9462b34836971eb5b02f6141cf0dd56c163d..32aa6a46c121c468ce3c69ead362f47c516da98e 100755 (executable)
--- a/configure
+++ b/configure
@@ -22612,7 +22612,8 @@ _ACEOF
 
 
 
-for ac_func in mmap strerror strtoul mbrtowc mkstemp getopt_long utimes utime wcwidth snprintf vsnprintf
+
+for ac_func in mmap strerror strndup strtoul mbrtowc mkstemp getopt_long utimes utime wcwidth snprintf vsnprintf
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5