comparison config.rpath @ 472:3f02945a0c48

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Jan 2007 05:58:05 +0000
parents c0fdf3b3f3e6
children 1aed5dfaa9ae
comparison
equal deleted inserted replaced
471:1733f81f7480 472:3f02945a0c48
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # General Public License for more details. 17 # General Public License for more details.
18 # 18 #
19 # You should have received a copy of the GNU General Public License 19 # You should have received a copy of the GNU General Public License
20 # along with this program; if not, write to the Free Software 20 # along with this program; if not, write to the Free Software
21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 # 22 #
23 # As a special exception to the GNU General Public License, if you 23 # As a special exception to the GNU General Public License, if you
24 # distribute this file as part of a program that contains a 24 # distribute this file as part of a program that contains a
25 # configuration script generated by Autoconf, you may include it under 25 # configuration script generated by Autoconf, you may include it under
26 # the same distribution terms that you use for the rest of that program. 26 # the same distribution terms that you use for the rest of that program.
141 # behavior of shared libraries on other platforms, we can use 141 # behavior of shared libraries on other platforms, we can use
142 # them. 142 # them.
143 ld_shlibs=no 143 ld_shlibs=no
144 ;; 144 ;;
145 beos*) 145 beos*)
146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 146 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
147 : 147 :
148 else 148 else
149 ld_shlibs=no 149 ld_shlibs=no
150 fi 150 fi
151 ;; 151 ;;
160 fi 160 fi
161 ;; 161 ;;
162 netbsd*) 162 netbsd*)
163 ;; 163 ;;
164 solaris* | sysv5*) 164 solaris* | sysv5*)
165 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then 165 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
166 ld_shlibs=no 166 ld_shlibs=no
167 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 167 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
168 : 168 :
169 else 169 else
170 ld_shlibs=no 170 ld_shlibs=no
171 fi 171 fi
172 ;; 172 ;;
173 sunos4*) 173 sunos4*)
174 hardcode_direct=yes 174 hardcode_direct=yes
175 ;; 175 ;;
176 *) 176 *)
177 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 177 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
178 : 178 :
179 else 179 else
180 ld_shlibs=no 180 ld_shlibs=no
181 fi 181 fi
182 ;; 182 ;;