libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool.m4 removal problem


From: Ralf Wildenhues
Subject: FYI: libtool.m4 removal problem
Date: Sun, 12 Dec 2004 17:24:31 +0100
User-agent: Mutt/1.4.1i

* Patrick Welche wrote on Sat, Dec 11, 2004 at 03:55:50PM CET:
> When libtool is installed, we cunningly look in ${aclocaldir} to get rid
> of old copies of libtool.m4, however, it seems we are looking in the wrong
> directory..

Thanks for reporting this.  I've installed your patch on HEAD.  It's the only
branch to have this problem, as it was introduced by Gary's "support parallel
installations [libtool--release--2.0--patch-68]" patch (which is not entirely
uncontroversial by itself).

Regards,
Ralf

2004-12-12  Patrick Welche <address@hidden>

       * configure.ac: Fix aclocaldir to use ${datadir}, not ${prefix}.
       Necessary for removal of old libtool.m4 files.

> Index: configure.ac
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/configure.ac,v
> retrieving revision 1.61
> diff -u -r1.61 configure.ac
> --- configure.ac      15 Nov 2004 01:03:14 -0000      1.61
> +++ configure.ac      11 Dec 2004 14:51:20 -0000
> @@ -134,7 +134,7 @@
>  #   aren't the same.
>  APIVERSION=`echo "$VERSION" | sed -e 
> 's/^\([[0-9]]*\.[[0-9]]*[[a-z]]*\).*$/\1/'`
>  AC_SUBST([APIVERSION])
> -AC_SUBST([aclocaldir],   ["\${prefix}/aclocal"])
> +AC_SUBST([aclocaldir],   ["\${datadir}/aclocal"])
>  AC_SUBST([pkgvdatadir],  ["\${datadir}/$PACKAGE-$APIVERSION"])
>  AC_SUBST([pkgvmacrodir], ["\${datadir}/$PACKAGE-$APIVERSION/m4"])
>  




reply via email to

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