not a lib; don't need libtool

This commit is contained in:
fpeters 2004-09-10 09:50:14 +00:00
parent 39d9394b23
commit 626acfb9a3
1 changed files with 0 additions and 10 deletions

View File

@ -16,14 +16,6 @@ DIE=0
DIE=1
}
(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile idpc."
echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz"
echo "(or a newer version if it is available)"
DIE=1
}
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have automake installed to compile idpc."
@ -46,8 +38,6 @@ if test -z "$*"; then
echo "to pass any to it, please specify them on the $0 command line."
fi
echo "Running libtoolize..."
libtoolize --copy --force
echo "Running aclocal..."
aclocal $ACLOCAL_FLAGS
echo "Running automake..."