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]

ACLOCAL_AMFLAGS in bfd/Makefile.am


Hello binutils hackers,

In case there is no AC_CONFIG_MACRO_DIR, libtoolize hunts for
ACLOCAL_AMFLAGS.
(My libtoolize version is 2.2 ... I'm not sure whether it's similar on previous version)


The CVS HEAD of bfd/Makefile.am is follows:
< ACLOCAL_AMFLAGS = -I . -I .. -I ../config
And libtools.m4 will be created as bfd/libtools.m4

I think this line should be like this, as other directories will create libtool.m4
on the topdir.
> ACLOCAL_AMFLAGS = -I .. -I . -I ../config


Any comments appreciated.

--
Masaki Muranaka
Monami Software





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