diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-08-05 11:30:55 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-08-05 11:30:55 +0300 |
commit | 8d2b416782e35fc439401f35166091fe0f9de038 (patch) | |
tree | d5bcfc4878040d9e90fd62b8a0dd651ea9e7cef8 /scripts | |
parent | 6c4b0fc9e44ea3b9449e171404c1b2037d15d01e (diff) | |
download | rpm-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 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 21bc9691e..41a4883bf 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,5 @@ # Makefile for rpm scripts. -AUTOMAKE_OPTIONS = 1.4 foreign - bin_SCRIPTS = gendiff EXTRA_DIST = \ |