Re: [problem] GNU Classpath build problems on Fedora 15
Pekka Enberg <[email protected]> Thu, 29 Sep 2011 15:02:20 +0300
| Newsgroups | gmane.comp.java.classpath.devel |
|---|---|
| Message-ID | <CAOJsxLHb97g9bdVddvyMZS9dkrGPx_hqAzuMRTGk-s+_XVpNZQ@mail.gmail.com> |
On Thu, Sep 29, 2011 at 2:54 PM, Mark Wielaard <[email protected]> wrote: > It seems gnulib also provides lib-prefix.m4 in the havelib module. Maybe > we should just incorporate it from there and not depend on gettext-devel > to be installed (I am a bit fuzzy on why we have the > gettext-devel/lib-prefix.m4 dependency, we only really need iconv > support, but there was some dependency on gettext anyway)? It seems we had lib-prefix-m4 in the tree but Andrew dropped it: 2010-01-30 Andrew John Hughes <[email protected]> * autogen.sh: Allow libtool 2.* through. * configure.ac: Updated via autoupdate. * m4/lib-ld.m4, * m4/lib-link.m4, * m4/lib-prefix.m4: Drop old libtool macros which result in build failure. Hmmh? Pekka