]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: When a module is built for AIX, the 'lib'
authorAlbert Chin-A-Young <china@thewrittenword.com>
Wed, 23 Oct 2002 00:30:49 +0000 (00:30 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 23 Oct 2002 00:30:49 +0000 (00:30 +0000)
prefix isn't needed, neither is the version. AIX dlopen
will honor the RPATH in a library.

ChangeLog
libtool.m4

index af0ef1d15052a186e9968d4c75cfffe0dd26420e..f2ec19b1e4329ed7154c1b5c595d64085115ec7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-20  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * 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  <adl@gnu.org>
 
        * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Honor
index 173102aceb8062450813eaf7c446b20c93955662..221a4f5d3264b4eb92f46d2bb70d1411b742d23a 100644 (file)
@@ -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'