From: Alexandre Duret-Lutz Date: Fri, 27 Jun 2003 06:51:52 +0000 (+0000) Subject: * m4/Makefile.am (dist_m4data_DATA): Add $(top_srcdir)/m4/amversion.m4. X-Git-Tag: Release-1-7b~148 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d7ecccddbb0d6aa5dc15d3ea3b72d4bb62ed6c53;p=automake.git * m4/Makefile.am (dist_m4data_DATA): Add $(top_srcdir)/m4/amversion.m4. --- diff --git a/ChangeLog b/ChangeLog index afa337bc..031ea2f1 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 fd836f0a..bc5abbe3 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 69be49be..fa0c0999 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 \