Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/etk Modified Files: configure.in etk-config.in Log Message: add option to find source dir =================================================================== RCS file: /cvs/e/e17/proto/etk/configure.in,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- configure.in 29 Mar 2006 22:56:38 -0000 1.13 +++ configure.in 31 Mar 2006 10:15:15 -0000 1.14 @@ -209,6 +209,8 @@ AC_SUBST(requirements) +AC_SUBST(packagesrcdir) + ##################################################################### ## Output =================================================================== RCS file: /cvs/e/e17/proto/etk/etk-config.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- etk-config.in 12 Feb 2006 11:39:30 -0000 1.3 +++ etk-config.in 31 Mar 2006 10:15:15 -0000 1.4 @@ -3,9 +3,10 @@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ exec_prefix_set=no [EMAIL PROTECTED]@ usage="\ -Usage: etk-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" +Usage: etk-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] [--build-dir]" if test $# -eq 0; then echo "${usage}" 1>&2 @@ -48,6 +49,9 @@ [EMAIL PROTECTED]@ echo $libdirs -letk @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ ;; + --build-dir) + echo $source_dir + ;; *) echo "${usage}" 1>&2 exit 1 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs