[Commit] fontconfig/src fontconfig.def.in,1.1,1.2

Tor Lillqvist commit at keithp.com
Fri Jun 13 16:43:31 PDT 2003


Committed by: tml

Update of /local/src/CVS/fontconfig/src
In directory home.keithp.com:/tmp/cvs-serv10726/src

Modified Files:
	fontconfig.def.in 
Log Message:
2003-06-13  Tor Lillqvist  <tml at iki.fi>

	* fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
	man pages.

	* configure.in: Set FC_DEFAULT_FONTS on Win32 to the
	WINDOWSFONTDIR token.

	* src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
	end, not to confuse libtool, which expects the EXPORTS line to be
	the first. Add FcConfigEnableHome.



Index: fontconfig.def.in
===================================================================
RCS file: /local/src/CVS/fontconfig/src/fontconfig.def.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fontconfig.def.in	22 Mar 2003 21:25:34 -0000	1.1
+++ fontconfig.def.in	13 Jun 2003 22:43:28 -0000	1.2
@@ -1,5 +1,3 @@
-LIBRARY fontconfig
-VERSION @LT_CURRENT at .@LT_REVISION@
 EXPORTS
 	FcAtomicCreate
 	FcAtomicDeleteNew
@@ -34,6 +32,7 @@
 	FcConfigBuildFonts
 	FcConfigCreate
 	FcConfigDestroy
+	FcConfigEnableHome
 	FcConfigFilename
 	FcConfigGetBlanks
 	FcConfigGetCache
@@ -159,3 +158,5 @@
 	FcValueEqual
 	FcValuePrint
 	FcValueSave
+LIBRARY fontconfig
+VERSION @LT_CURRENT at .@LT_REVISION@




More information about the Commit mailing list