dnl dnl GNOME_XML_HOOK (script-if-xml-found, failflag) dnl dnl If failflag is "failure", script aborts due to lack of XML dnl dnl Check for availability of the libxml library dnl the XML parser uses libz if available too dnl AC_DEFUN([GNOME_XML_HOOK],[ AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) if test "$GNOME_CONFIG" = no; then if test x$2 = xfailure; then AC_MSG_ERROR(Could not find gnome-config) fi fi GNOME_XML_CFLAGS=`$GNOME_CONFIG --cflags xml` AC_SUBST(GNOME_XML_CFLAGS) AC_CHECK_LIB(xml, xmlNewDoc, [ $1 GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` ], [ if test x$2 = xfailure; then AC_MSG_ERROR(Could not link sample xml program) fi ], `$GNOME_CONFIG --libs xml`) AC_SUBST(GNOME_XML_LIB) ]) AC_DEFUN([GNOME_XML_CHECK], [ GNOME_XML_HOOK([],failure) ]) ='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/devil
Commit message (Expand)AuthorAgeFilesLines
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
* Conversion to a single libtool environment.ade2006-02-232-5/+5
* Unmark BROKEN (suspect a race between the fix and BROKEN commits).lawrance2006-02-121-2/+0
* - SHA256ifyedwin2006-01-301-0/+1
* BROKEN: Does not buildkris2006-01-141-0/+2
* - Fix buildsem2006-01-111-0/+11
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* s/PATCHREVISION/PORTREVISION/oliver2005-10-071-1/+1
* - enable SDL support on request (OPTIONS)oliver2005-10-062-1/+37
* - Fix CATEGORIESpav2004-10-291-1/+1