Enlightenment CVS committal Author : kwo Project : e16 Module : ethemes
Dir : e16/ethemes Modified Files: configure.in Log Message: New style AC_INIT, autofoo cleanups. =================================================================== RCS file: /cvs/e/e16/ethemes/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- configure.in 15 Jan 2007 05:15:40 -0000 1.1 +++ configure.in 10 Nov 2007 12:57:22 -0000 1.2 @@ -1,30 +1,29 @@ -AC_INIT(configure.in) - -AM_INIT_AUTOMAKE(e16-themes, 0.16.8.0.1) -AM_MAINTAINER_MODE - -THEMES="BlueSteel BrushedMetal-Tigert Ganymede ShinyMetal" +m4_define([pkg_version], [0.16.8.0.2]) +dnl m4_define([pkg_revision], [0.00]) +m4_define([pkg_ver_rev], m4_ifdef([pkg_revision], [pkg_version-pkg_revision], [pkg_version])) +m4_define([rpm_revision], m4_ifdef([pkg_revision], [pkg_revision], [1])) + +AC_INIT(e16-themes, [pkg_ver_rev], [EMAIL PROTECTED]) +AM_INIT_AUTOMAKE([foreign]) + +AC_DEFINE(E_PKG_VERSION, ["pkg_version"], [Version]) +AC_SUBST(E_PKG_VERSION, [pkg_version]) +AC_SUBST(E_RPM_REVISION, [rpm_revision]) dnl reasonable guesses for where stuff is installed if test "x$prefix" = "xNONE"; then - prefix="/usr/local" + prefix=$ac_default_prefix fi if test "x$exec_prefix" = "xNONE"; then exec_prefix=$prefix fi +AM_MAINTAINER_MODE + AC_PROG_MAKE_SET AC_PROG_INSTALL -AC_ARG_ENABLE(fsstd, - [ --enable-fsstd install files following FSSTD [default=yes]], ,enable_fsstd=yes) - -if test "x$enable_fsstd" != "xyes"; then - datadir=${prefix} -fi -ENLIGHTENMENT_ROOT=`eval echo ${datadir}/e16` -AC_SUBST(ENLIGHTENMENT_ROOT) - +THEMES="BlueSteel BrushedMetal-Tigert Ganymede ShinyMetal" AC_SUBST(THEMES) AC_OUTPUT([ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs