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

Side by Side Diff: libobjc/configure

Issue 65643012: Fix interlibrary dependencies in target shared library builds (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 7 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 | « libmudflap/configure ('k') | libssp/configure » ('j') | 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 4253 matching lines...) Expand 10 before | Expand all | Expand 10 after
4264 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]8 6 (compact )?demand paged shared library' 4264 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]8 6 (compact )?demand paged shared library'
4265 lt_cv_file_magic_cmd=/usr/bin/file 4265 lt_cv_file_magic_cmd=/usr/bin/file
4266 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 4266 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4267 ;; 4267 ;;
4268 esac 4268 esac
4269 else 4269 else
4270 lt_cv_deplibs_check_method=pass_all 4270 lt_cv_deplibs_check_method=pass_all
4271 fi 4271 fi
4272 ;; 4272 ;;
4273 4273
4274 gnu*) 4274 gnu* | nacl*)
4275 lt_cv_deplibs_check_method=pass_all 4275 lt_cv_deplibs_check_method=pass_all
4276 ;; 4276 ;;
4277 4277
4278 hpux10.20* | hpux11*) 4278 hpux10.20* | hpux11*)
4279 lt_cv_file_magic_cmd=/usr/bin/file 4279 lt_cv_file_magic_cmd=/usr/bin/file
4280 case $host_cpu in 4280 case $host_cpu in
4281 ia64*) 4281 ia64*)
4282 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) sha red object file - IA64' 4282 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) sha red object file - IA64'
4283 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 4283 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4284 ;; 4284 ;;
(...skipping 5891 matching lines...) Expand 10 before | Expand all | Expand 10 after
10176 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 10176 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10177 if test "${lt_cv_dlopen_self+set}" = set; then 10177 if test "${lt_cv_dlopen_self+set}" = set; then
10178 echo $ECHO_N "(cached) $ECHO_C" >&6 10178 echo $ECHO_N "(cached) $ECHO_C" >&6
10179 else 10179 else
10180 if test "$cross_compiling" = yes; then : 10180 if test "$cross_compiling" = yes; then :
10181 lt_cv_dlopen_self=cross 10181 lt_cv_dlopen_self=cross
10182 else 10182 else
10183 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10183 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10184 lt_status=$lt_dlunknown 10184 lt_status=$lt_dlunknown
10185 cat > conftest.$ac_ext <<_LT_EOF 10185 cat > conftest.$ac_ext <<_LT_EOF
10186 #line 10171 "configure" 10186 #line 10186 "configure"
10187 #include "confdefs.h" 10187 #include "confdefs.h"
10188 10188
10189 #if HAVE_DLFCN_H 10189 #if HAVE_DLFCN_H
10190 #include <dlfcn.h> 10190 #include <dlfcn.h>
10191 #endif 10191 #endif
10192 10192
10193 #include <stdio.h> 10193 #include <stdio.h>
10194 10194
10195 #ifdef RTLD_GLOBAL 10195 #ifdef RTLD_GLOBAL
10196 # define LT_DLGLOBAL RTLD_GLOBAL 10196 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
10272 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 10272 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10273 if test "${lt_cv_dlopen_self_static+set}" = set; then 10273 if test "${lt_cv_dlopen_self_static+set}" = set; then
10274 echo $ECHO_N "(cached) $ECHO_C" >&6 10274 echo $ECHO_N "(cached) $ECHO_C" >&6
10275 else 10275 else
10276 if test "$cross_compiling" = yes; then : 10276 if test "$cross_compiling" = yes; then :
10277 lt_cv_dlopen_self_static=cross 10277 lt_cv_dlopen_self_static=cross
10278 else 10278 else
10279 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10279 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10280 lt_status=$lt_dlunknown 10280 lt_status=$lt_dlunknown
10281 cat > conftest.$ac_ext <<_LT_EOF 10281 cat > conftest.$ac_ext <<_LT_EOF
10282 #line 10267 "configure" 10282 #line 10282 "configure"
10283 #include "confdefs.h" 10283 #include "confdefs.h"
10284 10284
10285 #if HAVE_DLFCN_H 10285 #if HAVE_DLFCN_H
10286 #include <dlfcn.h> 10286 #include <dlfcn.h>
10287 #endif 10287 #endif
10288 10288
10289 #include <stdio.h> 10289 #include <stdio.h>
10290 10290
10291 #ifdef RTLD_GLOBAL 10291 #ifdef RTLD_GLOBAL
10292 # define LT_DLGLOBAL RTLD_GLOBAL 10292 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
11148 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 11148 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11149 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 11149 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
11150 ac_compiler_gnu=$ac_cv_c_compiler_gnu 11150 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11151 11151
11152 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given. 11152 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
11153 if test "${enable_sjlj_exceptions+set}" = set; then 11153 if test "${enable_sjlj_exceptions+set}" = set; then
11154 enableval="$enable_sjlj_exceptions" 11154 enableval="$enable_sjlj_exceptions"
11155 : 11155 :
11156 else 11156 else
11157 cat > conftest.$ac_ext << EOF 11157 cat > conftest.$ac_ext << EOF
11158 #line 11143 "configure" 11158 #line 11158 "configure"
11159 @interface Frob 11159 @interface Frob
11160 @end 11160 @end
11161 @implementation Frob 11161 @implementation Frob
11162 @end 11162 @end
11163 int proc(); 11163 int proc();
11164 int foo() 11164 int foo()
11165 { 11165 {
11166 @try { 11166 @try {
11167 return proc(); 11167 return proc();
11168 } 11168 }
(...skipping 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after
13445 test "$silent" = yes && 13445 test "$silent" = yes &&
13446 ac_config_status_args="$ac_config_status_args --quiet" 13446 ac_config_status_args="$ac_config_status_args --quiet"
13447 exec 5>/dev/null 13447 exec 5>/dev/null
13448 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 13448 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13449 exec 5>>config.log 13449 exec 5>>config.log
13450 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 13450 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13451 # would make configure fail if this is the last instruction. 13451 # would make configure fail if this is the last instruction.
13452 $ac_cs_success || { (exit 1); exit 1; } 13452 $ac_cs_success || { (exit 1); exit 1; }
13453 fi 13453 fi
13454 13454
OLDNEW
« no previous file with comments | « libmudflap/configure ('k') | libssp/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698