summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rwxr-xr-xrelease3
1 files changed, 2 insertions, 1 deletions
diff --git a/release b/release
index 6f9434e..9d56820 100755
--- a/release
+++ b/release
@@ -34,7 +34,8 @@ cp -a * $RDIR/$rname
(
cd $RDIR/$rname
- ./autogen.sh
+ rm -f missing compile depcomp install-sh mkinstalldirs ar-lib
+ WANT_AUTOMAKE=1.9 WANT_AUTOCONF=2.5 ./autogen.sh
./configure
make clean -C examples distclean distclean-am
make clean -C statgen distclean distclean-am