This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: shs.cc won't build on Solaris 2.5/sparc


On Feb 25, 2002, Adam Megacz <patches@lists.megacz.com> wrote:

> Hrm, could autoconf/automake put stuff like this into config.h when
> required?

autoconf could, but it's against its policy to put anything other than
defines in config.h.  The recommended practice is to test for features
and #define macros in config.h, and then have a system-wide header
file say system.h in which types are defined and functions are
declared depending on macros in config.h.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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