Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e_modules
Dir : e17/apps/e_modules Modified Files: configure.in Log Message: Use e17's exported module dir =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_modules/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- configure.in 30 Mar 2005 10:21:03 -0000 1.2 +++ configure.in 30 Mar 2005 14:21:45 -0000 1.3 @@ -4,9 +4,12 @@ rm -f config.cache AC_INIT(configure.in) +AC_CANONICAL_BUILD +AC_CANONICAL_HOST +AC_CANONICAL_TARGET + AM_INIT_AUTOMAKE(e_modules, 0.0.1) AM_CONFIG_HEADER(config.h) - AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_STDC @@ -15,6 +18,10 @@ AM_ENABLE_SHARED AM_PROG_LIBTOOL +MODULE_ARCH="$target_os-$target_cpu" +AC_SUBST(MODULE_ARCH) +AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") + if test "x${bindir}" = 'x${exec_prefix}/bin'; then if test "x${exec_prefix}" = "xNONE"; then if test "x${prefix}" = "xNONE"; then @@ -130,6 +137,7 @@ [ EDJE_CONFIG=$withval; echo "using "$EDJE_CONFIG" for edje-config"; +/ ],[ PROG="edje-config"; AC_PATH_PROG(EDJE_CONFIG, $PROG, "", $PATH) @@ -164,8 +172,10 @@ ]) e_cflags=`$E_CONFIG --cflags` e_libs=`$E_CONFIG --libs` +e_modules=`$E_CONFIG --module-dir` AC_SUBST(e_cflags) AC_SUBST(e_libs) +AC_SUBST(e_modules) AC_OUTPUT([ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs