Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart


Modified Files:
        configure.in esmart-config.in 


Log Message:


1. autofoot patches.
2. fix maximize to work again. :)

===================================================================
RCS file: /cvs/e/e17/libs/esmart/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- configure.in        29 Mar 2006 08:00:29 -0000      1.15
+++ configure.in        11 Jun 2006 10:23:47 -0000      1.16
@@ -14,16 +14,12 @@
 AM_PROG_LIBTOOL
 
 dnl Use -Wall if we have gcc.
-
+                                                       
 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
 
 if test "x${prefix}" = "xNONE"; then
===================================================================
RCS file: /cvs/e/e17/libs/esmart/esmart-config.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- esmart-config.in    4 Sep 2005 19:00:25 -0000       1.6
+++ esmart-config.in    11 Jun 2006 10:23:47 -0000      1.7
@@ -39,8 +39,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@ -I$prefix/include
       ;;




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to