diff options
50 files changed, 100 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index 12c168cbc..a34147a91 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ @@ -215,7 +216,7 @@ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): configure.ac m4/acl.m4 m4/afs.m4 m4/assert.m4 m4/bison.m4 m4/boottime.m4 m4/c-stack.m4 m4/canonicalize.m4 m4/check-decl.m4 m4/chown.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirfd.m4 m4/dos.m4 m4/error.m4 m4/fpending.m4 m4/fstypename.m4 m4/fsusage.m4 m4/ftruncate.m4 m4/ftw.m4 m4/getcwd-path-max.m4 m4/getcwd.m4 m4/getgroups.m4 m4/getline.m4 m4/gettext.m4 m4/gettimeofday.m4 m4/glibc.m4 m4/glibc21.m4 m4/group-member.m4 m4/host-os.m4 m4/human.m4 m4/iconv.m4 m4/intdiv0.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/isc-posix.m4 m4/jm-glibc-io.m4 m4/jm-macros.m4 m4/jm-mktime.m4 m4/jm-winsz1.m4 m4/jm-winsz2.m4 m4/lchown.m4 m4/lcmessage.m4 m4/lib-check.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/link-follow.m4 m4/longlong.m4 m4/ls-mntd-fs.m4 m4/lstat.m4 m4/mbrtowc.m4 m4/mbswidth.m4 m4/memcmp.m4 m4/mkdir-slash.m4 m4/mkstemp.m4 m4/nanosleep.m4 m4/onceonly.m4 m4/open-max.m4 m4/perl.m4 m4/prereq.m4 m4/progtest.m4 m4/putenv.m4 m4/readdir.m4 m4/regex.m4 m4/rename.m4 m4/restrict.m4 m4/rmdir-errno.m4 m4/search-libs.m4 m4/st_dm_mode.m4 m4/st_mtim.m4 m4/stat.m4 m4/stdbool.m4 m4/strftime.m4 m4/timespec.m4 m4/unlink-busy.m4 m4/uptime.m4 m4/utimbuf.m4 m4/utime.m4 m4/utimes.m4 m4/xstrtoimax.m4 m4/xstrtoumax.m4 +$(ACLOCAL_M4): configure.ac m4/acl.m4 m4/afs.m4 m4/alloca.m4 m4/assert.m4 m4/bison.m4 m4/boottime.m4 m4/c-stack.m4 m4/canonicalize.m4 m4/check-decl.m4 m4/chown.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirfd.m4 m4/dos.m4 m4/error.m4 m4/fpending.m4 m4/fstypename.m4 m4/fsusage.m4 m4/ftruncate.m4 m4/ftw.m4 m4/getcwd-path-max.m4 m4/getcwd.m4 m4/getgroups.m4 m4/getline.m4 m4/gettext.m4 m4/gettimeofday.m4 m4/glibc.m4 m4/glibc21.m4 m4/group-member.m4 m4/host-os.m4 m4/human.m4 m4/iconv.m4 m4/intdiv0.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/isc-posix.m4 m4/jm-glibc-io.m4 m4/jm-macros.m4 m4/jm-mktime.m4 m4/jm-winsz1.m4 m4/jm-winsz2.m4 m4/lchown.m4 m4/lcmessage.m4 m4/lib-check.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/link-follow.m4 m4/longlong.m4 m4/ls-mntd-fs.m4 m4/lstat.m4 m4/mbrtowc.m4 m4/mbswidth.m4 m4/memcmp.m4 m4/mkdir-slash.m4 m4/mkstemp.m4 m4/nanosleep.m4 m4/onceonly.m4 m4/open-max.m4 m4/perl.m4 m4/prereq.m4 m4/progtest.m4 m4/putenv.m4 m4/readdir.m4 m4/regex.m4 m4/rename.m4 m4/restrict.m4 m4/rmdir-errno.m4 m4/search-libs.m4 m4/st_dm_mode.m4 m4/st_mtim.m4 m4/stat.m4 m4/stdbool.m4 m4/strftime.m4 m4/timespec.m4 m4/unlink-busy.m4 m4/uptime.m4 m4/utimbuf.m4 m4/utime.m4 m4/utimes.m4 m4/xstrtoimax.m4 m4/xstrtoumax.m4 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) config.h: stamp-h1 diff --git a/aclocal.m4 b/aclocal.m4 index 332fcd835..2fc07e2db 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -860,7 +860,7 @@ WARNING: You don't seem to have perl5.003 or newer installed, or you lack ] ) ]) -#serial 63 -*- autoconf -*- +#serial 64 -*- autoconf -*- m4_undefine([AC_LANG_SOURCE(C)]) dnl The following is identical to the definition in c.m4 @@ -951,6 +951,7 @@ AC_DEFUN([jm_MACROS], AC_REQUIRE([AC_FUNC_FSEEKO]) AC_REQUIRE([AC_FUNC_VPRINTF]) AC_REQUIRE([AC_FUNC_ALLOCA]) + AC_REQUIRE([gl_FUNC_ALLOCA]) AC_CONFIG_LIBOBJ_DIR([lib]) AC_FUNC_GETLOADAVG @@ -3408,6 +3409,43 @@ AC_DEFUN([jm_FUNC_GETGROUPS], test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS" ]) +# alloca.m4 serial 2 (gettext-0.12) +dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +AC_DEFUN([gl_FUNC_ALLOCA], +[ + dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57. + AC_REQUIRE([AC_PROG_CPP]) + AC_REQUIRE([AC_PROG_EGREP]) + + AC_REQUIRE([AC_FUNC_ALLOCA]) + if test $ac_cv_func_alloca_works = no; then + gl_PREREQ_ALLOCA + fi + + # Define an additional variable used in the Makefile substitution. + + AC_EGREP_CPP([Need own alloca], [ +#if defined __GNUC__ || defined _MSC_VER || !HAVE_ALLOCA_H + Need own alloca +#endif + ], + ALLOCA_H=alloca.h, + ALLOCA_H=) + AC_SUBST([ALLOCA_H]) +]) + +# Prerequisites of lib/alloca.c. +# STACK_DIRECTION is already handled by AC_FUNC_ALLOCA. +AC_DEFUN([gl_PREREQ_ALLOCA], [ + AC_CHECK_HEADERS_ONCE(stdlib.h string.h) +]) + #serial 5 AC_PREREQ(2.13) diff --git a/doc/Makefile.in b/doc/Makefile.in index 2ea70d942..2aad57bc5 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/lib/Makefile.in b/lib/Makefile.in index d371c1d23..23531c18f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -41,6 +41,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ @@ -265,11 +266,11 @@ libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD) BUILT_SOURCES = getdate.c MAINTAINERCLEANFILES = $(BUILT_SOURCES) -MOSTLYCLEANFILES = stdbool.h +MOSTLYCLEANFILES = stdbool.h stdbool.ht alloca.h alloca.ht EXTRA_DIST = config.charset ref-add.sin ref-del.sin \ fnmatch_loop.c inttostr.c inttostr.h\ -stdbool.hin +stdbool.hin alloca_.h charset_alias = $(DESTDIR)$(libdir)/charset.alias charset_tmp = $(DESTDIR)$(libdir)/charset.tmp @@ -849,12 +850,17 @@ uninstall-local: all-local charset.alias: config.charset $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ mv t-$@ $@ - # Create stdbool.h on systems that lack a working one. all-local $(lib_OBJECTS): $(STDBOOL_H) stdbool.h: stdbool.hin - sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool.hin > t-$@ - mv t-$@ $@ + sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool.hin > $@t + mv $@t $@ +# Create an <alloca.h> when the system +# doesn't have one that works with the given compiler. +all-local $(lib_OBJECTS): $(ALLOCA_H) +alloca.h: alloca_.h + cp $(srcdir)/alloca_.h $@t + mv $@t $@ .sin.sed: sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ mv t-$@ $@ diff --git a/man/Makefile.in b/man/Makefile.in index 828f6896d..06754f8e8 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/src/Makefile.in b/src/Makefile.in index dee8b5141..fa05b0d07 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -43,6 +43,7 @@ host_triplet = @host@ transform = s/ginstall/install/; @program_transform_name@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ @@ -845,7 +846,7 @@ uninstall-binPROGRAMS: done clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ diff --git a/tests/Makefile.in b/tests/Makefile.in index d9fa67524..b41d8d659 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index e161df205..a214e636b 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index 430fe8bea..fb08fe4f9 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 28ddc1b92..6a2277fe8 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index 73a84dac3..66c7b9910 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index a89e6eb24..9eb07bc15 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 1c2bd4269..dfe2d6f13 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index 307884ca6..8e9527133 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 600c37856..edd04a8d8 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index fc2bf76c5..3e477fca7 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 5817cdac1..a9816d1da 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in index 309d0ecbc..2043a9ba8 100644 --- a/tests/expr/Makefile.in +++ b/tests/expr/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index 0c44d02ff..555becd1b 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index 4de7a7c41..2d625261e 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index 2fdd35727..7d433be59 100644 --- a/tests/head/Makefile.in +++ b/tests/head/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index 35ad0cb48..c1c3128cd 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index 4baaf0a12..9c9d9da62 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 6fa725731..8990d8902 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 5d3183c7f..c387d187b 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 67524653a..45ffa28da 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index 6002217b8..1c3f9c989 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in index 02faccb93..ebc57c80f 100644 --- a/tests/misc/Makefile.in +++ b/tests/misc/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index e911b145c..a9ba84797 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index ca1ca7ae9..2e2e92ae4 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in index 2cbda13e0..a158b8264 100644 --- a/tests/od/Makefile.in +++ b/tests/od/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index b224f98c5..03ce3c28e 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 6b94e6c70..e73ad5b29 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index d87d1bac4..f1378666b 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 3ae0454a1..c30952625 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index 10a91fc00..bd68cbbaf 100644 --- a/tests/sha1sum/Makefile.in +++ b/tests/sha1sum/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index a4696b235..b995d8cd4 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 1c72e1489..8f4b7da8b 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index 75076fee7..4db7662c9 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in index dccc0f90a..facb0d37c 100644 --- a/tests/sum/Makefile.in +++ b/tests/sum/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index ee32473be..925d4fb38 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in index 13eb317f8..1be29df91 100644 --- a/tests/tail-2/Makefile.in +++ b/tests/tail-2/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index ce2d5aec8..c45912a99 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index dc7ab15a7..f035d6733 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 406920728..639572db6 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 4cedbf4e4..6424a53ff 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index 4115b33c7..abea0dbbb 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 67685215a..23f16c963 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index e86199904..ec79001bf 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index 13a77a1b5..5291d3ec9 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -38,6 +38,7 @@ POST_UNINSTALL = : host_triplet = @host@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ |