From 4d3ab8fb618a25646f806f9b44a9b86b190d514a Mon Sep 17 00:00:00 2001 From: Nathan Caldwell Date: Sun, 27 Jan 2008 13:08:29 -0700 Subject: [PATCH] Update bootstrap.sh to just run autoreconf. --- bootstrap.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 638bead..81562f3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,9 +2,12 @@ rm -rf config mkdir -p config -aclocal \ -&& libtoolize --force --copy \ -&& aclocal \ -&& autoheader \ -&& automake --foreign --add-missing --copy \ -&& autoconf + +#aclocal \ +#&& libtoolize --force --copy \ +#&& aclocal \ +#&& autoheader \ +#&& automake --foreign --add-missing --copy \ +#&& autoconf + +autoreconf --force --install -- 2.11.4.GIT