autostuff improvements:
authordoursse <doursse>
Sun, 11 Nov 2007 09:12:08 +0000 (09:12 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 11 Nov 2007 09:12:08 +0000 (09:12 +0000)
commit29193179b74de14a892381b273e97bc50c374566
tree03dd53821b611d7b2563b1c75c0b136f53b0f9a0
parentab776b73e842c342c3efe8cd9300a14c35f90b72
autostuff improvements:

 * use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE
   and check the required minimal versions.
 * add bzipped distribution archive
 * add AC_LIBTOOL_WIN32_DLL
 * forbid libtool to check fortran and c++ compilers
 * compute libtool versioning from the version of the package
 * pass the directories based on ${prefix} to the preoprocessor
   with the -D option
 * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS
 * remove useless -L flags in *_la_LDFLAGS
 * remove Makefile.in on maintainer-clean rule

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32564 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Makefile.am
configure.in
data/Makefile.am
src/Makefile.am
src/bin/Makefile.am
src/lib/Makefile.am
src/modules/Makefile.am