diff options
author | David Schleef <ds@schleef.org> | 2003-08-21 04:38:27 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-08-21 04:38:27 +0000 |
commit | 0bdeb409207ddef32548eb0e6e9b87fb41fcb969 (patch) | |
tree | c04f60d238567646466f6c6b85e7d6333bddbff4 /autogen.sh | |
parent | 2491e23c46ecd56ab730808b52475ce0d01f274f (diff) |
Add --enable-poisoning option, and make it default to off in normal releases, on in ./autogen.sh configuration. Add ...
Original commit message from CVS:
Add --enable-poisoning option, and make it default to off in normal
releases, on in ./autogen.sh configuration. Add automake17 as a
possible automake name.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index f8f8c96e4..9fb56443e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ then fi . common/gst-autogen.sh -CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-failing-tests' +CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-failing-tests --enable-poisoning' autogen_options $@ @@ -27,7 +27,7 @@ echo -n "+ check for build tools" if test ! -z "$NOCHECK"; then echo ": skipped version checks"; else echo; fi version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autoconf-2.52" \ "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1 -version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6" \ +version_check "automake" "$AUTOMAKE automake automake-1.7 automake17 automake-1.6" \ "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1 version_check "libtoolize" "libtoolize libtoolize14" \ "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 |