From c07026dab769484c8d79db49cef1545dee016b46 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 15 Sep 2009 09:38:56 -0400 Subject: [PATCH] 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 --- Makefile.am | 1 + replace/Makefile.am | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 86fd10c..84040ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ RPMBUILD ?= $(PWD)/rpmbuild builddir ?= . dist_noinst_DATA = \ + VERSION \ m4 \ contrib/sssd.spec.in \ BUILD.txt \ diff --git a/replace/Makefile.am b/replace/Makefile.am index 9b5a663..155449f 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) -- 1.6.2.5