summaryrefslogtreecommitdiff
path: root/macros/gnome-xml-check.m4
Commit message (Collapse)AuthorAgeFilesLines
* I'm not dead yet!Dan Winship2002-03-051-0/+32
| | | | svn path=/trunk/; revision=2345
* These macros aren't needed in gnome2Tov Are Jacobsen2002-03-051-32/+0
| | | | | | These macros aren't needed in gnome2 svn path=/trunk/; revision=2344
* back again !!!James Henstridge2001-12-051-0/+32
| | | | svn path=/trunk/; revision=2174
* *** empty log message ***gfarris2001-12-041-32/+0
| | | | svn path=/trunk/; revision=2172
* fix up gfarris's mistaken commit to gnome-common (revert to yesterday's ↵James Henstridge2001-12-041-0/+32
| | | | | | versions) svn path=/trunk/; revision=2170
* *** empty log message ***gfarris2001-12-041-32/+0
| | | | svn path=/trunk/; revision=2169
* Applied build patch from Mathieu Lacage.Hans Petter2000-11-061-0/+2
| | | | svn path=/trunk/; revision=1433
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-021-0/+30
| | | | svn path=/trunk/; revision=1348
* removed last files from GNOME CVSscottf2000-08-021-30/+0
| | | | svn path=/trunk/; revision=1347
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+30
| | | | svn path=/trunk/; revision=1096
* removed gtranslator for re-checkinFatih Demir2000-02-131-30/+0
| | | | svn path=/trunk/; revision=1095
* Better scoping of GNOME_XML_LIB fix.Jeff Garzik1999-11-181-2/+1
| | | | | | | | 1999-11-18 Jeff Garzik <jgarzik@mandrakesoft.com> * gnome-xml-check.m4: Better scoping of GNOME_XML_LIB fix. svn path=/trunk/; revision=1002
* always AC_SUBST GNOME_XML_LIB, so that output variable will always beJeff Garzik1999-11-181-1/+2
| | | | | | | | | 1999-11-16 Jeff Garzik <jgarzik@mandrakesoft.com> * gnome-xml-check.m4: always AC_SUBST GNOME_XML_LIB, so that output variable will always be present. svn path=/trunk/; revision=1001
* Revert previous check-in, wasnt supposed to be committed yetJeff Garzik1999-11-171-2/+1
| | | | svn path=/trunk/; revision=999
* no news is good newsJeff Garzik1999-11-171-1/+2
| | | | svn path=/trunk/; revision=998
* If you're going to AC_PATH_PROG then use the prog you find :-)Havoc Pennington1999-09-011-2/+2
| | | | | | | | | 1999-09-01 Havoc Pennington <hp@pobox.com> * gnome-xml-check.m4: If you're going to AC_PATH_PROG then use the prog you find :-) svn path=/trunk/; revision=887
* Fix typo while signaling the error.Karl Eichwalder1998-10-051-1/+1
| | | | | | | | 1998-10-05 Karl Eichwalder <ke@suse.de> * gnome-xml-check.m4: Fix typo while signaling the error. svn path=/trunk/; revision=426
* Added sample pluginArturo Espinosa1998-09-101-1/+5
| | | | svn path=/trunk/; revision=386
* Fixed detection of xml in gnome-xml macros take 2 -migArturo Espinosa1998-09-071-2/+2
| | | | svn path=/trunk/; revision=380
* Fixed detection of xml in gnome-xml macros -migArturo Espinosa1998-09-071-14/+12
| | | | svn path=/trunk/; revision=379
* Revamped the GNOME_XML_CHECK macro. Now acts (somewhat) like theMark Crichton1998-09-041-3/+14
| | | | | | | | | | | | | | Revamped the GNOME_XML_CHECK macro. Now acts (somewhat) like the GNOME_INIT and GNOME_INIT_HOOK macros. The GNOME_XML_CHECK macro will abort a config if XML is not found. GNOME_XML_HOOK will set GNOME_XML_LIB to the value "iswwci" Need to continue thinking how to better handle the not-found-but-I-can-survive- without-it case a little more... Mark Crichton svn path=/trunk/; revision=378
* Added gnome-xml-check.m4 for libxml detection, Daniel.Daniel Veillard1998-07-261-0/+17
svn path=/trunk/; revision=290