automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61-pessimize.patch


From: Akim Demaille
Subject: 61-pessimize.patch
Date: Mon, 19 Mar 2001 10:21:48 +0100

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * 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';



reply via email to

[Prev in Thread] Current Thread [Next in Thread]