]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
*** empty log message ***
authorTom Tromey <tromey@redhat.com>
Tue, 28 Nov 1995 19:56:07 +0000 (19:56 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 28 Nov 1995 19:56:07 +0000 (19:56 +0000)
TODO
automake.texi

diff --git a/TODO b/TODO
index cb020eb33cf6dda69b61e891e454514511d85f13..916d7d7e3dd3c6660f197e1be10298a7ef907894 100644 (file)
--- 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 ]
 
index 79418e493b7f1a748849e2b0a2a54bc131fdc48f..1f2e3bb30a8aacd2e5e4b705f2b4c852a1be1d9a 100644 (file)
@@ -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