Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : calendar

Dir     : e_modules/calendar


Modified Files:
        configure.in 


Log Message:
Remove --with-enlightenment-config, set E_CONFIG variable if needed.

===================================================================
RCS file: /cvs/e/e_modules/calendar/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- configure.in        20 Nov 2007 06:06:11 -0000      1.22
+++ configure.in        20 Nov 2007 06:23:45 -0000      1.23
@@ -28,16 +28,7 @@
 
 AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
 
-AC_ARG_WITH(enlightenment-config,
-  AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),
-  [
-    E_CONFIG=$withval;
-    echo "using "$E_CONFIG" for enlightenment-config";
-  ], [
-    PROG="enlightenment-config";
-    AC_PATH_PROG(E_CONFIG, $PROG, "", $PATH)
-  ]
-)
+AC_PATH_PROG(E_CONFIG, "enlightenment-config", "", $PATH)
 e_cflags=`$E_CONFIG --cflags`
 e_libs=`$E_CONFIG --libs`
 e_modules=`$E_CONFIG --module-dir`



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to