summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2010-02-02 12:22:10 -0500
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2010-02-02 12:22:10 -0500
commit35a465997b80a27febb1708e72379e8373db0aa0 (patch)
treee4b511e950f7ee5978e8688a0b89d9ad6595f606
parent311de24245b80345c9eabbcac783cda9e0173292 (diff)
downloadpomatic-35a465997b80a27febb1708e72379e8373db0aa0.tar.gz
pomatic-35a465997b80a27febb1708e72379e8373db0aa0.tar.xz
pomatic-35a465997b80a27febb1708e72379e8373db0aa0.zip
- use autoreconf
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \