underquoted parameters of AC_INIT

SVN revision: 40657
This commit is contained in:
Vincent Torri 2009-05-15 08:29:16 +00:00
parent e6ea36aece
commit 3baaa0d78f
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(ecore, 0.9.9.060, enlightenment-devel@lists.sourceforge.net)
AC_INIT([ecore], [0.9.9.060], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.52])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])