]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 23:04:56 +0000 (23:04 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 23:04:56 +0000 (23:04 +0000)
50 files changed:
Makefile.in
aclocal.m4
doc/Makefile.in
lib/Makefile.in
man/Makefile.in
src/Makefile.in
tests/Makefile.in
tests/basename/Makefile.in
tests/chgrp/Makefile.in
tests/chmod/Makefile.in
tests/chown/Makefile.in
tests/cp/Makefile.in
tests/cut/Makefile.in
tests/date/Makefile.in
tests/dd/Makefile.in
tests/dircolors/Makefile.in
tests/du/Makefile.in
tests/expr/Makefile.in
tests/factor/Makefile.in
tests/fmt/Makefile.in
tests/head/Makefile.in
tests/install/Makefile.in
tests/join/Makefile.in
tests/ln/Makefile.in
tests/ls-2/Makefile.in
tests/ls/Makefile.in
tests/md5sum/Makefile.in
tests/misc/Makefile.in
tests/mkdir/Makefile.in
tests/mv/Makefile.in
tests/od/Makefile.in
tests/pr/Makefile.in
tests/rm/Makefile.in
tests/rmdir/Makefile.in
tests/seq/Makefile.in
tests/sha1sum/Makefile.in
tests/shred/Makefile.in
tests/sort/Makefile.in
tests/stty/Makefile.in
tests/sum/Makefile.in
tests/tac/Makefile.in
tests/tail-2/Makefile.in
tests/tail/Makefile.in
tests/test/Makefile.in
tests/touch/Makefile.in
tests/tr/Makefile.in
tests/tsort/Makefile.in
tests/unexpand/Makefile.in
tests/uniq/Makefile.in
tests/wc/Makefile.in

index 12c168cbc6b9e03155cf2f19f5fc4bf03f566342..a34147a91bc9f0e41cc1f1afa0cc97008b2fcbc8 100644 (file)
@@ -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
index 332fcd83536180800313f835c91943017846ac7d..2fc07e2db328954a4fb15090bc574d6f4f3bd89d 100644 (file)
@@ -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)
index 2ea70d9427a197ea0efc76daae460cd1eb679fd2..2aad57bc5dc5e27a33475a8656fa54b3092be425 100644 (file)
@@ -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@
index d371c1d2360ce52f329a6f48473bf7672265cc40..23531c18fa21dc8accc3665bef8253c3f34c5161 100644 (file)
@@ -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-$@ $@
index 828f6896dfb16dbd8e2139356681338a6bcc816b..06754f8e80959321d7affc27bada9a523fb3e757 100644 (file)
@@ -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@
index dee8b5141554080e84f027d5aceffa7a4148c3a4..fa05b0d07fe0ab1eacef30c00fc020e5752610b1 100644 (file)
@@ -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 \
index d9fa67524fb58cc5ff0cc30981b685d7e4e436f7..b41d8d6599ae8b7503a39c6b8721ec38518375e4 100644 (file)
@@ -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@
index e161df205d0ad613e02c581f721e0d60b054d57b..a214e636bd79b1973f4ac57f1c8be6836adf5822 100644 (file)
@@ -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@
index 430fe8bea9da78c30c3f495b54fe1b0dcc57956a..fb08fe4f9a64129ad0b86b4706b5b7f1898e1336 100644 (file)
@@ -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@
index 28ddc1b928838eba7cabb3cd939fa79cf6aac800..6a2277fe81aebf0b3f2cb708cbd4b7e5cec8df49 100644 (file)
@@ -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@
index 73a84dac3c1ec3b62c17860f141963d14376104d..66c7b9910665b1a99ed32f975791b7cc12beef2a 100644 (file)
@@ -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@
index a89e6eb2486ae75cf9330af95b82e7e4476f776b..9eb07bc15d72b07affd7849fb152b7f7149eae80 100644 (file)
@@ -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@
index 1c2bd426986b1a757e9625aa0842dfd94fd83b9b..dfe2d6f13dc46dacd7f48f61ce3f3d9ddac83a9c 100644 (file)
@@ -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@
index 307884ca65666743ae9cf324d5f19affccaf63e4..8e952713364a0f6bc87e408ce73f27753cf39f63 100644 (file)
@@ -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@
index 600c37856f0b0d8a9fd7462e37559f9e1c890d58..edd04a8d850aa09659bbbfee823ecc2776165e8c 100644 (file)
@@ -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@
index fc2bf76c5eed5aaa69462930260959c16a5b616c..3e477fca706f807f4768de42b3e83e48c4f9f231 100644 (file)
@@ -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@
index 5817cdac16b3f7d5088974cc6d84ddfae052a3f6..a9816d1daa450bca4de9ff10442676e1352e03b9 100644 (file)
@@ -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@
index 309d0ecbc36cfb1c90dacaef1a0213bd74f0152f..2043a9ba84c89406e1865a9aa8499a1d64e26dc6 100644 (file)
@@ -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@
index 0c44d02ff799327dbb3a5ce320fefc42e7e2f68f..555becd1b4d51135cfb24f225015ff2bff393831 100644 (file)
@@ -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@
index 4de7a7c41397e7f23dbafb8bb2c3ea71df2e22cb..2d625261e30235967564c769dee053b2dea3c1bc 100644 (file)
@@ -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@
index 2fdd35727462cdd30379e2c10e41c7b9d7493174..7d433be5961e54a7a4042cab2c7f45796ebd51b0 100644 (file)
@@ -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@
index 35ad0cb48a2bd64fc428bb692c131d61541eef7b..c1c3128cd1136814064b5f60a684c1362626219f 100644 (file)
@@ -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@
index 4baaf0a124a1858f5112d59bbcf290cd5940b210..9c9d9da620d59ff5a9e121b7bd8d327070f84114 100644 (file)
@@ -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@
index 6fa72573144811d58620ed7cba0be858532c5682..8990d89028f82da8183c572e72e49bf0ae69928f 100644 (file)
@@ -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@
index 5d3183c7f6db20d712f5c791e6232b47206f6864..c387d187b9d5dd5aef15beae8c39c5d5548ec7f3 100644 (file)
@@ -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@
index 67524653aad00271d19d4d5ea5fe95727e7e5a67..45ffa28dadbd800da0e009c79d2b8b38a3fedefd 100644 (file)
@@ -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@
index 6002217b8e00d464c48e859cf7279be02facd754..1c3f9c989cc9207c4c7532647f4ba1bf72f14ab9 100644 (file)
@@ -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@
index 02faccb93b1333e992b166f625d25072962a479b..ebc57c80f5d5aaf45fdeeb9790aef20e9ad60ae7 100644 (file)
@@ -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@
index e911b145c15eebce805a1cbee064e682e4e6436b..a9ba84797482aed083282729ee119b1b3cbb3afb 100644 (file)
@@ -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@
index ca1ca7ae9e96ce8f70b23a0cc98096e09cff4217..2e2e92ae469637bcd7beb15b7ef224dee810c3d9 100644 (file)
@@ -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@
index 2cbda13e0fa88ae869808a33d7d7baddf7bb7b10..a158b826417db6a475f5a69443e3b45733ae8fa8 100644 (file)
@@ -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@
index b224f98c554b65b3239906f7d8ddeeba0d9d344d..03ce3c28efad00ce79ab7ce5672a825cc238696d 100644 (file)
@@ -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@
index 6b94e6c70cd083a0675e707eb2f8ca961235bba4..e73ad5b29afc68047ca6a1665fa6d1feb6356825 100644 (file)
@@ -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@
index d87d1bac4babbb6cb327e47e707d5cea831c476b..f1378666bf461e4d254ba3643579ada192dbbc94 100644 (file)
@@ -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@
index 3ae0454a18d58150b0523241ed7dca7fe6b459f7..c3095262527c6531c1d2182a0775fd631c9bdeb8 100644 (file)
@@ -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@
index 10a91fc00cb6653434a44a7a7ba2029ba8337d90..bd68cbbaf3d5c7c544924f96eb7f20a6d2f9ba52 100644 (file)
@@ -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@
index a4696b23505fef3ebefa62de344e9a1f35f67cfe..b995d8cd4f9999ffaaa0a1a178b1dce4a4d5e9dd 100644 (file)
@@ -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@
index 1c72e1489b3afdbb185f0937af7381f6aa87ea5b..8f4b7da8bd515903b32d6855fe2be7eafd9562f1 100644 (file)
@@ -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@
index 75076fee754cedb42fee7150f754cde45c220445..4db7662c954366dd3e81f2256528e4f4cc2dc1e3 100644 (file)
@@ -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@
index dccc0f90a56f9dbe9843242ec0f2c94d6ef4137e..facb0d37c123ad22d1d73897dc0cb9aa078018c4 100644 (file)
@@ -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@
index ee32473bea46cd9ea47cd7c6427df1d6ca04ab93..925d4fb38aad8b87b634cd050087cdd69a350a96 100644 (file)
@@ -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@
index 13eb317f81e8c4beadbdd8fe74a450c3c701eb7a..1be29df917c13a69f0d6b40e0ea8a78ca2735a1f 100644 (file)
@@ -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@
index ce2d5aec87ec0f6f0ed01b308c6f006bfb2a67ca..c45912a991fadfba5c6a43fbb69f3021031e054b 100644 (file)
@@ -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@
index dc7ab15a7812bd4b1856f9969fd1e054412ad91b..f035d67336b31096aa4e71a50a758a980c45701e 100644 (file)
@@ -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@
index 406920728c231ad1faefc4094398a5aa791d80aa..639572db62e4adbb3a7fee104025ccf221884d00 100644 (file)
@@ -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@
index 4cedbf4e4d89b7a4bcaef61b5aa3c18c61bd5d37..6424a53ffb22e8ef478642cb43e74c0ebaa04c4e 100644 (file)
@@ -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@
index 4115b33c7f6a4ca5cb8f249ae60e09b6424f47f9..abea0dbbbee4c5627efaaeacf85450528bf87697 100644 (file)
@@ -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@
index 67685215a389fa7c5c67749466466b48bb4f645a..23f16c9632ff4915decc1bb42faef6006416a25e 100644 (file)
@@ -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@
index e861999044af20f58132e8be2b685000eded233f..ec79001bfa2a350662f9c403aee0e20750ba9488 100644 (file)
@@ -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@
index 13a77a1b5e0d6612e67ed10d7969440d653e0278..5291d3ec9016d1a6b0b92b882a08109fed41218d 100644 (file)
@@ -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@