summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-06 21:28:49 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-06 21:28:49 +0200
commit819b6abef79e6bedfc7fff330d12791105d2e6dc (patch)
tree2ad0bcb708a119673123c7e53778dce149ce5068
parentf85a113d7be6bf5cdf9e11b757687ce160f151e1 (diff)
bump req'd versionsv0.14
-rwxr-xr-xbootstrap.sh6
1 files 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
# <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