From adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 15 Sep 2009 09:38:56 -0400 Subject: Allow rerunning autoreconf from the tarball We were missing two files from the tarball distribution that prevented autoreconf from running successfully: VERSION and replace/autoconf-2.60.m4 --- replace/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'replace') diff --git a/replace/Makefile.am b/replace/Makefile.am index 9b5a66362..155449fe8 100644 --- a/replace/Makefile.am +++ b/replace/Makefile.am @@ -39,6 +39,9 @@ libreplace_sources = \ noinst_LIBRARIES = \ libreplace.a +dist_noinst_DATA = \ + autoconf-2.60.m4 + libreplace_a_SOURCES = EXTRA_libreplace_a_SOURCES = \ $(libreplace_sources) -- cgit