Re: AC_OBJEXT revisited

2000-12-20 Thread Akim Demaille
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> BTW, in the EXEEXT test, you need to separate the ls into three Lars> ls-commands, because `ls conftest.exe conftest' will swap the Lars> results as you saw from Ralf's example.

Re: AC_OBJEXT revisited

2000-12-20 Thread Alexandre Oliva
On Dec 20, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > I'm going to leave from Friday till mid January (two week vacations > in New York...), and therefore I'd like to have 2.49c ``released'' > tomorrow or Friday. Thanks! I don't see reason to rush. We've just release 2.49b, there's the C

Re: AC_OBJEXT revisited

2000-12-20 Thread Akim Demaille
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> On Dec 20, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: >> I'm going to leave from Friday till mid January (two week vacations >> in New York...), and therefore I'd like to have 2.49c ``released'' >> tomorrow or Friday.

Re: AC_OBJEXT revisited

2000-12-20 Thread Bob Friesenhahn
On 20 Dec 2000, Alexandre Oliva wrote: > On Dec 20, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > > > I'm going to leave from Friday till mid January (two week vacations > > in New York...), and therefore I'd like to have 2.49c ``released'' > > tomorrow or Friday. Thanks! > > I don't see re

AC_CONFIG_AUX_DIR

2000-12-20 Thread Rebecca . R . Krause
Hello, I am using Autoconf-2.13 and Automake-1.4. In my configure.in file I have the following listed: AC_CONFIG_AUX_DIR(config) Everything configures and makes OK but when I try to do a make distcheck, I get the following error: configure: error: can not find install-sh or install.sh in confi

changequote

2000-12-20 Thread Mirar
I have some problems with a newer autoconf, I have some code (I'm not the author) that looks like changequote({,})dnl 81: AC_MSG_CHECKING(for JAVA_HOME) and gives the following disaster: /usr/local/bin/autoheader: unexpected EOF while looking for `'' /usr/local/bin/autoheader: /tmp/ah

Re: changequote

2000-12-20 Thread Akim Demaille
| I have some problems with a newer autoconf, | I have some code (I'm not the author) that looks like | | changequote({,})dnl | 81: AC_MSG_CHECKING(for JAVA_HOME) | | and gives the following disaster: | | /usr/local/bin/autoheader: unexpected EOF while looking for `'' | /usr/local/bi

[patch] AC_OBJEXT/AC_EXEEXT

2000-12-20 Thread Lars J. Aas
This is a solution that works for me on Linux/gcc and with the MSVC wrapper on Cygwin. I've removed the `conftext$ac_exeext' part because $ac_exeext defaults to "" and ls on Cygwin reports the virtual file conftest when the file is named `conftest.exe'. If there is a point in including it, pleas

Re: autoconf, sendmail, and pthreads

2000-12-20 Thread Steven G. Johnson
On Tue, 19 Dec 2000, Lars Hecking wrote: > Can anyone comment on ACX_PTHREAD? rssh wrote: > It does not work good with solaris and freebsd. When you have a bug report, contacting the author is generally a good idea... As a matter of fact, I updated ACX_PTHREAD after feedback a month or three a