summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1383662)
raw | patch | inline | side by side (parent: 1383662)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 21 Dec 2008 11:31:29 +0000 (12:31 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 21 Dec 2008 13:50:27 +0000 (14:50 +0100) |
This is not needed as we do not dynamically load stuff.
.gitignore | patch | blob | history | |
bootstrap.sh | patch | blob | history |
diff --git a/.gitignore b/.gitignore
index 430fd465d5490259ef39882aaf3fb43194301275..b96a2c4042dac62420d270ade7b21d9393bec378 100644 (file)
--- a/.gitignore
+++ b/.gitignore
stamp-h1
# ltdl stuff
-libltdl
libtool
ltmain.sh
diff --git a/bootstrap.sh b/bootstrap.sh
index c72e9b59aa17920990b155d5e6ee7aca7cb1478d..3ab692cfc03b10b531fb1f01abc8e18316c8e8a2 100755 (executable)
--- a/bootstrap.sh
+++ b/bootstrap.sh
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