Sun Feb 4 00:21:44 2007 Michael Jennings (mej)

Fix build.
----------------------------------------------------------------------


SVN revision: 28241
This commit is contained in:
Michael Jennings 2007-02-04 11:21:46 +00:00
parent 7515f486d7
commit e95d78684d
1 changed files with 2 additions and 8 deletions

View File

@ -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