summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index 70bb96b26..3451b953f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -44,13 +44,6 @@ DIE=0
echo "or see http://www.gnu.org/software/autoheader"
DIE=1
}
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have libtool installed to generate util-linux build-system."
- echo "Download the appropriate package for your distribution,"
- echo "or see http://www.gnu.org/software/libtool"
- DIE=1
-}
if test "$DIE" -eq 1; then
exit 1
fi
@@ -62,7 +55,6 @@ test -f mount/mount.c || {
set -e
autopoint --force
-libtoolize --copy --force
aclocal -I m4
autoconf
autoheader