From: Albert Chin-A-Young Date: Wed, 23 Oct 2002 00:30:49 +0000 (+0000) Subject: * libtool.m4: When a module is built for AIX, the 'lib' X-Git-Tag: release-1-4-3~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d4f3b8a96c27d7598046fae002590d27f1ecac7;p=thirdparty%2Flibtool.git * libtool.m4: When a module is built for AIX, the 'lib' prefix isn't needed, neither is the version. AIX dlopen will honor the RPATH in a library. --- diff --git a/ChangeLog b/ChangeLog index af0ef1d15..f2ec19b1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-20 Albert Chin-A-Young + + * libtool.m4: When a module is built for AIX, the 'lib' + prefix isn't needed, neither is the version. AIX dlopen + will honor the RPATH in a library. + 2002-10-20 Alexandre Duret-Lutz * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Honor diff --git a/libtool.m4 b/libtool.m4 index 173102ace..221a4f5d3 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1963,6 +1963,9 @@ aix3*) aix4* | aix5*) version_type=linux + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'