diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-18 22:45:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-18 22:45:56 +0000 |
commit | 3e59c1e5fb6908aa70d7eba89b69dafad7cde200 (patch) | |
tree | e624ab1ff346563f2c603b741f4da537fb583ae2 /autogen.sh | |
parent | 9275ce0e157d95064ab6d5ea47f88c16df6598ec (diff) | |
download | gstreamer-plugins-bad-3e59c1e5fb6908aa70d7eba89b69dafad7cde200.tar.gz |
small fix
Original commit message from CVS:
small fix
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 48c68e084..bbde5e6d4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -31,9 +31,13 @@ version_check "automake" "$AUTOMAKE" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 | version_check "libtool" "" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 version_check "pkg-config" "" "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1 +die_check $DIE + autoconf_2.52d_check || DIE=1 aclocal_check || DIE=1 +die_check $DIE + CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG' # if no arguments specified then this will be printed if test -z "$*"; then |