Browse CVS Repository
Contents of /satellite/satellite4/macros/sharedlib.m4
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
(vendor branch)
Wed Mar 31 08:15:07 2004 UTC
(20 years ago)
by orrisroot
Branch: satellite4, MAIN
CVS Tags: RELEASE_4_2_3, RELEASE_4_2_2, first, HEAD
Changes since 1.1: +0 -0 lines
Import satellite version 4 current sources into CVS.
| 1 |
# withch variable specifies run-time library path |
| 2 |
# Yoshihiro OKUMURA |
| 3 |
|
| 4 |
AC_DEFUN([AC_SHLIBPATH_VAR], |
| 5 |
[AC_REQUIRE([AC_PROG_LIBTOOL]) |
| 6 |
AC_CACHE_CHECK([which variable specifies run-time library path], |
| 7 |
cv_shlibpath_var, [cv_shlibpath_var="$shlibpath_var"]) |
| 8 |
SHLIBPATH_VAR=$cv_shlibpath_var; |
| 9 |
AC_SUBST(SHLIBPATH_VAR) |
| 10 |
])# AC_SHLIBPATH_VAR |
|