]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
2002-01-17 Pavel Roskin <proski@gnu.org>
authorTom Tromey <tromey@redhat.com>
Thu, 17 Jan 2002 22:30:25 +0000 (22:30 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 17 Jan 2002 22:30:25 +0000 (22:30 +0000)
* m4/Makefile.am (m4datadir): Use APIVERSION.

ChangeLog
m4/Makefile.am
m4/Makefile.in

index 05756e4a0ae200530f785d54bab1dc6b1d9a4ede..f30d578d91e63d7a3a8143746efaca8f81701f13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-17  Pavel Roskin  <proski@gnu.org>
+
+       * m4/Makefile.am (m4datadir): Use APIVERSION.
+
 2002-01-16  Tom Tromey  <tromey@redhat.com>
 
        * Makefile.am (install-exec-hook): Use APIVERSION.
index 40eaedf53f7215f0e8f5edf3f8eb89483bf43fef..296df6bf39e470a2fbcca19e39372bdf7738de63 100644 (file)
@@ -19,7 +19,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-m4datadir = $(datadir)/aclocal-$(VERSION)
+m4datadir = $(datadir)/aclocal-$(APIVERSION)
 
 dist_m4data_DATA = as.m4 auxdir.m4 ccstdc.m4 cond.m4 depend.m4 depout.m4 \
 dmalloc.m4 gcj.m4 header.m4 init.m4 install-sh.m4 lex.m4 lispdir.m4 \
index 38f4ecbbee6ee4de62dd2c81a54f279196a1d5e7..ecb7a3ff375c3127e3237cd86bf78716bbead93e 100644 (file)
@@ -74,7 +74,7 @@ am__quote = @am__quote@
 install_sh = @install_sh@
 pkgvdatadir = @pkgvdatadir@
 
-m4datadir = $(datadir)/aclocal-$(VERSION)
+m4datadir = $(datadir)/aclocal-$(APIVERSION)
 
 dist_m4data_DATA = as.m4 auxdir.m4 ccstdc.m4 cond.m4 depend.m4 depout.m4 \
 dmalloc.m4 gcj.m4 header.m4 init.m4 install-sh.m4 lex.m4 lispdir.m4 \