]> sourceware.org Git - automake.git/commitdiff
fixlet
authorTom Tromey <tromey@redhat.com>
Fri, 13 Sep 1996 04:45:39 +0000 (04:45 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 13 Sep 1996 04:45:39 +0000 (04:45 +0000)
TODO
automake.in

diff --git a/TODO b/TODO
index 0ae8b0b882378c765b142b0652975ba1c6de772c..c5bfd3f957ae34fdf73a8a4a4d5f208c4261f5fc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,6 +4,8 @@ Priorities for release:
 must at least partially rewrite dist system (to handle distributing
 info files, which is currently somewhat broken).
 
+if only check_PROGRAMS is defined, then TAGS target doesn't work!
+
 Per Bothner says:
 Per> 1) Being able to build a set of non-source programs
 Per> from source porgrams, without necessarily linking them together.
index 982330a25ba59c2fde009b9e4160c4eb41cf5548..e9aa8581a8f83c89ba7800ee1c99650355d1ae5f 100755 (executable)
@@ -2754,7 +2754,7 @@ sub scan_configure
         # AC_CANONICAL_SYSTEM, but never downgrading.
        $seen_canonical = $AC_CANONICAL_HOST
            if ! $seen_canonical
-               && (/AC_CANONICAL_HOST/ || /AC_CHECK_TOOL);
+               && (/AC_CANONICAL_HOST/ || /AC_CHECK_TOOL/);
         $seen_canonical = $AC_CANONICAL_SYSTEM if /AC_CANONICAL_SYSTEM/;
 
        $seen_path_xtra = 1 if /AC_PATH_XTRA/;
This page took 0.03468 seconds and 5 git commands to generate.