This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: should use AC_PROG_LIBTOOL in opcode.


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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]