summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKarel Zak2007-07-11 00:59:49 +0200
committerKarel Zak2007-07-11 00:59:49 +0200
commitdb0aaaa6a860e7a914ac8582c11f9d40c3164b25 (patch)
tree5e60ddaec2646649d0bbbf8d6863f99bb561af0c /autogen.sh
parenttests: remove dependence on helpers/libpreload-time.so (diff)
downloadkernel-qcow2-util-linux-db0aaaa6a860e7a914ac8582c11f9d40c3164b25.tar.gz
kernel-qcow2-util-linux-db0aaaa6a860e7a914ac8582c11f9d40c3164b25.tar.xz
kernel-qcow2-util-linux-db0aaaa6a860e7a914ac8582c11f9d40c3164b25.zip
build-sys: remove libtool
Signed-off-by: Karel Zak <kzak@redhat.com>
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