diff options
author | Manish Singh <yosh@src.gnome.org> | 1999-03-20 00:52:36 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1999-03-20 00:52:36 +0000 |
commit | d2922401e5b0f74fba3c0f8fd0c73c71052a68c2 (patch) | |
tree | 2740d6585e5e27d678c7df8d211398152ec2ad67 /autogen.sh | |
parent | f3e95348be6c996a424e26bb4f445561ef8d5675 (diff) | |
download | gdk-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-x | autogen.sh | 8 |
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." |