diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-07-09 10:20:21 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-07-09 10:20:21 +0000 |
commit | 2fb9aeef35f65c24dd3c8b29ce5a43ad98ac84cd (patch) | |
tree | 683288634295a7435cbd2240c12a39cc23b7c259 /configure.ac | |
parent | 025ea406ee3d6a8db0245ad93a130f4b75851984 (diff) |
update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.
SVN revision: 73498
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 06f5c57..c0cd7a3 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. | |||
3 | # get rid of that stupid cache mechanism | 3 | # get rid of that stupid cache mechanism |
4 | rm -f config.cache | 4 | rm -f config.cache |
5 | 5 | ||
6 | AC_INIT([expedite], [1.2.99], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.6.99], [enlightenment-devel@lists.sourceforge.net]) |
7 | AC_PREREQ([2.52]) | 7 | AC_PREREQ([2.52]) |
8 | AC_CONFIG_SRCDIR([configure.ac]) | 8 | AC_CONFIG_SRCDIR([configure.ac]) |
9 | AC_CONFIG_HEADERS([config.h]) | 9 | AC_CONFIG_HEADERS([config.h]) |
@@ -127,18 +127,18 @@ LT_PROG_RC | |||
127 | 127 | ||
128 | case "$host_os" in | 128 | case "$host_os" in |
129 | mingw32*) | 129 | mingw32*) |
130 | PKG_CHECK_MODULES([EVIL], [evil >= 1.0.0]) | 130 | PKG_CHECK_MODULES([EVIL], [evil >= 1.6.99]) |
131 | AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed]) | 131 | AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed]) |
132 | ;; | 132 | ;; |
133 | esac | 133 | esac |
134 | 134 | ||
135 | # Eina | 135 | # Eina |
136 | 136 | ||
137 | PKG_CHECK_MODULES([EINA], eina >= 1.2.0) | 137 | PKG_CHECK_MODULES([EINA], eina >= 1.6.99) |
138 | 138 | ||
139 | # Evas | 139 | # Evas |
140 | 140 | ||
141 | PKG_CHECK_MODULES([EVAS], evas >= 1.2.0 eet >= 1.6.0) | 141 | PKG_CHECK_MODULES([EVAS], evas >= 1.6.99 eet >= 1.6.99) |
142 | 142 | ||
143 | # Xlib | 143 | # Xlib |
144 | 144 | ||