summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 126d8c9..344005b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ archive:
git clone $(ORIGIN) $$tmpdir/credmonger;\
cd $$tmpdir/credmonger;\
git checkout $(GITTAG);\
- ./autogen.sh;\
+ ./autogen.maint;\
./configure;\
make dist;\
mkdir -p $$tmpdir/rpm-build-top;\