summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-08-05 11:30:55 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-08-05 11:30:55 +0300
commit8d2b416782e35fc439401f35166091fe0f9de038 (patch)
treed5bcfc4878040d9e90fd62b8a0dd651ea9e7cef8 /configure.ac
parent6c4b0fc9e44ea3b9449e171404c1b2037d15d01e (diff)
downloadrpm-8d2b416782e35fc439401f35166091fe0f9de038.tar.gz
rpm-8d2b416782e35fc439401f35166091fe0f9de038.tar.bz2
rpm-8d2b416782e35fc439401f35166091fe0f9de038.zip
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ad20bffd1..5cef3735a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_PREREQ(2.59)
+AC_PREREQ(2.61)
AC_INIT(rpm, 4.4.90, rpm-maint@lists.rpm.org)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([rpmqv.c])
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([foreign tar-ustar])
+AM_INIT_AUTOMAKE([1.10 foreign tar-ustar])
AC_AIX
AC_MINIX