]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
AIX module name patch from Albert Chin-A-Young.
authorAlbert Chin-A-Young <china@thewrittenword.com>
Tue, 15 Oct 2002 21:01:56 +0000 (21:01 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Tue, 15 Oct 2002 21:01:56 +0000 (21:01 +0000)
ChangeLog
libtool.m4

index f32fbbc4e3b6e886da2427b37ef141fc091b32e2..a94605cebadf2c27e3137b79d2518b2f58e3b1d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-15  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-11  Christoph Egger  <Christoph_Egger@gmx.de>
 
        * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS, darwin): Add
index d72ba760ef74f36e9d2ac13ace3dd2b219d3b414..b0f9b71ccc379aa4ea00e764ba1bd88435f743cd 100644 (file)
@@ -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'