This patch appears to need some fiddling:
---> generate files via GNU autoconf (aclocal, autoheader)
configure.ac:11: error: m4_defn: undefined macro: _m4_divert_diversion
configure.ac:11: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
configure.ac:11: error: m4_defn: undefined macro: _m4_divert_diversion
configure.ac:11: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: '/usr/bin/autom4te' failed with exit status: 1
---> generate files via GNU automake (automake)
configure.ac:11: error: m4_defn: undefined macro: _m4_divert_diversion
configure.ac:11: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
automake: autoconf failed with exit status: 1
---> generate files via GNU autoconf (autoconf)
configure.ac:11: error: m4_defn: undefined macro: _m4_divert_diversion
configure.ac:11: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
hth
73 de Jeff
On Nov 26, 2009, at 9:12 AM, Bernhard Rosenkraenzer wrote:
> RPM Package Manager, CVS Repository
> http://rpm5.org/cvs/
> ____________________________________________________________________________
>
> Server: rpm5.org Name: Bernhard Rosenkraenzer
> Root: /v/rpm/cvs Email: bero@rpm5.org
> Module: rpm Date: 26-Nov-2009 15:12:54
> Branch: HEAD Handle: 2009112614125300
>
> Modified files:
> rpm CHANGES configure.ac
>
> Log:
> Fix
>
> configure.ac:11: error: m4_divert_push: cannot change diversion to `GROW' inside m4_expand
> configure.ac:11: the top level
>
> when using autoconf >= 2.65
>
> Summary:
> Revision Changes Path
> 1.3166 +1 -0 rpm/CHANGES
> 2.411 +1 -1 rpm/configure.ac
> ____________________________________________________________________________
>
> patch -p0 <<'@@ .'
> Index: rpm/CHANGES
> ============================================================================
> $ cvs diff -u -r1.3165 -r1.3166 CHANGES
> --- rpm/CHANGES 22 Nov 2009 14:33:03 -0000 1.3165
> +++ rpm/CHANGES 26 Nov 2009 14:12:53 -0000 1.3166
> @@ -1,5 +1,6 @@
>
> 5.2b1 -> 5.3a1
> + - bero: Fix generation of configure script with autoconf 2.65
> - jbj: rpmdb: don't recurse within dbiFindByLabel.
> - jbj: rpmdb: use PCRE patterns on Name index for package queries.
> - devzero2000: don't permit using b0rken configure option
> @@ .
> patch -p0 <<'@@ .'
> Index: rpm/configure.ac
> ============================================================================
> $ cvs diff -u -r2.410 -r2.411 configure.ac
> --- rpm/configure.ac 20 Nov 2009 13:46:15 -0000 2.410
> +++ rpm/configure.ac 26 Nov 2009 14:12:53 -0000 2.411
> @@ -8,7 +8,7 @@
>
> AC_PREREQ(2.63)
> AC_DEFUN([PACKAGE_BUGREPORT_DEFAULT], [rpm-devel@rpm5.org])
> -AC_INIT([rpm],[5.3.DEVEL],[PACKAGE_BUGREPORT_DEFAULT])
> +AC_INIT([rpm],[5.3.DEVEL],PACKAGE_BUGREPORT_DEFAULT)
> PACKAGE_TIMESTAMP="2009" dnl # YYYY[-MM[-DD[ HH[:MM]]]]
> AC_MSG_TITLE([RPM Package Manager (RPM)], [$PACKAGE_VERSION])
>
> @@ .
> ______________________________________________________________________
> RPM Package Manager http://rpm5.org
> CVS Sources Repository rpm-cvs@rpm5.org
Received on Tue Dec 1 17:07:46 2009