automake-patches
[Top][All Lists]
Advanced

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

Re: 1.6.2: patch-aclocal-path


From: Harlan Stenn
Subject: Re: 1.6.2: patch-aclocal-path
Date: Wed, 31 Jul 2002 16:28:23 -0700

This patch is from the mpkg folks.

As I understand it, the purpose is to "unlink" the installation of things
like libtool and automake, so one may use the ACLOCAL_PATH to easily use
different installations of libtool with different versions of automake.

Perhaps the mpkg folks can provide a better ChangeLog entry and a suitable
entry for the NEWS file.

H
--
> Hi again,
> 
> Could you send a ChangeLog entry and a documentation patch for
> this new feature?  New features should also be mentioned in NEWS.
> 
> | --- aclocal.in~     Fri Feb  1 20:40:48 2002
> | +++ aclocal.in      Wed Jun 12 22:24:33 2002
> | @@ -215,6 +215,9 @@
> |     exit 0;
> |      }
> |  
> | +    # Add directories from ACLOCAL_PATH
> | +    push @dirlist, split ':', $ENV{ACLOCAL_PATH};
> | +
> |      # Search the versioned directory near the end, and then the
> |      # unversioned directory last.  Only do this if the user didn't
> |      # override acdir.
> 
> -- 
> Alexandre Duret-Lutz




reply via email to

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