From: Tom Tromey Date: Tue, 28 Nov 1995 19:56:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Release-0-25~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be5c109ca4e6611021ed8c749c19bd94727a627;p=thirdparty%2Fautomake.git *** empty log message *** --- diff --git a/TODO b/TODO index cb020eb33..916d7d7e3 100644 --- a/TODO +++ b/TODO @@ -51,6 +51,9 @@ check automake.in should disallow setting of LC_ALL and LANG variables by Makefile.am. (?) +look in configure.in's AC_OUTPUT command and include those files in +distribution. + consider auto-including any file that matches "*.in". [ no: po/Makefile.in shouldn't be included ] diff --git a/automake.texi b/automake.texi index 79418e493..1f2e3bb30 100644 --- a/automake.texi +++ b/automake.texi @@ -313,7 +313,7 @@ from @file{automake.in}. Here is how this is handled: SCRIPTS = automake automake: automake.in - CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status + CONFIG_FILES=$@@ CONFIG_HEADERS= ./config.status @end example