mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
9b05dc05ff
paths. Reported by: ijliao
19 lines
365 B
Bash
19 lines
365 B
Bash
|
|
$FreeBSD$
|
|
|
|
--- xml2Conf.sh.in 2001/05/19 19:57:43 1.1
|
|
+++ xml2Conf.sh.in 2001/05/19 19:59:40
|
|
@@ -1,6 +1,12 @@
|
|
#
|
|
# Configuration file for using the XML library in GNOME applications
|
|
#
|
|
+
|
|
+prefix=@prefix@
|
|
+exec_prefix=@exec_prefix@
|
|
+includedir=@includedir@
|
|
+libdir=@libdir@
|
|
+
|
|
XML2_LIBDIR="@XML_LIBDIR@"
|
|
XML2_LIBS="@XML_LIBS@"
|
|
XML2_INCLUDEDIR="@XML_INCLUDEDIR@"
|