underquoted parameters of AC_INIT
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 May 2009 08:29:16 +0000 (08:29 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 15 May 2009 08:29:16 +0000 (08:29 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@40657 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index c5d905b..0c99a5d 100644 (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])