Title: Ưº°ÇÑ ³¯À» À§ÇÑ Æ¯º°ÇÑ ¾ÆÀÌÅÛ - SweaRing
Autoconf 2.53 (via autoconf.m4f) considers 'fc' to be a candidate when
searching for a FORTRAN compiler. Unfortunately, 'fc' conflicts with a
Korn-shell related program found under SVR4-derived systems, or other
systems providing the Korn shell:
DESCRIPTION
/usr/bin/fc
The fc utility lists
> * In message <[EMAIL PROTECTED]>
> * On the subject of "Re: AC_SEARCH_LIBS problems"
> * Sent on Thu, 8 Aug 2002 18:10:53 -0700 (PDT)
> * Honorable Paul Eggert <[EMAIL PROTECTED]> writes:
>
> > From: Sam Steingold <[EMAIL PROTECTED]>
> > Date: 08 Aug 2002 15:26:09 -0400
>
> > all I am asking is
In reply to your message of Wed, 07 Aug 2002 16:01:33 PDT:
| As far as I know, the bug was never fixed in SunOS 4.1.3. I think
| people were supposed to upgrade to SunOS 4.1.4. I don't know if that
| is an option for you, though.
This all suggests that my time and money would be better spent in
Whats the desired or recommended way to handle setting a bunch of
variables which will turn into defines in a makefile as well as strings in
some documentation and some X11 application default settings?
I was thinking of putting stuff like this in configure.ac:
FOO=${FOO:-some_default}
AC_SUBS