[±¤°í] "9,900¿ø" - À̾ & Ææ´øÆ® ±âȹÀü!!!

2002-08-09 Thread swearing
Title: Ưº°ÇÑ ³¯À» À§ÇÑ Æ¯º°ÇÑ ¾ÆÀÌÅÛ - SweaRing

'fc' program and autoconf

2002-08-09 Thread Bob Friesenhahn
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

Re: AC_SEARCH_LIBS problems

2002-08-09 Thread Sam Steingold
> * 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

Re: Suspected bug with Autoconf built configures and SunOS 4.1.3_U1

2002-08-09 Thread Paul Frommeyer
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

"correct" way of handling several default settings

2002-08-09 Thread mcmahill
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