Enlightenment CVS committal Author : raster Project : e17 Module : proto
Dir : e17/proto/etk Modified Files: configure.in etk-config.in Log Message: 1. autofoot patches. 2. fix maximize to work again. :) =================================================================== RCS file: /cvs/e/e17/proto/etk/configure.in,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- configure.in 31 Mar 2006 10:15:15 -0000 1.14 +++ configure.in 11 Jun 2006 10:23:49 -0000 1.15 @@ -51,14 +51,10 @@ fi dnl Set PACKAGE_DATA_DIR in config.h. -if test "x${datadir}" = 'x${prefix}/share'; then - if test "x${prefix}" = "xNONE"; then - AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${ac_default_prefix}/share/${PACKAGE}", [Shared Data Directory]) - else - AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}", [Shared Data Directory]) - fi +if test "x${prefix}" = "xNONE"; then + AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${ac_default_prefix}/share/${PACKAGE}", [Shared Data Directory]) else - AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}", [Shared Data Directory]) + AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}", [Shared Data Directory]) fi dnl Set PACKAGE_BIN_DIR in config.h. =================================================================== RCS file: /cvs/e/e17/proto/etk/etk-config.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- etk-config.in 31 Mar 2006 10:15:15 -0000 1.4 +++ etk-config.in 11 Jun 2006 10:23:49 -0000 1.5 @@ -40,8 +40,8 @@ echo @VERSION@ ;; --cflags) - if test @includedir@ != /usr/include ; then - [EMAIL PROTECTED]@ + if test @prefix@/local != /usr/include ; then + includes="[EMAIL PROTECTED]@/local" fi echo $includes @EVAS_CFLAGS@ @ECORE_CFLAGS@ @EDJE_CFLAGS@ -I$prefix/include/etk ;; _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs