From 819b6abef79e6bedfc7fff330d12791105d2e6dc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Aug 2009 21:28:49 +0200 Subject: bump req'd versions --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index e227225..918814d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,7 +18,7 @@ # License along with libatasmart. If not, If not, see # . -VERSION=1.9 +VERSION=1.11 run_versioned() { local P @@ -55,8 +55,8 @@ else mkdir -p m4 "$LIBTOOLIZE" -c --force run_versioned aclocal "$VERSION" - run_versioned autoconf 2.59 -Wall - run_versioned autoheader 2.59 + run_versioned autoconf 2.63 -Wall + run_versioned autoheader 2.63 run_versioned automake "$VERSION" --copy --foreign --add-missing if test "x$NOCONFIGURE" = "x"; then -- cgit