From 0d4f3b8a96c27d7598046fae002590d27f1ecac7 Mon Sep 17 00:00:00 2001 From: Albert Chin-A-Young Date: Wed, 23 Oct 2002 00:30:49 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ libtool.m4 | 3 +++ 2 files changed, 9 insertions(+) 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' -- 2.47.3