> "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.
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,
> "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
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?
>
>
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: