bug fix, first run libtoolize then aclocal
reported by Joseph Trebbien on [Ngspice-devel] Build error "required file `./ltmain.sh' not found"
This commit is contained in:
parent
f661a1032d
commit
1baec0b6b1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue