Re: LT_PREREQ breaks autoreconf

2008-12-13 Thread Ralf Wildenhues
Hi Eric, * Eric Blake wrote on Sat, Dec 13, 2008 at 05:53:20PM CET: > According to Ralf Wildenhues on 12/13/2008 2:47 AM: > > with a test case of: > > LT_PREREQ([2.2.6]) > > AC_INIT > > LT_INIT > > > > It works in any case when I move LT_PREREQ after AC_INIT, > > That is the correct fix.

Re: LT_PREREQ breaks autoreconf

2008-12-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [adding bug-automake] According to Ralf Wildenhues on 12/13/2008 2:47 AM: > Hmm; I can reproduce this with Autoconf 2.63 but not with current git, Yes, current git changed things so that even prior to m4_init (called under the hood by AC_INIT), there

Re: LT_PREREQ breaks autoreconf

2008-12-13 Thread Jason Curl
Ralf Wildenhues wrote: [ adding bug-autoconf ] Hello Jason, thanks for the bug report. I always assume first a user error. I'm happy to be of assistance. * Jason Curl wrote on Sat, Dec 13, 2008 at 10:01:22AM CET: I have a macro and in the first lines are: AC_PREREQ(2.61) LT_PREREQ([2.

Re: LT_PREREQ breaks autoreconf

2008-12-13 Thread Ralf Wildenhues
[ adding bug-autoconf ] Hello Jason, thanks for the bug report. * Jason Curl wrote on Sat, Dec 13, 2008 at 10:01:22AM CET: > I have a macro and in the first lines are: > > AC_PREREQ(2.61) > LT_PREREQ([2.2.6]) > > When I run "autoreconf" I get: > $ autoreconf > configure.ac:33: error: m4_defn: un

LT_PREREQ breaks autoreconf

2008-12-13 Thread Jason Curl
I have a macro and in the first lines are: AC_PREREQ(2.61) LT_PREREQ([2.2.6]) When I run "autoreconf" I get: $ autoreconf configure.ac:33: error: m4_defn: undefined macro: _m4_divert_diversion configure.ac:33: the top level autom4te-2.63: /usr/bin/m4 failed with exit status: 1 aclocal-1.10: auto