From e95d78684d75d9daa6b3ab975e01263006028a00 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Sun, 4 Feb 2007 11:21:46 +0000 Subject: [PATCH] Sun Feb 4 00:21:44 2007 Michael Jennings (mej) Fix build. ---------------------------------------------------------------------- SVN revision: 28241 --- configure.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/configure.in b/configure.in index d758e9d..e9c5079 100644 --- a/configure.in +++ b/configure.in @@ -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 @@ AM_GNU_GETTEXT_VERSION(0.14) 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