]> sourceware.org Git - automake.git/commitdiff
* automake.in (&handle_configure): Don't bother with optimizing
authorAkim Demaille <akim@epita.fr>
Mon, 9 Apr 2001 16:12:10 +0000 (16:12 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 9 Apr 2001 16:12:10 +0000 (16:12 +0000)
macro uses.

ChangeLog
automake.in

index 3eddae80ad057d6e9e81e0e7e8c1d916c2c09121..3f902712d842983983da294f29d114ec1ca34d3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-09  Akim Demaille  <akim@epita.fr>
+
+       * automake.in (&handle_configure): Don't bother with optimizing
+       macro uses.
+
 2001-04-09  Akim Demaille  <akim@epita.fr>
 
        * tests/cond3.test (expected): Adjust.
index 0434bb6559c80c9bf8ff9067e7429130cd84aa61..03e7653dafa309d80f88d4b1a4cf1b2ba3e78a1d 100755 (executable)
@@ -3392,14 +3392,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';
This page took 0.041098 seconds and 5 git commands to generate.