Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore Modified Files: configure.in ecore-config.in Log Message: ecore_config uses eet for storage now... check the disk space savings: -rw-r--r-- 1 raster raster 12288 Oct 19 15:29 config.db -rw-r--r-- 1 raster raster 687 Oct 19 15:29 config.eet also.. edb goes back to obscurity as a little/non use lib again :) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v retrieving revision 1.55 retrieving revision 1.56 diff -u -3 -r1.55 -r1.56 --- configure.in 27 Aug 2004 10:12:31 -0000 1.55 +++ configure.in 19 Oct 2004 06:34:20 -0000 1.56 @@ -546,23 +546,23 @@ ) if test "x$have_ecore_config" = "xyes"; then - AC_ARG_WITH(edb-config, - [ --with-edb-config=EDB_CONFIG use edb-config specified ], + AC_ARG_WITH(eet-config, + [ --with-eet-config=EET_CONFIG use eet-config specified ], [ - PROG_EDB_CONFIG=$withval; - echo "using "$PROG_EDB_CONFIG" for edb-config"; + PROG_EET_CONFIG=$withval; + echo "using "$PROG_EET_CONFIG" for eet-config"; ],[ - PROG="edb-config"; - AC_PATH_PROG(PROG_EDB_CONFIG, $PROG, "", $PATH) + PROG="eet-config"; + AC_PATH_PROG(PROG_EET_CONFIG, $PROG, "", $PATH) ]) - if [ test -z "$EDB_CONFIG" ]; then EDB_CONFIG=$PROG_EDB_CONFIG; fi - edb_cflags=`$EDB_CONFIG --cflags` - edb_libs=`$EDB_CONFIG --libs` + if [ test -z "$EET_CONFIG" ]; then EET_CONFIG=$PROG_EET_CONFIG; fi + eet_cflags=`$EET_CONFIG --cflags` + eet_libs=`$EET_CONFIG --libs` AM_CONDITIONAL(BUILD_ECORE_CONFIG, true) ecore_config_libs="-lecore_config"; AC_DEFINE(BUILD_ECORE_CONFIG, 1, [Build Ecore_Config Module]) - AC_SUBST(edb_libs) - AC_SUBST(edb_cflags) + AC_SUBST(eet_libs) + AC_SUBST(eet_cflags) else AM_CONDITIONAL(BUILD_ECORE_CONFIG, false) fi =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/ecore-config.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ecore-config.in 8 Dec 2003 23:25:13 -0000 1.6 +++ ecore-config.in 19 Oct 2004 06:34:20 -0000 1.7 @@ -46,7 +46,7 @@ ;; --libs) [EMAIL PROTECTED]@ - echo $libdirs -lecore @ecore_job_libs@ @ecore_x_libs@ @ecore_evas_libs@ @ecore_con_libs@ @ecore_ipc_libs@ @ecore_txt_libs@ @ecore_fb_libs@ @ecore_config_libs@ @edb_libs@ -lm + echo $libdirs -lecore @ecore_job_libs@ @ecore_x_libs@ @ecore_evas_libs@ @ecore_con_libs@ @ecore_ipc_libs@ @ecore_txt_libs@ @ecore_fb_libs@ @ecore_config_libs@ @eet_libs@ -lm ;; *) echo "${usage}" 1>&2 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs