Enlightenment CVS committal

Author  : mej
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance


Modified Files:
        configure.in 


Log Message:
Fri Mar 30 16:06:47 2007                        Michael Jennings (mej)

Patch from Glen Larsen <[EMAIL PROTECTED]> to force sysconfdir expansion.
----------------------------------------------------------------------

===================================================================
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- configure.in        22 Mar 2007 02:17:28 -0000      1.68
+++ configure.in        30 Mar 2007 20:06:49 -0000      1.69
@@ -34,7 +34,8 @@
 fi
 test $localstatedir = '${prefix}/var' && localstatedir="/var/run/${PACKAGE}"
 
-AC_DEFINE_UNQUOTED(PACKAGE_CFG_DIR, "${sysconfdir}", [Config data directory])
+AC_EXPAND_DIR(PACKAGE_CFG_DIR, "$sysconfdir")
+AC_DEFINE_UNQUOTED(PACKAGE_CFG_DIR, "$PACKAGE_CFG_DIR", [Config data 
directory])
 AC_DEFINE_UNQUOTED(PACKAGE_STATE_DIR, "${localstatedir}", [State data 
directory])
 
 dnl Set PACKAGE_SOURCE_DIR in config.h.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to