summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7201f608..272272af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,10 +18,12 @@ RPM_DIRS = --define "_sourcedir `pwd`" \
rpm: dist
./gen-version
+ autoconf --force
rpmbuild $(RPM_DIRS) -ba abrt.spec
srpm: dist
./gen-version
+ autoconf --force
rpmbuild $(RPM_DIRS) -bs abrt.spec
# value for overriding from command line