Re: Building GNU Classpath on Fedora 17
Pekka Enberg <[email protected]> Tue, 12 Mar 2013 09:24:11 +0200
| Newsgroups | gmane.comp.java.classpath.devel |
|---|---|
| Message-ID | <CAOJsxLFOu+4zQXXCQ=_mCVNSmbhwmHZ9W+APfoAOJQnLgBXU9w@mail.gmail.com> |
Hi Brian, On Mon, Mar 11, 2013 at 4:41 PM, Brian Jones <[email protected]> wrote: > Add a configure check for whatever the dependency is... I'm having difficult time figuring out what to check for... It seems that gettext-devel package provides AC_LIB_PREPARE_PREFIX via /usr/share/aclocal/lib-prefix.m4 that's automagically picked up by autogen.sh. Surely I can't just go and check if the file exists? Pekka