From 6729ff3ebbf684590780593369887fa83029cf26 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 15 May 2009 08:32:41 +0000 Subject: [PATCH] * underquoted parameters of AC_INIT * formatting SVN revision: 40659 --- legacy/embryo/configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/legacy/embryo/configure.ac b/legacy/embryo/configure.ac index 0f2f57dd09..51a3a82b6f 100644 --- a/legacy/embryo/configure.ac +++ b/legacy/embryo/configure.ac @@ -1,7 +1,7 @@ # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT(embryo, 0.9.9.060, enlightenment-devel@lists.sourceforge.net) +AC_INIT([embryo], [0.9.9.060], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) @@ -51,11 +51,13 @@ AC_PROG_CC EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"]) - -### Checks for libraries +# pkg-config PKG_PROG_PKG_CONFIG + +### Checks for libraries + # Evil library for compilation on Windows EFL_EMBRYO_BUILD=""