Automake cleanups.
authorPanu Matilainen <pmatilai@redhat.com>
Sun, 5 Aug 2007 08:30:55 +0000 (11:30 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Sun, 5 Aug 2007 08:30:55 +0000 (11:30 +0300)
commit8d2b416782e35fc439401f35166091fe0f9de038
treed5bcfc4878040d9e90fd62b8a0dd651ea9e7cef8
parent6c4b0fc9e44ea3b9449e171404c1b2037d15d01e
Automake cleanups.

- Replace INCLUDES with AM_CPPFLAGS
  (INCLUDES has been replaced by AM_CPPFLAGS and is deprecated in
  modern automakes for several years)
- Require autoconf-2.61 and automake-1.10
  (already required by autogen.sh)
- update mkinstalldirs with the version from automake-1.10
  (The version in rpm is ancient and known to be bugged)

Patch from Ralf Corsepius
14 files changed:
Makefile.am
build/Makefile.am
configure.ac
lib/Makefile.am
lua/Makefile.am
misc/Makefile.am
mkinstalldirs
python/Makefile.am
rpmdb/Makefile.am
rpmio/Makefile.am
scripts/Makefile.am
tests/Makefile.am
tests/hello-test/Makefile.am
tools/Makefile.am