automake-patches
[Top][All Lists]
Advanced

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

FYI: fine tune pkgvdatadir (PR/433)


From: Alexandre Duret-Lutz
Subject: FYI: fine tune pkgvdatadir (PR/433)
Date: Wed, 11 Aug 2004 23:20:36 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I'm checking this in on HEAD and branch-1-9.

Apparently some people are maintaining local variants of
Automake or something like that.  I wonder why one would
complain about this otherwise...

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

        For PR automake/433:
        * configure.ac (pkgvdatadir): Define using "$PACKAGE", not "automake".

Index: configure
===================================================================
RCS file: /cvs/automake/automake/configure,v
retrieving revision 1.194
diff -u -r1.194 configure
--- configure   3 Aug 2004 23:02:54 -0000       1.194
+++ configure   11 Aug 2004 21:18:45 -0000
@@ -1974,7 +1974,7 @@
 
 
 # A versioned directory, defined here for convenience.
-pkgvdatadir="\${datadir}/automake-${APIVERSION}"
+pkgvdatadir="\${datadir}/$PACKAGE-$APIVERSION"
 
 
 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
Index: configure.ac
===================================================================
RCS file: /cvs/automake/automake/configure.ac,v
retrieving revision 1.22
diff -u -r1.22 configure.ac
--- configure.ac        3 Aug 2004 23:02:54 -0000       1.22
+++ configure.ac        11 Aug 2004 21:18:45 -0000
@@ -45,8 +45,7 @@
 AC_SUBST(APIVERSION)
 
 # A versioned directory, defined here for convenience.
-pkgvdatadir="\${datadir}/automake-${APIVERSION}"
-AC_SUBST(pkgvdatadir)
+AC_SUBST([pkgvdatadir], ["\${datadir}/$PACKAGE-$APIVERSION"])
 
 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
 # hence `.' is really what we want for perllibdir, libdir, and acdir.

-- 
Alexandre Duret-Lutz





reply via email to

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