From ab7f90ad681da848a67b527304ee17cbdf82007c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 31 Jan 2001 04:00:44 +0000 Subject: [PATCH] * automake.in (scan_one_autoconf_file): Don't mention omit_dependencies. --- ChangeLog | 5 +++++ automake.in | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 030218bc..88489a43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-30 Tom Tromey + + * automake.in (scan_one_autoconf_file): Don't mention + omit_dependencies. + 2001-01-29 Akim Demaille * automake.in (&scan_autoconf_config_files): Extract from diff --git a/automake.in b/automake.in index 41c76b29..fb0b13e2 100755 --- a/automake.in +++ b/automake.in @@ -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. -- 2.43.5