aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-gnorba-check.m4
Commit message (Collapse)AuthorAgeFilesLines
* I'm not dead yet!Dan Winship2002-03-061-0/+35
| | | | svn path=/trunk/; revision=15919
* These macros aren't needed in gnome2Tov Are Jacobsen2002-03-061-35/+0
| | | | | | These macros aren't needed in gnome2 svn path=/trunk/; revision=15918
* back again !!!James Henstridge2001-12-051-0/+35
| | | | svn path=/trunk/; revision=14875
* *** empty log message ***gfarris2001-12-051-35/+0
| | | | svn path=/trunk/; revision=14868
* fix up gfarris's mistaken commit to gnome-common (revert to yesterday's ↵James Henstridge2001-12-041-0/+35
| | | | | | versions) svn path=/trunk/; revision=14858
* *** empty log message ***gfarris2001-12-041-35/+0
| | | | svn path=/trunk/; revision=14857
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+35
| | | | svn path=/trunk/; revision=4480
* removed last files from GNOME CVSscottf2000-08-031-35/+0
| | | | svn path=/trunk/; revision=4478
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+35
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-35/+0
| | | | svn path=/trunk/; revision=1746
* Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.Andrew T. Veliath1998-11-131-9/+13
| | | | | | | | | | | | 1998-11-12 Andrew T. Veliath <andrewv@usa.net> * gnome-orbit-check.m4: Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT. gnome-gnorba-check.m4: Same with HAVE_GNORBA. Change GNOME_ORBIT_HOOK and GNOME_GNORBA_HOOK to use AC_CACHE_CHECK, setting both gnome_cv_orbit_found and gnome_cv_gnorba_found. svn path=/trunk/; revision=471
* Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBSAndrew T. Veliath1998-11-131-0/+31
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