Re: Problems with AIX and Autoconf

2002-06-20 Thread Bill Wendling
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_

Problems with AIX and Autoconf

2002-06-18 Thread Bill Wendling
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