Mercurial > hg > octave-lyh
diff ChangeLog @ 9172:cd68431b395a
configure.in: shared library fixes for AIX and HPUX
author | Peter O'Gorman <pogma@thewrittenword.com> |
---|---|
date | Mon, 04 May 2009 15:47:05 -0400 |
parents | 7500cfff4728 |
children | 224634b2e6e3 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-05-04 Peter O'Gorman <pogma@thewrittenword.com> + * configure.in (rs6000-ibm-aix* | powerpc-ibm-aix*): Set + library_path_var to LIBPATH. + (hppa*-hp-hpux*): Set library_path_var to SHLIB_PATH. + (ia64*-hp-hpux*): New case for shared library variables. + * configure.in: Provide decls for exp2, round, and tgamma if they are missing.