PATCH: should use AC_PROG_LIBTOOL in opcode.

Masaki Muranaka monaka@monami-software.com
Wed Mar 26 03:52:00 GMT 2008


Hello,

There is used AM_PROG_LIBTOOL in opcode/configure.in.
AM_PROG_LIBTOOL is already obsolete and autoreconf seems be confused.
It shows a message like this:
 > autoreconf: configure.in: not using Libtool

And it seems AM_PROG_LIBTOOL causes some troubles using with  
libtools-2.2 .
(I've not figure out why it caused yet.)

- - - - - - opcode/ChangeLog
2008-03-26  Masaki Muranaka  <monaka@monami-software.com>

         * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
- - - - - -

Index: configure.in
===================================================================
RCS file: /cvs/src/src/opcodes/configure.in,v
retrieving revision 1.81
diff -r1.81 configure.in
32c32
< AM_PROG_LIBTOOL
---
 > AC_PROG_LIBTOOL

--
Masaki Muranaka
Monami Software






More information about the Binutils mailing list