summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-18 22:45:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-18 22:45:56 +0000
commit16facd5bf5eae3479d136ac8d5a503b97e51617d (patch)
tree7e7db110def771c7178ae41e60956ef8c5085551 /autogen.sh
parent163076dd9e52834c5afeccb77e419b3215ae8aeb (diff)
small fix
Original commit message from CVS: small fix
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 48c68e08..bbde5e6d 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