[monkey-bubble: 619/753] Don't check for gnome-maketypes and gnome-makeenums, they aren't needed



commit 9489a8049e6eb9f7072e63eb761101a2ed136572
Author: Martin Baulig <baulig suse de>
Date:   Thu Aug 9 22:02:54 2001 +0000

    Don't check for gnome-maketypes and gnome-makeenums, they aren't needed
    
    2001-08-10  Martin Baulig  <baulig suse de>
    
    	* configure.in: Don't check for gnome-maketypes and
    	gnome-makeenums, they aren't needed anymore.

 ChangeLog    |    5 +++++
 configure.in |    9 ---------
 2 files changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a38abaa..0087fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-10  Martin Baulig  <baulig suse de>
+
+	* configure.in: Don't check for gnome-maketypes and
+	gnome-makeenums, they aren't needed anymore.
+
 2001-08-07  Michael Meeks  <michael ximian com>
 
 	* configure.in: use AM_GLIB_GNU_GETTEXT stuff.
diff --git a/configure.in b/configure.in
index 8733772..6463a07 100644
--- a/configure.in
+++ b/configure.in
@@ -32,15 +32,6 @@ AC_SUBST(LDFLAGS)
 
 GNOME_COMPILE_WARNINGS(maximum)
 
-AC_PATH_PROG(GNOME_MAKETYPES, gnome-maketypes.awk)
-AC_PATH_PROG(GNOME_MAKEENUMS, gnome-makeenums.pl)
-if test -z "$GNOME_MAKETYPES" || test -z "$GNOME_MAKEENUMS" ; then
-  AC_MSG_ERROR([
-*** Cannot find the gnome-maketypes.awk and gnome-makeenums.pl scripts
-*** which are installed from libgnome-2
-])
-fi
-
 dnl Utility conditional
 AM_CONDITIONAL(FALSE, test x = y)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]