From 5e2532c40ff3377de5b8209e87c77ca7a1fd405b Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 28 Aug 1997 21:05:44 +0000 Subject: [PATCH] [project @ 1997-08-28 21:05:44 by sof] Include aclocal.m4 in source distribs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40a9761..96f46db 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ SUBDIRS = $(shell if (test x$(CURRENT_TARGET) = xinstall) ; then echo $(Projects # Files to include in fptools source distribution # SRC_DIST_DIRS += mk docs CONTRIB distrib $(ProjectsToBuild) -SRC_DIST_FILES += configure.in config.guess config.sub configure README ANNOUNCE ANNOUNCE-$(GhcProjectVersion) NEWS INSTALL Makefile install-sh +SRC_DIST_FILES += configure.in config.guess config.sub configure aclocal.m4 README ANNOUNCE ANNOUNCE-$(GhcProjectVersion) NEWS INSTALL Makefile install-sh # -- 1.7.10.4