From cc18a9ce4adf8aab58e7fa4096dd667e0b78903d Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 21 Dec 2008 12:31:29 +0100 Subject: [PATCH] bootstrap.sh: Do not install libltdl. This is not needed as we do not dynamically load stuff. --- .gitignore | 1 - bootstrap.sh | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 430fd46..b96a2c4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ missing stamp-h1 # ltdl stuff -libltdl libtool ltmain.sh diff --git a/bootstrap.sh b/bootstrap.sh index c72e9b5..3ab692c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,14 +10,12 @@ set -ex test ! -f Makefile || make distclean -rm -rf libltdl - rm -rf autom4te.cache rm -f config.cache aclocal autoheader -$libtoolize --ltdl --copy --force +$libtoolize --copy --force automake --add-missing --copy --foreign autoconf -Wall -- 2.30.2