> Date: Sun, 22 Dec 2002 22:21:20 -0600
> From: Albert Chin <[EMAIL PROTECTED]>
>
> Under, HP-UX 10.20, #include brings in which
> defines a prototype for gettimeofday().
How bizarre. What other functions (besides gettimeofday) does
define?
Is there any symbol that we can define before inclu
> Date: Mon, 23 Dec 2002 02:22:35 +0100
> From: Andreas Buening <[EMAIL PROTECTED]>
>
> What do you think about the following?
Have you tested it on GNU/Linux?
> +# Get the extended ls output of the file or directory.
> +set - x`$ls_command $1`
$1 should be quoted here, e.g., "$1". Admittedly
Markus Werle wrote:
Hi!
Consider the following case:
File VeryImportant.C contains code that really needs some
optimization available. But all other files could (at least during development)
be compiled without optimization, for the sake of not drinking too much coffee
due to long compilation ti
Paul Eggert wrote:
>
> > Date: Mon, 23 Dec 2002 02:22:35 +0100
> > From: Andreas Buening <[EMAIL PROTECTED]>
> >
> > What do you think about the following?
>
> Have you tested it on GNU/Linux?
[snip]
I apologize for this mistake. I guess, I've tested the
wrong mdate-sh. :-(
Next try:
-
On Mon, Dec 23, 2002 at 12:06:26AM -0800, Paul Eggert wrote:
> > Date: Sun, 22 Dec 2002 22:21:20 -0600
> > From: Albert Chin <[EMAIL PROTECTED]>
> >
> > Under, HP-UX 10.20, #include brings in which
> > defines a prototype for gettimeofday().
>
> How bizarre. What other functions (besides getti
Hi all,
I have send the e-mail below more then a month ago to the bug-autoconf
list without receiving any reaction.
The problem is still there that _AS_TEST_PREPARE as used by
AS_EXECUTABLE_P, as used by AC_CHECK_PROG, is only using 'test -f',
which only tests whether we have a file at hand. I
I'm afraid that the Autoconf maintainers are on vacation right now,
either from Autoconf itself or from computing in general. Please try
asking again in a few weeks.
i have updates for config.guess and config.sub (for our new machine).
i also have updates for alloca.c.
where do i get the latest versions and to whom do i send the updates?
--
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
[EMAIL PROTECTED], 651-605-9154
Hello,
On Mon, 23 Dec 2002 15:57:35 +0100, Sander Niemeijer wrote:
> 2) Is 'test -x' portable (i.e. is the -x option available on all
> systems for which autoconf is supported, and does the -x option have
> the same semantics on all these systems).
Unfortunately, `test -x' is not portable. I reg
Wendy Palm <[EMAIL PROTECTED]> writes:
> i have updates for config.guess and config.sub (for our new machine).
>
> i also have updates for alloca.c.
>
> where do i get the latest versions and to whom do i send the updates?
ftp://ftp.gnu.org/gnu/config/
(There might be CVS too, but I don't know
I found the following in kaffe's configure.in:
AC_CHECK_FUNCS([dnl
strerror hstrerror dnl
fcntl ioctl dnl
alarm setitimer dnl
sigprocmask sigsetmask sigemptyset sigaddset signal sigaction dnl
sbrk valloc memalign mallopt dnl
mprotect madvise dnl
waitpid kill fork execve execvp dnl
sync fsync dnl
a
Hello,
On Mon, 23 Dec 2002 14:52:13 -0800, Dan Kegel wrote:
> I found the following in kaffe's configure.in:
> AC_CHECK_FUNCS([dnl
> strerror hstrerror dnl
> ])
> This appears to no longer work with autoconf 2.53; it causes
> seriously confused output. Replacing this idiom with the single-line id
> Date: Mon, 23 Dec 2002 08:48:46 -0600
> From: Albert Chin <[EMAIL PROTECTED]>
>
> > Does the following patch fix things?
>
> Works now.
Thanks for testing it. I installed this patch.
2002-12-23 Paul Eggert <[EMAIL PROTECTED]>
* lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define
> Date: Mon, 23 Dec 2002 14:23:08 +0100
> From: Andreas Buening <[EMAIL PROTECTED]>
> +# Get the extended ls output of the root directory.
> +set - x`eval $ls_command /`
The "eval " shouldn't be needed here, so it's better to remove it.
> +# Get the extended ls output of the file or directory.
I discovered to my chagrin that I cannot update
kaffe from autoconf2.13 to autoconf2.53.
In detail, the problem is that converting kaffe to use autoconf2.5x
and then running configure causes the following error:
configure: configuring in libltdl
configure: running /bin/sh '../../kaffe-1.0.7/liblt
15 matches
Mail list logo