Clean up configuration, add check for gperf > 2.7, cleanup.
authorFrank Chiulli <fc-linux@home.com>
Wed, 12 Jan 2000 04:07:35 +0000 (04:07 +0000)
committerFrank Chiulli <fchiulli@src.gnome.org>
Wed, 12 Jan 2000 04:07:35 +0000 (04:07 +0000)
2000-01-11 Frank Chiulli  <fc-linux@home.com>

       * Makefile.am: Updated comments about gperf flags.

       * configure.in: Removed duplicate check for glib 1.1.16 or later.
 Added additional checks for gperf 2.7 or later, header files and
 functions.

       * gb-expr.c (gb-expr-print): Correctly align oper_names with enum type
 GBExprType in gb-expr.h.

       * object.gperf (gb_is_object): Correct arguments.  Should be only one.

       * macros/Makefile.am: Added gperf-check.m4 to list of macros.

       * macros/gperf-check.m4: New.  This macro checks for a minimum version
 of gperf.

svn path=/trunk/; revision=1058

macros/Makefile.am

index e03dbee..1f5ca29 100644 (file)
@@ -20,6 +20,7 @@ MACROS=                                               \
   gnome-x-checks.m4                            \
   gnome-xml-check.m4                           \
   gnome.m4                                     \
+  gperf-check.m4                               \
   linger.m4                                    \
   need-declaration.m4