diff options
author | Andrew T. Veliath <andrewv@usa.net> | 1998-11-13 07:58:59 +0800 |
---|---|---|
committer | Andrew T. Veliath <andrewtv@src.gnome.org> | 1998-11-13 07:58:59 +0800 |
commit | 3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937 (patch) | |
tree | faa4db9d494df142696ecb0666c33aa71a83cc16 /macros/ChangeLog | |
parent | 317f6a9bccdbd0e75ad645dc0ee0731b5f96cbd8 (diff) | |
download | gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.tar.gz gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.tar.zst gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.zip |
Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS
1998-11-12 Andrew T. Veliath <andrewv@usa.net>
* gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if
gnome-config is found. New GNOMEGNORBA_LIBS library variable
(GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS). Update
GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required
Gnorba info, if it is in a different location.
* Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile.
* gnome-gnorba-check.m4: New file.
svn path=/trunk/; revision=470
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 99b25919c8..5c6fd85a94 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,15 @@ +1998-11-12 Andrew T. Veliath <andrewv@usa.net> + + * gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if + gnome-config is found. New GNOMEGNORBA_LIBS library variable + (GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS). Update + GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required + Gnorba info, if it is in a different location. + + * Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile. + + * gnome-gnorba-check.m4: New file. + 1998-11-12 Raja R Harinath <harinath@cs.umn.edu> * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it |