Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* automake.in (&handle_configure): Don't bother with optimizing
macro uses.
Index: automake.in
--- automake.in Mon, 12 Mar 2001 21:28:36 +0100 akim (am/f/39_automake.i 1.179 755)
+++ automake.in Mon, 12 Mar 2001 21:39:03 +0100 akim (am/f/39_automake.i 1.179 755)
@@ -3453,14 +3453,7 @@ sub handle_configure
# For now, acconfig.h can only appear in the top srcdir.
if (-f 'acconfig.h')
{
- if ($relative_dir eq '.')
- {
- push (@files, 'acconfig.h');
- }
- else
- {
- push (@files, '$(top_srcdir)/acconfig.h');
- }
+ push (@files, '$(top_srcdir)/acconfig.h');
}
my $stamp_name = 'stamp-h';