summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-28 23:59:00 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-29 00:02:56 +0100
commit00d2aff2e1a75045b36ca01194d8e29a44c0814b (patch)
tree34c81fe84dfee91895a03c3666dc3dc6ab2ef741 /old
parentbff57c887dbd57ace4860b8cd83100cfca02f930 (diff)
downloadautomake-00d2aff2e1a75045b36ca01194d8e29a44c0814b.tar.gz
maint: reflect removal of 'configure.in' support in comments and messages
* t/help.sh, syntax-checks.mk, aclocal.in, old/TODO: In these files. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'old')
-rw-r--r--old/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/old/TODO b/old/TODO
index f8e4754df..fcd8a58f6 100644
--- a/old/TODO
+++ b/old/TODO
@@ -233,7 +233,7 @@ characters long.
* Make sure that all the files in the distribution are world-readable.
should be able to determine what is built by looking at rules (and
-configure.in). Then built man pages (eg) could automatically be
+configure.ac). Then built man pages (eg) could automatically be
omitted from the distribution.
Right now, targets generated internally (eg "install") are not
@@ -445,7 +445,7 @@ consider auto-including any file that matches "*.in".
must look at mkid to see how it works (for subdir usage)
[ right now, it doesn't. i don't see a simple fix right now ]
-if configure.in not found, move up a directory and try again? This
+if configure.ac not found, move up a directory and try again? This
could eliminate a common source of problems.
[ this is just a bad idea ]