diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index eda5444..c318bfe 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], [0.9.999], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [0.1.0], [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]) |
@@ -137,11 +137,11 @@ esac | |||
137 | 137 | ||
138 | # Eina | 138 | # Eina |
139 | 139 | ||
140 | PKG_CHECK_MODULES([EINA], eina >= 1.0.0) | 140 | PKG_CHECK_MODULES([EINA], eina >= 1.1.0) |
141 | 141 | ||
142 | # Evas | 142 | # Evas |
143 | 143 | ||
144 | PKG_CHECK_MODULES([EVAS], evas >= 1.0.0 eet >= 1.4.0) | 144 | PKG_CHECK_MODULES([EVAS], evas >= 1.1.0 eet >= 1.5.0) |
145 | 145 | ||
146 | # Xlib | 146 | # Xlib |
147 | 147 | ||