On Tue, 2 Aug 2011 00:15:03 +0200, Samuel Thibault wrote:
Well, the Debian package does it too, but gets
config.status: linking ../i386/i386 to machine
It's odd that you get this output while the code is
AC_CONFIG_LINKS([machine:$systype/$systype
mach/machine:$systype/include/mach/$systype])
i.e. $systype in both case. Could you perhaps check the content of
the
configure script itself?
configfrag.ac ends like this:
# `${file}' and `$file' have different meanings here with respect to
having the
# files in the referenced directory considered for `make dist' or not.
See
#
<http://lists.gnu.org/archive/html/bug-automake/2006-11/msg00027.html>.
AC_CONFIG_LINKS([machine:$systype/$systype
mach/machine:$systype/include/mach/$systype])
I'm guessing this is a Fedora bug then.
-Andrew