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

configure.ac

index 755664b..40de32f 100644 (file)
@@ -1,7 +1,7 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT(eet, 1.2.0, enlightenment-devel@lists.sourceforge.net)
+AC_INIT([eet], [1.2.0], [enlightenment-devel@lists.sourceforge.net])
 AC_PREREQ([2.52])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])