fix compilation from scratch

Don't put anything before AC_INIT (except AC_PREREQ) if used in configure.ac

SVN revision: 44122
This commit is contained in:
Vincent Torri 2009-12-02 18:46:01 +00:00
parent e62d6e6dd2
commit c49470eb80
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
# get rid of that stupid cache mechanism
rm -f config.cache
release="ver-pre-svn-05"
AC_INIT([eina], [0.9.9.063], [enlightenment-devel@lists.sourceforge.net])
release="ver-pre-svn-05"
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])