automake-patches
[Top][All Lists]
Advanced

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

21-fyi-more-traces.patch


From: Akim Demaille
Subject: 21-fyi-more-traces.patch
Date: Sun, 21 Oct 2001 14:01:22 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * automake.in (&scan_autoconf_traces): Add support for
        AM_PATH_LISPDIR and AM_PATH_PYTHON.

Index: automake.in
--- automake.in Sat, 20 Oct 2001 13:58:09 +0200 akim
+++ automake.in Sun, 21 Oct 2001 11:06:27 +0200 akim
@@ -4458,6 +4458,8 @@ sub scan_autoconf_traces ($)
                'AM_GNU_GETTEXT',
                'AM_INIT_AUTOMAKE',
                'AM_MAINTAINER_MODE',
+               'AM_PATH_LISPDIR',
+               'AM_PATH_PYTHON',
                'AM_PROG_CC_C_O',
               );

@@ -4556,11 +4558,19 @@ sub scan_autoconf_traces ($)
        {
          $seen_maint_mode = $here;
        }
+      elsif ($macro eq 'AM_PATH_LISPDIR')
+       {
+         $seen_lispdir = $here;
+       }
+      elsif ($macro eq 'AM_PATH_PYTHON')
+       {
+         $seen_pythondir = $here;
+       }
       elsif ($macro eq 'AM_PROG_CC_C_O')
        {
          $seen_cc_c_o = $here;
        }
-    }
+   }
 }



reply via email to

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