Re: Fwd: Re: modlogan once more

2000-10-18 Thread Akim Demaille
> "Dmitry" == Dmitry I Vereschaka <[EMAIL PROTECTED]> writes: >> Due to OS/2 have no ln anyway I use 'set LN_S="cp.exe"' in my >> .bashrc, and I think that creating config.status should relay on >> $LN_S. Why don't you `cp cp ln' once for all? Anyway, after all Autoconf could do an effort.

Re: Fwd: Re: modlogan once more

2000-10-18 Thread Alexandre Oliva
On Oct 18, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > * acspecific.m4 (AC_PROG_LN_S): If neither `ln -s' nor `ln' work, > fall back to `cp'. Ok -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com,

Re: Success (mostly) with the testsuite

2000-10-18 Thread Akim Demaille
> "David" == David Morgan <[EMAIL PROTECTED]> writes: David> ac_file=tests/atconfig echo "X"$ac_file"" | sed ' David> /^X\(.*^/\)\/\/*^/^/*\/*$/{ s//\1/p; q; }' Thanks a lot. That's an actual bug in Autoconf, but which is exhibited only on machines on which `expr' fails, which is probably y

Re: [Fwd: Changes to config.guess and config.sub]

2000-10-18 Thread Tom Bates
I've sent the diffs to [EMAIL PROTECTED] - Thanks, Tom Akim Demaille wrote: > > "Tom" == Tom Bates <[EMAIL PROTECTED]> writes: > > Tom> Hey, I've modified config.sub and config.guess to recognize > Tom> "mips-compaq-nonstopux". > > Tom> How should I provide these changes to you? Diffs? > >

bug or wrong use ?

2000-10-18 Thread Patrick Guio
Dear all I try to write a configure.in/Makefile.am system for my c++ code and I get the following problem. I have a compiler check which looks like this # Compiler check AC_ARG_WITH(cxx, [ --with-cxx=COMPILER[:name-flags] set options for COMPILER ], [case "$withval" in KCC*) # KAI C++ http: