- switch from automake 1.9 to automake 1.7

This commit is contained in:
Nalin Dahyabhai 2006-12-05 22:21:08 +00:00
parent b6821c237a
commit 97964c327a

View File

@ -39,7 +39,7 @@ Patch24: cyrus-sasl-2.1.21-sizes.patch
Patch25: cyrus-sasl-2.1.22-typo.patch Patch25: cyrus-sasl-2.1.22-typo.patch
Patch50: db-4.3.27-initmem.patch Patch50: db-4.3.27-initmem.patch
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
BuildPrereq: autoconf, automake, libtool, gdbm-devel, groff BuildPrereq: autoconf, automake17, libtool, gdbm-devel, groff
BuildPrereq: krb5-devel >= 1.2.2, openssl-devel, pam-devel, pkgconfig BuildPrereq: krb5-devel >= 1.2.2, openssl-devel, pam-devel, pkgconfig
BuildPrereq: mysql-devel, postgresql-devel, zlib-devel BuildPrereq: mysql-devel, postgresql-devel, zlib-devel
%if ! %{bootstrap_cyrus_sasl} %if ! %{bootstrap_cyrus_sasl}
@ -153,8 +153,8 @@ popd
rm config/ltconfig config/libtool.m4 rm config/ltconfig config/libtool.m4
rm -fr autom4te.cache rm -fr autom4te.cache
libtoolize -f -c libtoolize -f -c
aclocal -I config -I cmulocal aclocal-1.7 -I config -I cmulocal
automake -a -c -f automake-1.7 -a -c -f
autoheader autoheader
autoconf -f autoconf -f
@ -163,8 +163,8 @@ pushd saslauthd
rm config/ltconfig rm config/ltconfig
rm -fr autom4te.cache rm -fr autom4te.cache
libtoolize -f -c libtoolize -f -c
aclocal -I config -I ../cmulocal -I ../config aclocal-1.7 -I config -I ../cmulocal -I ../config
automake -a -c -f automake-1.7 -a -c -f
autoheader autoheader
autoconf -f autoconf -f
popd popd
@ -430,6 +430,7 @@ fi
- rebuild - rebuild
- add 'authentication' or 'auxprop' to summaries for plugin packages to - add 'authentication' or 'auxprop' to summaries for plugin packages to
better indicate what the plugin provides better indicate what the plugin provides
- switch from automake 1.9 to automake 1.7
* Fri Sep 29 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-4 * Fri Sep 29 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-4
- rebuild without 'dlcompat' bits (#206119) - rebuild without 'dlcompat' bits (#206119)