Add m4 macro dir as suggested by autoconf.

SVN revision: 41492
This commit is contained in:
Christopher Michael 2009-07-24 19:32:53 +00:00
parent dedebfcc1a
commit 02d6b0d451
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ rm -f config.cache
AC_INIT(imlib2, 1.4.2.001, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_ISC_POSIX