# 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.
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
;;