From c417c9035b9014374b4708690fd4837e6fb47e65 Mon Sep 17 00:00:00 2001 From: Heikki Lindholm Date: Sat, 14 Feb 2009 20:24:37 +0000 Subject: libtool2 issues: fix bootstrap on older systems --- bootstrap | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index cffc4978..939335a9 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,8 @@ #!/bin/sh -export MKDIR_P="mkdir -p" -automake -fi -autoreconf -f -i + +#libtoolize --automake --copy --force +aclocal -I m4 +autoheader +autoconf +automake --add-missing --copy + -- cgit v1.2.3