]> git.ipfire.org Git - thirdparty/libatasmart.git/commitdiff
bump req'd versions v0.14
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Aug 2009 19:28:49 +0000 (21:28 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 6 Aug 2009 19:28:49 +0000 (21:28 +0200)
bootstrap.sh

index e22722503bb87c4c9107c8d95e6a87a9c0010ae5..918814d735760afe13d495d7796a94ba4434623e 100755 (executable)
@@ -18,7 +18,7 @@
 # License along with libatasmart. If not, If not, see
 # <http://www.gnu.org/licenses/>.
 
-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