[monkey-bubble: 523/753] Don't define ENABLE_ORBIT2, the conditionals are all gone now.



commit c18da2342f0ae357a82e18df082f8498ae90e766
Author: Martin Baulig <baulig suse de>
Date:   Wed Jul 11 17:33:11 2001 +0000

    Don't define ENABLE_ORBIT2, the conditionals are all gone now.
    
    2001-07-11  Martin Baulig  <baulig suse de>
    
    	* configure.in: Don't define ENABLE_ORBIT2, the conditionals
    	are all gone now.
    
    	* configure.in: Require autoconf 2.50b.

 ChangeLog    |    7 +++++++
 acconfig.h   |    1 -
 configure.in |    6 ++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 912ed98..34f6946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-11  Martin Baulig  <baulig suse de>
+
+	* configure.in: Don't define ENABLE_ORBIT2, the conditionals
+	are all gone now.
+
+	* configure.in: Require autoconf 2.50b.
+
 2001-07-10  Michael Meeks  <michael ximian com>
 
 	* configure.in: always define ENABLE_ORBIT2
diff --git a/acconfig.h b/acconfig.h
index 6671b82..06ae7e6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -8,4 +8,3 @@
 #undef GNOME_EXCLUDE_DEPRECATED_SOURCE
 #undef GNOME_EXCLUDE_DEPRECATED
 #undef HAVE_GNOMESUPPORT
-#undef ENABLE_ORBIT2
diff --git a/configure.in b/configure.in
index 180f82e..c64c223 100644
--- a/configure.in
+++ b/configure.in
@@ -1,3 +1,4 @@
+AC_PREREQ(2.50b)
 AC_INIT(libgnome)
 
 AM_CONFIG_HEADER(config.h)
@@ -16,9 +17,8 @@ GNOME_PLATFORM_GNOME_2(yes, force)
 AC_ISC_POSIX
 AC_PROG_CC
 AC_STDC_HEADERS
-AC_ARG_PROGRAM
 AM_PROG_LIBTOOL
-AM_PROG_LEX
+AC_PROG_LEX
 AC_PROG_YACC
 AC_PATH_PROGS(PATH_TO_XRDB, "xrdb")
 
@@ -43,8 +43,6 @@ dnl Don't use AC_PROG_AWK since we need the full pathname.
 AC_PATH_PROGS(AWK, mawk gawk nawk awk, )
 AC_PATH_PROGS(PERL, perl5 perl)
 
-AC_DEFINE(ENABLE_ORBIT2)
-
 # define a MAINT-like variable REBUILD which is set if Perl
 # and awk are found, so autogenerated sources can be rebuilt
 AC_ARG_ENABLE(rebuilds, [  --disable-rebuilds      disable all source autogeneration rules],,enable_rebuilds=yes)



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