From c3558a054346635923d8519ef42da5ba38d96618 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 13 Feb 2002 12:18:10 +0000 Subject: [PATCH] small addition Original commit message from CVS: small addition --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autogen.sh b/autogen.sh index 71cd5a2..0949f45 100755 --- a/autogen.sh +++ b/autogen.sh @@ -31,8 +31,12 @@ version_check "automake" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 || DIE=1 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 +die_check $DIE + CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir' # if no arguments specified then this will be printed if test -z "$*"; then -- 2.7.4