> "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.
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
> "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.
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
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
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
| 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
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
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