Enlightenment CVS committal Author : mej Project : e_modules Module : photo
Dir : e_modules/photo Modified Files: configure.in Log Message: Sun Feb 4 00:21:44 2007 Michael Jennings (mej) Fix build. ---------------------------------------------------------------------- =================================================================== RCS file: /cvs/e/e_modules/photo/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- configure.in 17 Sep 2006 15:44:06 -0000 1.6 +++ configure.in 4 Feb 2007 11:21:46 -0000 1.7 @@ -1,16 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -# get rid of that stupid cache mechanism -rm -f config.cache - -#photo module version -version="0.1.0" - AC_INIT(configure.in) AC_CANONICAL_BUILD AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(photo, $version) +AM_INIT_AUTOMAKE(photo, 0.1.0) AM_CONFIG_HEADER(config.h) AC_ISC_POSIX AC_PROG_CC @@ -29,7 +23,7 @@ MODULE_ARCH="$host_os-$host_cpu" AC_SUBST(MODULE_ARCH) AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") -AC_DEFINE_UNQUOTED(MODULE_VERSION, "$version", "Module version") +AC_DEFINE_UNQUOTED(MODULE_VERSION, "$VERSION", "Module version") if test "x${bindir}" = 'x${exec_prefix}/bin'; then if test "x${exec_prefix}" = "xNONE"; then ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs