comparison aclocal.m4 @ 3074:42975c59d2a0

[project @ 1997-07-24 19:33:35 by jwe]
author jwe
date Thu, 24 Jul 1997 19:35:44 +0000
parents db6d57d718f7
children eb827eb9b8ff
comparison
equal deleted inserted replaced
3073:132c83a7b706 3074:42975c59d2a0
83 fi 83 fi
84 dnl 84 dnl
85 ld_run_path=`echo $foutput | \ 85 ld_run_path=`echo $foutput | \
86 sed -n -e 's/^.*LD_RUN_PATH *= *\([^ ]*\).*/\1/p'` 86 sed -n -e 's/^.*LD_RUN_PATH *= *\([^ ]*\).*/\1/p'`
87 dnl 87 dnl
88 dnl We are only supposed to find this on Solaris systems, and this 88 dnl We are only supposed to find this on Solaris systems...
89 dnl substitution is probably only going to work with gcc on those 89 dnl Uh, the run path should be absolute, shouldn't it?
90 dnl systems... 90 dnl
91 dnl 91 case "$ld_run_path" in
92 if test -n "$ld_run_path"; then 92 /*)
93 if test "$ac_cv_prog_gcc" = yes; then 93 if test "$ac_cv_prog_gcc" = yes; then
94 ld_run_path="-Xlinker -R -Xlinker $ld_run_path" 94 ld_run_path="-Xlinker -R -Xlinker $ld_run_path"
95 else 95 else
96 ld_run_path="-R $ld_run_path" 96 ld_run_path="-R $ld_run_path"
97 fi 97 fi
98 fi 98 ;;
99 esac
99 dnl 100 dnl
100 flibs= 101 flibs=
101 lflags= 102 lflags=
102 dnl 103 dnl
103 dnl If want_arg is set, we know we want the arg to be added to the list, 104 dnl If want_arg is set, we know we want the arg to be added to the list,