From 231a4a0ecbb8a920a1ae67fdb642d68a30ad8cba Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 27 Jun 2003 06:51:52 +0000 Subject: [PATCH] * m4/Makefile.am (dist_m4data_DATA): Add $(top_srcdir)/m4/amversion.m4. --- ChangeLog | 2 ++ m4/Makefile.am | 1 + m4/Makefile.in | 2 ++ 3 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index afa337bcd..031ea2f16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-06-27 Alexandre Duret-Lutz + * m4/Makefile.am (dist_m4data_DATA): Add $(top_srcdir)/m4/amversion.m4. + * lib/am/distdir.am (distcheck): Run $(am__remove_distdir) at the end of distcheck. This was mistakenly removed on 2003-06-15. diff --git a/m4/Makefile.am b/m4/Makefile.am index fd836f0a5..bc5abbe31 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -23,6 +23,7 @@ m4datadir = $(datadir)/aclocal-$(APIVERSION) dist_m4data_DATA = \ +$(top_srcdir)/m4/amversion.m4 \ as.m4 \ auxdir.m4 \ ccstdc.m4 \ diff --git a/m4/Makefile.in b/m4/Makefile.in index 69be49bee..fa0c09998 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -118,6 +118,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ m4datadir = $(datadir)/aclocal-$(APIVERSION) dist_m4data_DATA = \ +$(top_srcdir)/m4/amversion.m4 \ as.m4 \ auxdir.m4 \ ccstdc.m4 \ @@ -206,6 +207,7 @@ CTAGS: distdir: $(DISTFILES) + $(mkinstalldirs) $(distdir)/../m4 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ -- 2.47.2