From 1baec0b6b1bee5a4bec92160c483145eed22331c Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 21 Jun 2012 19:17:01 +0200 Subject: [PATCH] bug fix, first run libtoolize then aclocal reported by Joseph Trebbien on [Ngspice-devel] Build error "required file `./ltmain.sh' not found" --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 2f5077a26..f7d5b6a4e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -195,14 +195,14 @@ $znew fi -echo "Running aclocal $ACLOCAL_FLAGS" -aclocal $ACLOCAL_FLAGS \ - || error_and_exit "aclocal failed" - echo "Running libtoolize" libtoolize --copy --force \ || error_and_exit "libtoolize failed" +echo "Running aclocal $ACLOCAL_FLAGS" +aclocal $ACLOCAL_FLAGS \ + || error_and_exit "aclocal failed" + # optional feature: autoheader (autoheader --version) < /dev/null > /dev/null 2>&1 if [ $? -eq 0 ]; then