aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-xml-check.m4
Commit message (Collapse)AuthorAgeFilesLines
* Applied build patch from Mathieu Lacage.Hans Petter2000-11-071-0/+2
| | | | svn path=/trunk/; revision=6427
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+30
| | | | svn path=/trunk/; revision=4480
* removed last files from GNOME CVSscottf2000-08-031-30/+0
| | | | svn path=/trunk/; revision=4478
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+30
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-30/+0
| | | | svn path=/trunk/; revision=1746
* Better scoping of GNOME_XML_LIB fix.Jeff Garzik1999-11-191-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=1403
* 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=1402
* Revert previous check-in, wasnt supposed to be committed yetJeff Garzik1999-11-181-2/+1
| | | | svn path=/trunk/; revision=1401
* no news is good newsJeff Garzik1999-11-181-1/+2
| | | | svn path=/trunk/; revision=1400
* If you're going to AC_PATH_PROG then use the prog you find :-)Havoc Pennington1999-09-021-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=1156
* Fix typo while signaling the error.Karl Eichwalder1998-10-061-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-111-1/+5
| | | | svn path=/trunk/; revision=371
* Fixed detection of xml in gnome-xml macros take 2 -migArturo Espinosa1998-09-081-2/+2
| | | | svn path=/trunk/; revision=365
* Fixed detection of xml in gnome-xml macros -migArturo Espinosa1998-09-081-14/+12
| | | | svn path=/trunk/; revision=364
* 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=362
* Added gnome-xml-check.m4 for libxml detection, Daniel.Daniel Veillard1998-07-271-0/+17
svn path=/trunk/; revision=288