[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-inetutils] Cannot compile inetutils-1.4.2 on Solaris 2.8 machin
From: |
Alfred M. Szmidt |
Subject: |
Re: [bug-inetutils] Cannot compile inetutils-1.4.2 on Solaris 2.8 machine |
Date: |
Sat, 31 Jan 2004 14:58:26 +0100 (MET) |
> Ugh, this seems like a bug in autoconf....
Nope, that's a bug in configure.ac. It improperly uses
AC_CONFIG_LINKS at line 790. Older autoconfs allowed such
usage. Recent versions, however, require that the argument to
AC_CONFIG_LINKS be a literal string. I'll fix this later today.
Thanks. I mailed a reply to my bug report to the autoconf list saying
this.
Thanks!