From 37dfb7871ceb1e383c1055a3dcf848f0d0a1ef60 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 17 Jan 2002 22:30:25 +0000 Subject: [PATCH] 2002-01-17 Pavel Roskin * m4/Makefile.am (m4datadir): Use APIVERSION. --- ChangeLog | 4 ++++ m4/Makefile.am | 2 +- m4/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 05756e4a0..f30d578d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-17 Pavel Roskin + + * m4/Makefile.am (m4datadir): Use APIVERSION. + 2002-01-16 Tom Tromey * Makefile.am (install-exec-hook): Use APIVERSION. diff --git a/m4/Makefile.am b/m4/Makefile.am index 40eaedf53..296df6bf3 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -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 \ diff --git a/m4/Makefile.in b/m4/Makefile.in index 38f4ecbbe..ecb7a3ff3 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -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 \ -- 2.47.2