From 509bdda1a0db371fccb1d3b8e11a90c8040aaaf9 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Thu, 24 Jul 2003 15:06:08 +0000 Subject: same here. 2003-07-24 James Henstridge * gtk/pygtk.h (init_pygtk): same here. * pygobject.h (init_pygobject): convert fatal errors to normal exceptions. * gtk/gtkglmodule.c (initgl): same here. * gtk/libglademodule.c (initglade): same here. * gtk/gtkmodule.c (init_gtk): same here. * atkmodule.c (initatk): same here. * pangomodule.c (initpango): same here. * gobjectmodule.c (initgobject): don't cause fatal errors if an exception on init. * codegen/codegen.py (write_source): print an error message if it isn't possible to import a particular name from the module. * autogen.sh (DIE): require Automake 1.7. * configure.in (AC_ARG_ENABLE): enable thread support by default. --- autogen.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 46814170..0cdcde62 100755 --- a/autogen.sh +++ b/autogen.sh @@ -35,13 +35,10 @@ if test -z "$AUTOMAKE"; then if automake-1.7 --version < /dev/null > /dev/null 2>&1; then AUTOMAKE=automake-1.7 ACLOCAL=aclocal-1.7 - elif automake-1.6 --version < /dev/null > /dev/null 2>&1; then - AUTOMAKE=automake-1.6 - ACLOCAL=aclocal-1.6 else echo echo "You must have automake installed to compile $PROJECT." - echo "Get ftp://ftp.gnu.org/pub/gnu/automake/automake-1.7.2.tar.gz" + echo "Get ftp://ftp.gnu.org/pub/gnu/automake/automake-1.7.6.tar.gz" echo "(or a newer version if it is available)" DIE=1 fi -- cgit v1.2.1