pass make distcheck and a snapshot asparagus release - been a while

SVN revision: 34600
This commit is contained in:
Carsten Haitzler 2008-05-19 00:07:12 +00:00
parent 37607b5e8e
commit 6982d7fb37
7 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(ecore, 0.9.9.042, enlightenment-devel@lists.sourceforge.net)
AC_INIT(ecore, 0.9.9.043, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD
@ -146,7 +146,7 @@ dnl ecore_ipc
ECORE_CHECK_MODULE([Ipc], [yes], [$have_ecore_con])
dnl ecore_config
PKG_CHECK_MODULES(EET, [eet >= 0.9.10],
PKG_CHECK_MODULES(EET, [eet >= 1.0.0],
[ have_eet="yes" ],
[ have_eet="no" ]
)

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(edje, 0.5.0.042, enlightenment-devel@lists.sourceforge.net)
AC_INIT(edje, 0.9.9.043, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD
@ -67,7 +67,7 @@ PKG_CHECK_MODULES(EDJE, [
ecore-evas >= 0.9.9
ecore-job >= 0.9.9
ecore-file >= 0.9.9
eet >= 0.9.10
eet >= 1.0.1
embryo >= 0.9.1
])

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(eet, 1.0.0, enlightenment-devel@lists.sourceforge.net)
AC_INIT(eet, 1.0.1, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD

View File

@ -1,6 +1,6 @@
rm -f config.cache
AC_INIT(efreet, 0.0.3.042, enlightenment-devel@lists.sourceforge.net)
AC_INIT(efreet, 0.5.0.043, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD

View File

@ -19,6 +19,7 @@ efreet_test_LDADD = $(top_builddir)/src/lib/libefreet.la \
$(top_builddir)/src/lib/libefreet_mime.la \
@ECORE_LIBS@
efreet_test_SOURCES = \
ef_test.h \
ef_data_dirs.c \
ef_icon_theme.c \
ef_ini.c \

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(embryo, 0.9.1.042, enlightenment-devel@lists.sourceforge.net)
AC_INIT(embryo, 0.9.9.043, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(evas, 0.9.9.042, enlightenment-devel@lists.sourceforge.net)
AC_INIT(evas, 0.9.9.043, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD
@ -926,7 +926,7 @@ AC_ARG_ENABLE(font-loader-eet,
# next, if she does, check whether EET is available
if test "x$want_eet_image_loader" = "xyes" -o "x$want_eet_font_loader" = "xyes" -o "x$want_eet_image_loader" = "xauto" -o "x$want_eet_font_loader" = "xauto"; then
PKG_CHECK_MODULES(EET, eet, [have_eet="yes"],
PKG_CHECK_MODULES(EET, eet >= 1.0.1, [have_eet="yes"],
[
if test "x$want_eet_image_loader" = "xyes" -a "x$use_strict" = "xyes" -o "x$want_eet_font_loader" = "xyes" -a "x$use_strict" = "xyes"; then
AC_MSG_ERROR([EET not found (strict dependencies checking)])