From: Albert Chin-A-Young Date: Tue, 15 Oct 2002 21:01:56 +0000 (+0000) Subject: AIX module name patch from Albert Chin-A-Young. X-Git-Tag: release-1-5~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81f37578f289380aa63761c4d6de3278b2b27ad1;p=thirdparty%2Flibtool.git AIX module name patch from Albert Chin-A-Young. --- diff --git a/ChangeLog b/ChangeLog index f32fbbc4e..a94605ceb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-15 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-11 Christoph Egger * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS, darwin): Add diff --git a/libtool.m4 b/libtool.m4 index d72ba760e..b0f9b71cc 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1047,6 +1047,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'