-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Braden McDaniel wrote: | Gary V. Vaughan wrote: | |> -----BEGIN PGP SIGNED MESSAGE----- |> Hash: SHA1 |> |> Braden McDaniel wrote: |> | Braden McDaniel wrote: |> | |> |> libtool.m4 is using the AC_DIVERT_PUSH and AC_DIVERT_POP macros in a |> |> way that CVS autoconf seems not to like. I get this message: |> |> |> |> configure.in:20: /usr/bin/m4: Non-numeric argument to built-in |> `divert' |> |> |> |> I discovered this when attempting to build CVS pkgconfig with CVS |> |> autotools. |> | |> | |> | Can someone comment on this? The fix is not at all clear to me. I don't |> | see AC_DIVERSION_NOTICE being defined by autoconf at all (and the |> | ChangeLog isn't helpful in discerning when it might have been removed). |> | Regardless, with respect to the above error message, the definition of |> | _LT_AC_SHELL_INIT in libtool.m4 seems like it must be invalid. |> |> I can't reproduce your problem. With cvs head of autoconf and automake |> installed, I can bootstrap, configure, build and install cvs head |> libtool. |> The resulting libtool is able to build libltdl, and passes its regression |> suite. I can then use the whole lot to bootstrap, configure and build |> libsnprintfv. |> |> Are you using gnu m4? | | | Yes. | |> Must be a bug in pkgconfig... | | | I'm not convinced, because it's code in libtool.m4 that seems to break | reliably. Perhaps libsnprintfv doesn't exercise this code? Try this... | Put this line (from _LT_AC_SHELL_INIT) in a configure.ac and see if CVS | autoconf will process it: | | AC_DIVERT_PUSH(AC_DIVERSION_NOTICE) | | When I do this, I see the same error I mentioned above.
But libtool.m4 doesn't do that... it says:
ifdef([AC_DIVERSION_NOTICE], ~ [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], ~ [AC_DIVERT_PUSH(NOTICE)])
This doesn't error if you put it in a configure.ac by itself. Is you libtool.m4 up to date with respect to your ltmain.sh? Are you using an ancient libtool (1.4.3 or thereabouts)?
Cheers,
Gary.
- --
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org}
Research Scientist ( '/ http://www.oranda.demon.co.uk
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.orgiD8DBQFAHj0iFRMICSmD1gYRApJ3AJ9E+NYnJalIw/CbFI4s0WBcYI3YawCfTKjZ FobKwgtgnbVuSGMjw3rJkQI= =xWec -----END PGP SIGNATURE-----
_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
