summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1999-03-20 00:52:36 +0000
committerManish Singh <yosh@src.gnome.org>1999-03-20 00:52:36 +0000
commitd2922401e5b0f74fba3c0f8fd0c73c71052a68c2 (patch)
tree2740d6585e5e27d678c7df8d211398152ec2ad67 /autogen.sh
parentf3e95348be6c996a424e26bb4f445561ef8d5675 (diff)
downloadgdk-pixbuf-d2922401e5b0f74fba3c0f8fd0c73c71052a68c2.tar.gz
acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2f
* acinclude.m4 * config.guess * config.sub * ltconfig * ltmain.sh: upgrade to libtool 1.2f * autogen.sh: libtool is not required to autogen gtk+ * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly needed) -Yosh
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 0a622c009..fa0fabfa2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,14 +20,6 @@ DIE=0
DIE=1
}
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have libtool installed to compile $PROJECT."
- echo "Get ftp://alpha.gnu.org/gnu/libtool-1.2b.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 $PROJECT."