Also sprach Paul Eggert:
} > From: Bill Wendling <[EMAIL PROTECTED]>
} > Date: Tue, 18 Jun 2002 15:08:43 -0500
} >
} > There's been a problem with autoconf on AIX[45].x machines. It has to do
} > with the "hardcode_libdir_flag_spec" in the aclocal.m4 file.
}
} But Autoconf doesn't have hardcode_
Hi all,
There's been a problem with autoconf on AIX[45].x machines. It has to do
with the "hardcode_libdir_flag_spec" in the aclocal.m4 file. We have to
change things to this:
if test "$host_cpu" = ia64; then
hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
allow_u