]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
(common): config.guess and config.sub are common files.
authorTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 09:11:05 +0000 (09:11 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 09:11:05 +0000 (09:11 +0000)
automake.in

index 2b96da1845a7ec4206d490cc67b07d6d9a0b11f9..f576e7a08ebc94bbd8f71d804a9aa7a8a8b594c5 100755 (executable)
@@ -26,7 +26,7 @@ usage="Usage: automake [--help] [--version] Makefile..."
 
 # These are commonly found files that we look for and automatically
 # include in DIST_FILES.
-common='TODO THANKS README NEWS COPYING COPYING.LIB INSTALL NLS ChangeLog configure configure.in mkinstalldirs install-sh texinfo.tex'
+common='TODO THANKS README NEWS COPYING COPYING.LIB INSTALL NLS ChangeLog configure configure.in config.guess config.sub mkinstalldirs install-sh texinfo.tex'
 
 # NLS nuisances.
 # Only set `LANG' and `LC_ALL' to "C" if already set.