diff options
| author | Lennart Poettering <lennart@poettering.net> | 2008-08-19 00:02:01 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2008-08-19 00:02:01 +0200 | 
| commit | 70f4a8516ad4f98ab175b592e17bb548742bb219 (patch) | |
| tree | ddc659a5931704146c8e0e043f8197077be5325d | |
| parent | 3d2d6ca958719c03fa541dda48037501919a55de (diff) | |
require ac 2.62 in bootstrap.sh
| -rwxr-xr-x | bootstrap.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index e5f1ac59..5dfcdf20 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -59,8 +59,8 @@ else      intltoolize --copy --force --automake      "$LIBTOOLIZE" -c --force --ltdl      run_versioned aclocal "$VERSION" -I m4 -    run_versioned autoconf 2.59 -Wall -    run_versioned autoheader 2.59 +    run_versioned autoconf 2.62 -Wall +    run_versioned autoheader 2.62      run_versioned automake "$VERSION" --copy --foreign --add-missing      if test "x$NOCONFIGURE" = "x"; then  | 
