underquoted parameters of AC_INIT

SVN revision: 40651
This commit is contained in:
Vincent Torri 2009-05-15 08:12:38 +00:00
parent 983479952f
commit 8b6f8ea2d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(eina, 0.0.2.060, enlightenment-devel@lists.sourceforge.net)
AC_INIT([eina], [0.0.2.060], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])