* underquoted parameters of AC_INIT

* formatting


SVN revision: 40659
This commit is contained in:
Vincent Torri 2009-05-15 08:32:41 +00:00
parent e75d7f4737
commit 6729ff3ebb
1 changed files with 5 additions and 3 deletions

View File

@ -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=""