summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-22 17:47:23 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-22 17:47:23 +0100
commitec83eb6fd5cf86800fdc79530eed3ea3b2a56a43 (patch)
tree024a7f27350bd86821f901844ca7a8c292009b87
parent6c9efd34f423160bc784593a7d4661ef8aafd45d (diff)
update to newer autoconf/automake
-rwxr-xr-xbootstrap.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index db38ffb..cf39c89 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -15,7 +15,7 @@
# implied. See the License for the specific language governing
# permissions and limitations under the License.
-VERSION=1.9
+VERSION=1.10
run_versioned() {
local P
@@ -46,9 +46,12 @@ else
rm -rf autom4te.cache
rm -f config.cache
- run_versioned aclocal "$VERSION"
- run_versioned autoconf 2.59 -Wall
- run_versioned autoheader 2.59
+ touch config.rpath
+
+ mkdir -p m4
+ run_versioned aclocal "$VERSION" -I m4
+ run_versioned autoconf 2.63 -Wall
+ run_versioned autoheader 2.63
run_versioned automake "$VERSION" -a -c --foreign
if test "x$NOCONFIGURE" = "x"; then