From 5fcd9fe9a6e6e67a806b5f8be2e90e843b2b4889 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 22 Nov 1995 04:19:20 +0000 Subject: [PATCH] Look for acconfig.h, config.h.top, and config.h.bot --- automake.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automake.in b/automake.in index 3c3329a8..b4fcfc3b 100755 --- a/automake.in +++ b/automake.in @@ -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 ;; -- 2.43.5