git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
powers of indexed objects are now parenthesized correctly in LaTeX output
[ginac.git]
/
autogen.sh
diff --git
a/autogen.sh
b/autogen.sh
index be40eb8d3de6c08ecd9d0cc5eb87a4f213ae1217..cf1f0a2e23360a104d44d5faf08dd869a36cb691 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-23,6
+23,14
@@
PROG=GiNaC
DIE=1
}
DIE=1
}
+(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
+ echo
+ echo "You must have libtool installed to compile $PROG."
+ echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.4.tar.gz"
+ echo "(or a newer version if it is available)"
+ DIE=1
+}
+
if test "$DIE" -eq 1; then
exit 1
fi
if test "$DIE" -eq 1; then
exit 1
fi
@@
-38,7
+46,7
@@
do
(cd $dir; \
aclocalinclude="$ACLOCAL_FLAGS"; \
aclocal $aclocalinclude; \
(cd $dir; \
aclocalinclude="$ACLOCAL_FLAGS"; \
aclocal $aclocalinclude; \
- autoheader;
automake -a
; autoconf)
+ autoheader;
libtoolize -c; automake -a -c
; autoconf)
done
./configure "$@"
done
./configure "$@"