From: Duncan C. <dun...@us...> - 2005-01-16 21:44:27
|
Update of /cvsroot/gtk2hs/gtk2hs/gconf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2482/gconf Modified Files: gconf.pkg.in Log Message: use the new GHCPKG_USE_AUTOLIBS substitution so the .pkg files will be understood by older versions of ghc-pkg. Index: gconf.pkg.in =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gconf/gconf.pkg.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gconf.pkg.in 12 Jan 2005 00:00:48 -0000 1.3 +++ gconf.pkg.in 16 Jan 2005 21:44:15 -0000 1.4 @@ -1,6 +1,6 @@ Package { name = "gconf", - auto = True, + @GHCPKG_USE_AUTOLIBS@ import_dirs = ["@hidir@/gconf"], source_dirs = [], library_dirs = [@GCONF_LIBDIR_CQ@], |