automake-patches
[Top][All Lists]
Advanced

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

Re: FYI: distinguish user/automake/system aclocal include patch more cle


From: Alexandre Duret-Lutz
Subject: Re: FYI: distinguish user/automake/system aclocal include patch more clearly
Date: 09 Nov 2004 11:22:55 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.3.50

>>> "Akim" == Akim Demaille <address@hidden> writes:

 Akim> As a side effect, aclocal now dies if /usr/local/share/aclocal does
 Akim> not exist.

Oops.

2004-11-09  Alexandre Duret-Lutz  <address@hidden>

        * aclocal.in (parse_arguments): Fix detection of unexisting default
        $(datadir)/aclocal.  Report from Akim.

Index: aclocal.in
===================================================================
RCS file: /cvs/automake/automake/aclocal.in,v
retrieving revision 1.113
diff -u -r1.113 aclocal.in
--- aclocal.in  7 Nov 2004 23:25:32 -0000       1.113
+++ aclocal.in  9 Nov 2004 10:21:11 -0000
@@ -655,7 +655,7 @@
       # directory and it hasn't been created.  (We know
       # @system_includes has its default value if @automake_includes
       # is not empty, because --acdir is the only way to change this.)
-      @system_includes = () unless @automake_includes;
+      @system_includes = () if @automake_includes;
     }
   else
     {

-- 
Alexandre Duret-Lutz





reply via email to

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