From 35a465997b80a27febb1708e72379e8373db0aa0 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 2 Feb 2010 12:22:10 -0500 Subject: - use autoreconf --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5997046..dea0808 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ archive: git clone $(ORIGIN) $$tmpdir/pomatic;\ cd $$tmpdir/pomatic;\ git checkout $(GITTAG);\ - ./autogen;\ + autoreconf -i;\ make dist;\ mkdir -p $$tmpdir/rpm-build-top;\ rpmbuild \ -- cgit