asparagus! also pass distcheck and have common autofoo init that is

consistent for package, version etc.


SVN revision: 33602
This commit is contained in:
Carsten Haitzler 2008-01-25 03:35:49 +00:00
parent b2837013af
commit c7cdeb9188
1 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,14 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(configure.in)
AC_INIT(imlib2, 1.4.1.000, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_ISC_POSIX
AM_INIT_AUTOMAKE(imlib2, 1.4.0.003)
AM_INIT_AUTOMAKE(1.6 dist-bzip2)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN