diff options
author | Frank Chiulli <fc-linux@home.com> | 2000-01-12 12:07:35 +0800 |
---|---|---|
committer | Frank Chiulli <fchiulli@src.gnome.org> | 2000-01-12 12:07:35 +0800 |
commit | 550233b97a86b9b1458fc30a658d431a42ebcea2 (patch) | |
tree | 0149623bddc58d7eeeb3fd6f54254b89ec276762 | |
parent | 42cb348b7cbf11c6ebc8e63af45648f895ae573a (diff) | |
download | gsoc2013-evolution-550233b97a86b9b1458fc30a658d431a42ebcea2.tar gsoc2013-evolution-550233b97a86b9b1458fc30a658d431a42ebcea2.tar.gz gsoc2013-evolution-550233b97a86b9b1458fc30a658d431a42ebcea2.tar.bz2 gsoc2013-evolution-550233b97a86b9b1458fc30a658d431a42ebcea2.tar.lz gsoc2013-evolution-550233b97a86b9b1458fc30a658d431a42ebcea2.tar.xz gsoc2013-evolution-550233b97a86b9b1458fc30a658d431a42ebcea2.tar.zst gsoc2013-evolution-550233b97a86b9b1458fc30a658d431a42ebcea2.zip |
Clean up configuration, add check for gperf > 2.7, cleanup.
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=1558
-rw-r--r-- | macros/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am index e03dbeed1a..1f5ca291a2 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -20,6 +20,7 @@ MACROS= \ gnome-x-checks.m4 \ gnome-xml-check.m4 \ gnome.m4 \ + gperf-check.m4 \ linger.m4 \ need-declaration.m4 |