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

configure.ac

index 90f91c2..f17992e 100644 (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])