]> sourceware.org Git - automake.git/commitdiff
* automake.in (scan_one_autoconf_file): Don't mention
authorTom Tromey <tromey@redhat.com>
Wed, 31 Jan 2001 04:00:44 +0000 (04:00 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 31 Jan 2001 04:00:44 +0000 (04:00 +0000)
omit_dependencies.

ChangeLog
automake.in

index 030218bc7189b659658366fcee7919cbef3339f4..88489a43e4cc894c6d9f79113a68aa7fb40a7914 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-30  Tom Tromey  <tromey@redhat.com>
+
+       * automake.in (scan_one_autoconf_file): Don't mention
+       omit_dependencies.
+
 2001-01-29  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&scan_autoconf_config_files): Extract from
index 41c76b295b5cc17059d731fe4b801a46b52bd25b..fb0b13e20b46ac12c02d823433b18afcd84f0714 100755 (executable)
@@ -4447,8 +4447,6 @@ sub scan_one_autoconf_file
            $libsources{'rx.h'} = 1;
            $libsources{'regex.c'} = 1;
            $libsources{'regex.h'} = 1;
-           $omit_dependencies{'rx.h'} = 1;
-           $omit_dependencies{'regex.h'} = 1;
        }
        elsif (/AC_FUNC_MKTIME/)
        {
@@ -4564,7 +4562,6 @@ sub scan_one_autoconf_file
        {
            $seen_gettext = 1;
            $ac_gettext_line = $.;
-           $omit_dependencies{'libintl.h'} = 1;
        }
 
         # Look for ALL_LINGUAS.
This page took 0.038283 seconds and 5 git commands to generate.