]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Look for acconfig.h, config.h.top, and config.h.bot
authorTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 04:19:20 +0000 (04:19 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 04:19:20 +0000 (04:19 +0000)
automake.in

index 3c3329a80485456f85c38e7964376afe656dbf49..b4fcfc3b8f436d9369deb3f8580eea9f28a830e3 100755 (executable)
@@ -36,7 +36,7 @@ usage="Usage: automake [--help] [--version] [Makefile]..."
 # include in DIST_FILES.  NOTE if you add something here, make sure
 # you add it in the right place -- that is, so that the "--help" still
 # lines up nicely.
-common='THANKS TODO README NEWS COPYING COPYING.LIB INSTALL NLS ChangeLog configure configure.in config.guess config.sub mkinstalldirs install-sh texinfo.tex'
+common='THANKS TODO README NEWS COPYING COPYING.LIB INSTALL NLS ChangeLog configure configure.in config.guess config.sub mkinstalldirs install-sh texinfo.tex acconfig.h config.h.top config.h.bot'
 
 # NLS nuisances.
 # Only set `LANG' and `LC_ALL' to "C" if already set.
@@ -56,7 +56,8 @@ while test $# -gt 0; do
        while test $# -gt 0; do
          echo "  $1            $2"
          shift
-         shift
+         # Ignore errors here, in case we have an odd number.
+         shift 2>/dev/null
        done
        exit 0
        ;;