public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Defining a HAVE_J0 in config.h for gfortran?
@ 2004-08-12  3:35 Steve Kargl
  2004-08-12  4:19 ` Tom Tromey
  2004-08-12  4:56 ` Richard Henderson
  0 siblings, 2 replies; 8+ messages in thread
From: Steve Kargl @ 2004-08-12  3:35 UTC (permalink / raw)
  To: gcc

I'm contemplating adding j0, j0f, j1, j1f, y0, y0f, y1, and y1f
intrinsic functions to gfortran for compatibility with g77.  In
gcc/libgfortran I can modify configure.ac with a line similar to

AC_CHECK_LIB([m],[j0],[AC_DEFINE([HAVE_J0],[1],[libm includes j0])])

to check that j0 is present in libm.  I however need the HAVE_J0
symbol in gcc/gcc/fortran.  There is no configure.ac in this 
directory, so I need some other way to define HAVE_J0.  Any pointers
would be appreciate.

-- 
Steve

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-08-16 16:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-12  3:35 Defining a HAVE_J0 in config.h for gfortran? Steve Kargl
2004-08-12  4:19 ` Tom Tromey
2004-08-12  4:56 ` Richard Henderson
2004-08-12  5:16   ` Steve Kargl
2004-08-12  7:35     ` Richard Henderson
2004-08-12  9:16   ` Joseph S. Myers
2004-08-16 16:01     ` Toon Moene
2004-08-16 16:34       ` Steve Kargl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).