Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1272)

Side by Side Diff: libobjc/configure

Issue 8423042: Fix libgfortran shared library for NaCl. (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Removed duplication from libobjc/configure Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « libgfortran/configure ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for package-unused version-unused. 3 # Generated by GNU Autoconf 2.59 for package-unused version-unused.
4 # 4 #
5 # Copyright (C) 2003 Free Software Foundation, Inc. 5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation 6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it. 7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ## 8 ## --------------------- ##
9 ## M4sh Initialization. ## 9 ## M4sh Initialization. ##
10 ## --------------------- ## 10 ## --------------------- ##
(...skipping 9077 matching lines...) Expand 10 before | Expand all | Expand 10 after
9088 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${li bsuff}" 9088 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${li bsuff}"
9089 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 9089 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9090 hardcode_into_libs=yes 9090 hardcode_into_libs=yes
9091 ;; 9091 ;;
9092 9092
9093 # No shared lib support for Linux oldld, aout, or coff. 9093 # No shared lib support for Linux oldld, aout, or coff.
9094 linux*oldld* | linux*aout* | linux*coff*) 9094 linux*oldld* | linux*aout* | linux*coff*)
9095 dynamic_linker=no 9095 dynamic_linker=no
9096 ;; 9096 ;;
9097 9097
9098 nacl*)
9099 version_type=linux
9100 need_lib_prefix=no
9101 need_version=no
9102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${re lease}${shared_ext}$major $libname${shared_ext}'
9103 soname_spec='${libname}${release}${shared_ext}$major'
9104 shlibpath_var=LD_LIBRARY_PATH
9105 shlibpath_overrides_runpath=no
9106
9107 # This implies no fast_install, which is unacceptable.
9108 # Some rework will be needed to allow for fast_install
9109 # before this can be enabled.
9110 hardcode_into_libs=yes
9111 ;;
9112
9098 # This must be Linux ELF. 9113 # This must be Linux ELF.
9099 linux* | k*bsd*-gnu | kopensolaris*-gnu) 9114 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9100 version_type=linux 9115 version_type=linux
9101 need_lib_prefix=no 9116 need_lib_prefix=no
9102 need_version=no 9117 need_version=no
9103 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${re lease}${shared_ext}$major $libname${shared_ext}' 9118 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${re lease}${shared_ext}$major $libname${shared_ext}'
9104 soname_spec='${libname}${release}${shared_ext}$major' 9119 soname_spec='${libname}${release}${shared_ext}$major'
9105 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 9120 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9106 shlibpath_var=LD_LIBRARY_PATH 9121 shlibpath_var=LD_LIBRARY_PATH
9107 shlibpath_overrides_runpath=no 9122 shlibpath_overrides_runpath=no
(...skipping 4322 matching lines...) Expand 10 before | Expand all | Expand 10 after
13430 test "$silent" = yes && 13445 test "$silent" = yes &&
13431 ac_config_status_args="$ac_config_status_args --quiet" 13446 ac_config_status_args="$ac_config_status_args --quiet"
13432 exec 5>/dev/null 13447 exec 5>/dev/null
13433 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 13448 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13434 exec 5>>config.log 13449 exec 5>>config.log
13435 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 13450 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13436 # would make configure fail if this is the last instruction. 13451 # would make configure fail if this is the last instruction.
13437 $ac_cs_success || { (exit 1); exit 1; } 13452 $ac_cs_success || { (exit 1); exit 1; }
13438 fi 13453 fi
13439 13454
OLDNEW
« no previous file with comments | « libgfortran/configure ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698