* underquoted parameters

* add AC_CONFIG_MACRO_DIR call


SVN revision: 40655
This commit is contained in:
Vincent Torri 2009-05-15 08:25:44 +00:00
parent 7d9b77132f
commit 4d039717de
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(evas, 0.9.9.060, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.ac)
AC_INIT([evas], [0.9.9.060], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.52])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_ISC_POSIX