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

Side by Side Diff: third_party/libxml/src/configure

Issue 2010803004: Roll libxml to bdec2183f34b37ee89ae1d330c6ad2bb4d76605f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium Created 4 years, 6 months 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 | « third_party/libxml/src/catalog.c ('k') | third_party/libxml/src/configure.ac » ('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.69. 3 # Generated by GNU Autoconf 2.69.
4 # 4 #
5 # 5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 # 7 #
8 # 8 #
9 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
(...skipping 12857 matching lines...) Expand 10 before | Expand all | Expand 10 after
12868 withval=$with_reader; 12868 withval=$with_reader;
12869 fi 12869 fi
12870 12870
12871 12871
12872 # Check whether --with-readline was given. 12872 # Check whether --with-readline was given.
12873 if test "${with_readline+set}" = set; then : 12873 if test "${with_readline+set}" = set; then :
12874 withval=$with_readline; 12874 withval=$with_readline;
12875 if test "$withval" != "no" -a "$withval" != "yes"; then 12875 if test "$withval" != "no" -a "$withval" != "yes"; then
12876 RDL_DIR=$withval 12876 RDL_DIR=$withval
12877 CPPFLAGS="${CPPFLAGS} -I$withval/include" 12877 CPPFLAGS="${CPPFLAGS} -I$withval/include"
12878 LIBS="${LIBS} -L$withval/lib" 12878 LDFLAGS="${LDFLAGS} -L$withval/lib"
12879 fi 12879 fi
12880 12880
12881 fi 12881 fi
12882 12882
12883 12883
12884 # Check whether --with-regexps was given. 12884 # Check whether --with-regexps was given.
12885 if test "${with_regexps+set}" = set; then : 12885 if test "${with_regexps+set}" = set; then :
12886 withval=$with_regexps; 12886 withval=$with_regexps;
12887 fi 12887 fi
12888 12888
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
12964 withval=$with_modules; 12964 withval=$with_modules;
12965 fi 12965 fi
12966 12966
12967 12967
12968 # Check whether --with-zlib was given. 12968 # Check whether --with-zlib was given.
12969 if test "${with_zlib+set}" = set; then : 12969 if test "${with_zlib+set}" = set; then :
12970 withval=$with_zlib; 12970 withval=$with_zlib;
12971 if test "$withval" != "no" -a "$withval" != "yes"; then 12971 if test "$withval" != "no" -a "$withval" != "yes"; then
12972 Z_DIR=$withval 12972 Z_DIR=$withval
12973 CPPFLAGS="${CPPFLAGS} -I$withval/include" 12973 CPPFLAGS="${CPPFLAGS} -I$withval/include"
12974 LIBS="${LIBS} -L$withval/lib" 12974 LDFLAGS="${LDFLAGS} -L$withval/lib"
12975 fi 12975 fi
12976 12976
12977 fi 12977 fi
12978 12978
12979 12979
12980 # Check whether --with-lzma was given. 12980 # Check whether --with-lzma was given.
12981 if test "${with_lzma+set}" = set; then : 12981 if test "${with_lzma+set}" = set; then :
12982 withval=$with_lzma; 12982 withval=$with_lzma;
12983 if test "$withval" != "no" -a "$withval" != "yes"; then 12983 if test "$withval" != "no" -a "$withval" != "yes"; then
12984 LZMA_DIR=$withval 12984 LZMA_DIR=$withval
12985 CPPFLAGS="${CPPFLAGS} -I$withval/include" 12985 CPPFLAGS="${CPPFLAGS} -I$withval/include"
12986 LIBS="${LIBS} -L$withval/lib" 12986 LDFLAGS="${LDFLAGS} -L$withval/lib"
12987 fi 12987 fi
12988 12988
12989 fi 12989 fi
12990 12990
12991 12991
12992 # Check whether --with-coverage was given. 12992 # Check whether --with-coverage was given.
12993 if test "${with_coverage+set}" = set; then : 12993 if test "${with_coverage+set}" = set; then :
12994 withval=$with_coverage; 12994 withval=$with_coverage;
12995 fi 12995 fi
12996 12996
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
13255 fi 13255 fi
13256 13256
13257 if test "x$have_libz" = "xno"; then 13257 if test "x$have_libz" = "xno"; then
13258 for ac_header in zlib.h 13258 for ac_header in zlib.h
13259 do : 13259 do :
13260 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_inc ludes_default" 13260 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_inc ludes_default"
13261 if test "x$ac_cv_header_zlib_h" = xyes; then : 13261 if test "x$ac_cv_header_zlib_h" = xyes; then :
13262 cat >>confdefs.h <<_ACEOF 13262 cat >>confdefs.h <<_ACEOF
13263 #define HAVE_ZLIB_H 1 13263 #define HAVE_ZLIB_H 1
13264 _ACEOF 13264 _ACEOF
13265 SAVE_LDFLAGS="${LDFLAGS}" 13265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzread in -lz" >&5
13266 LDFLAGS="-L${Z_DIR}/lib"
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzread in -lz" >&5
13268 $as_echo_n "checking for gzread in -lz... " >&6; } 13266 $as_echo_n "checking for gzread in -lz... " >&6; }
13269 if ${ac_cv_lib_z_gzread+:} false; then : 13267 if ${ac_cv_lib_z_gzread+:} false; then :
13270 $as_echo_n "(cached) " >&6 13268 $as_echo_n "(cached) " >&6
13271 else 13269 else
13272 ac_check_lib_save_LIBS=$LIBS 13270 ac_check_lib_save_LIBS=$LIBS
13273 LIBS="-lz $LIBS" 13271 LIBS="-lz $LIBS"
13274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13275 /* end confdefs.h. */ 13273 /* end confdefs.h. */
13276 13274
13277 /* Override any GCC internal prototype to avoid an error. 13275 /* Override any GCC internal prototype to avoid an error.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
13311 Z_LIBS="-L${Z_DIR}/lib -R${Z_DIR}/lib -lz" 13309 Z_LIBS="-L${Z_DIR}/lib -R${Z_DIR}/lib -lz"
13312 ;; 13310 ;;
13313 esac 13311 esac
13314 else 13312 else
13315 Z_LIBS="-lz" 13313 Z_LIBS="-lz"
13316 fi 13314 fi
13317 else 13315 else
13318 have_libz=no 13316 have_libz=no
13319 fi 13317 fi
13320 13318
13321 LDFLAGS="${SAVE_LDFLAGS}" 13319
13322 fi 13320 fi
13323 13321
13324 done 13322 done
13325 13323
13326 else 13324 else
13327 # we still need to check for zlib.h header 13325 # we still need to check for zlib.h header
13328 for ac_header in zlib.h 13326 for ac_header in zlib.h
13329 do : 13327 do :
13330 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_inc ludes_default" 13328 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_inc ludes_default"
13331 if test "x$ac_cv_header_zlib_h" = xyes; then : 13329 if test "x$ac_cv_header_zlib_h" = xyes; then :
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
13437 # will not pick up the necessary LIBS flags for liblzma's 13435 # will not pick up the necessary LIBS flags for liblzma's
13438 # private dependencies, though, so static linking may fail. 13436 # private dependencies, though, so static linking may fail.
13439 if test "x$have_liblzma" = "xno"; then 13437 if test "x$have_liblzma" = "xno"; then
13440 for ac_header in lzma.h 13438 for ac_header in lzma.h
13441 do : 13439 do :
13442 ac_fn_c_check_header_mongrel "$LINENO" "lzma.h" "ac_cv_header_lzma_h" "$ac_inc ludes_default" 13440 ac_fn_c_check_header_mongrel "$LINENO" "lzma.h" "ac_cv_header_lzma_h" "$ac_inc ludes_default"
13443 if test "x$ac_cv_header_lzma_h" = xyes; then : 13441 if test "x$ac_cv_header_lzma_h" = xyes; then :
13444 cat >>confdefs.h <<_ACEOF 13442 cat >>confdefs.h <<_ACEOF
13445 #define HAVE_LZMA_H 1 13443 #define HAVE_LZMA_H 1
13446 _ACEOF 13444 _ACEOF
13447 SAVE_LDFLAGS="${LDFLAGS}" 13445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lzma_code in -llzma" >&5
13448 » LDFLAGS="-L${LZMA_DIR}/lib"
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lzma_code in - llzma" >&5
13450 $as_echo_n "checking for lzma_code in -llzma... " >&6; } 13446 $as_echo_n "checking for lzma_code in -llzma... " >&6; }
13451 if ${ac_cv_lib_lzma_lzma_code+:} false; then : 13447 if ${ac_cv_lib_lzma_lzma_code+:} false; then :
13452 $as_echo_n "(cached) " >&6 13448 $as_echo_n "(cached) " >&6
13453 else 13449 else
13454 ac_check_lib_save_LIBS=$LIBS 13450 ac_check_lib_save_LIBS=$LIBS
13455 LIBS="-llzma $LIBS" 13451 LIBS="-llzma $LIBS"
13456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13457 /* end confdefs.h. */ 13453 /* end confdefs.h. */
13458 13454
13459 /* Override any GCC internal prototype to avoid an error. 13455 /* Override any GCC internal prototype to avoid an error.
(...skipping 28 matching lines...) Expand all
13488 if test "x${LZMA_DIR}" != "x"; then 13484 if test "x${LZMA_DIR}" != "x"; then
13489 LZMA_CFLAGS="-I${LZMA_DIR}/include" 13485 LZMA_CFLAGS="-I${LZMA_DIR}/include"
13490 LZMA_LIBS="-L${LZMA_DIR}/lib -llzma" 13486 LZMA_LIBS="-L${LZMA_DIR}/lib -llzma"
13491 else 13487 else
13492 LZMA_LIBS="-llzma" 13488 LZMA_LIBS="-llzma"
13493 fi 13489 fi
13494 else 13490 else
13495 have_liblzma=no 13491 have_liblzma=no
13496 fi 13492 fi
13497 13493
13498 » LDFLAGS="${SAVE_LDFLAGS}" 13494
13499 fi 13495 fi
13500 13496
13501 done 13497 done
13502 13498
13503 else 13499 else
13504 # we still need to check for lzma,h header 13500 # we still need to check for lzma,h header
13505 for ac_header in lzma.h 13501 for ac_header in lzma.h
13506 do : 13502 do :
13507 ac_fn_c_check_header_mongrel "$LINENO" "lzma.h" "ac_cv_header_lzma_h" "$ac_inc ludes_default" 13503 ac_fn_c_check_header_mongrel "$LINENO" "lzma.h" "ac_cv_header_lzma_h" "$ac_inc ludes_default"
13508 if test "x$ac_cv_header_lzma_h" = xyes; then : 13504 if test "x$ac_cv_header_lzma_h" = xyes; then :
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
14447 if test x"$have___va_copy" = x"yes"; then 14443 if test x"$have___va_copy" = x"yes"; then
14448 14444
14449 $as_echo "#define HAVE___VA_COPY 1" >>confdefs.h 14445 $as_echo "#define HAVE___VA_COPY 1" >>confdefs.h
14450 14446
14451 fi 14447 fi
14452 fi 14448 fi
14453 14449
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether va_list is an array ty pe" >&5 14450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether va_list is an array ty pe" >&5
14455 $as_echo_n "checking whether va_list is an array type... " >&6; } 14451 $as_echo_n "checking whether va_list is an array type... " >&6; }
14456 cat > conftest.$ac_ext <<EOF 14452 cat > conftest.$ac_ext <<EOF
14457 #line 14457 "configure" 14453 #line 14453 "configure"
14458 #include "confdefs.h" 14454 #include "confdefs.h"
14459 14455
14460 #include <stdarg.h> 14456 #include <stdarg.h>
14461 void a(va_list * ap) {} 14457 void a(va_list * ap) {}
14462 int main(void) { 14458 int main(void) {
14463 14459
14464 va_list ap1, ap2; a(&ap1); ap2 = (va_list) ap1 14460 va_list ap1, ap2; a(&ap1); ap2 = (va_list) ap1
14465 ; return 0; } 14461 ; return 0; }
14466 EOF 14462 EOF
14467 if { (eval echo configure:14467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; _out=`eval $ac_compile 2>&1` && test "x$_out" = x; }; then 14463 if { (eval echo configure:14463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; _out=`eval $ac_compile 2>&1` && test "x$_out" = x; }; then
14468 rm -rf conftest* 14464 rm -rf conftest*
14469 14465
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14471 $as_echo "no" >&6; } 14467 $as_echo "no" >&6; }
14472 else 14468 else
14473 echo "configure: failed program was:" >&5 14469 echo "configure: failed program was:" >&5
14474 cat conftest.$ac_ext >&5 14470 cat conftest.$ac_ext >&5
14475 rm -rf conftest* 14471 rm -rf conftest*
14476 14472
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 14473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
14647 ac_res=$ac_cv_search_connect 14643 ac_res=$ac_cv_search_connect
14648 if test "$ac_res" != no; then : 14644 if test "$ac_res" != no; then :
14649 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 14645 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14650 14646
14651 fi 14647 fi
14652 14648
14653 14649
14654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type of socket length (soc klen_t)" >&5 14650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type of socket length (soc klen_t)" >&5
14655 $as_echo_n "checking for type of socket length (socklen_t)... " >&6; } 14651 $as_echo_n "checking for type of socket length (socklen_t)... " >&6; }
14656 cat > conftest.$ac_ext <<EOF 14652 cat > conftest.$ac_ext <<EOF
14657 #line 14657 "configure" 14653 #line 14653 "configure"
14658 #include "confdefs.h" 14654 #include "confdefs.h"
14659 14655
14660 #include <stddef.h> 14656 #include <stddef.h>
14661 #include <sys/types.h> 14657 #include <sys/types.h>
14662 #include <sys/socket.h> 14658 #include <sys/socket.h>
14663 int main(void) { 14659 int main(void) {
14664 14660
14665 (void)getsockopt (1, 1, 1, NULL, (socklen_t *)NULL) 14661 (void)getsockopt (1, 1, 1, NULL, (socklen_t *)NULL)
14666 ; return 0; } 14662 ; return 0; }
14667 EOF 14663 EOF
14668 if { (eval echo configure:14668: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; _out=`eval $ac_compile 2>&1` && test "x$_out" = x; }; then 14664 if { (eval echo configure:14664: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; _out=`eval $ac_compile 2>&1` && test "x$_out" = x; }; then
14669 rm -rf conftest* 14665 rm -rf conftest*
14670 14666
14671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: socklen_t *" >&5 14667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: socklen_t *" >&5
14672 $as_echo "socklen_t *" >&6; } 14668 $as_echo "socklen_t *" >&6; }
14673 XML_SOCKLEN_T=socklen_t 14669 XML_SOCKLEN_T=socklen_t
14674 else 14670 else
14675 echo "configure: failed program was:" >&5 14671 echo "configure: failed program was:" >&5
14676 cat conftest.$ac_ext >&5 14672 cat conftest.$ac_ext >&5
14677 rm -rf conftest* 14673 rm -rf conftest*
14678 14674
14679 cat > conftest.$ac_ext <<EOF 14675 cat > conftest.$ac_ext <<EOF
14680 #line 14680 "configure" 14676 #line 14676 "configure"
14681 #include "confdefs.h" 14677 #include "confdefs.h"
14682 14678
14683 #include <stddef.h> 14679 #include <stddef.h>
14684 #include <sys/types.h> 14680 #include <sys/types.h>
14685 #include <sys/socket.h> 14681 #include <sys/socket.h>
14686 int main(void) { 14682 int main(void) {
14687 14683
14688 (void)getsockopt (1, 1, 1, NULL, (size_t *)NULL) 14684 (void)getsockopt (1, 1, 1, NULL, (size_t *)NULL)
14689 ; return 0; } 14685 ; return 0; }
14690 EOF 14686 EOF
14691 if { (eval echo configure:14691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; _out=`eval $ac_compile 2>&1` && test "x$_out" = x; }; then 14687 if { (eval echo configure:14687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; _out=`eval $ac_compile 2>&1` && test "x$_out" = x; }; then
14692 rm -rf conftest* 14688 rm -rf conftest*
14693 14689
14694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: size_t *" >&5 14690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: size_t *" >&5
14695 $as_echo "size_t *" >&6; } 14691 $as_echo "size_t *" >&6; }
14696 XML_SOCKLEN_T=size_t 14692 XML_SOCKLEN_T=size_t
14697 else 14693 else
14698 echo "configure: failed program was:" >&5 14694 echo "configure: failed program was:" >&5
14699 cat conftest.$ac_ext >&5 14695 cat conftest.$ac_ext >&5
14700 rm -rf conftest* 14696 rm -rf conftest*
14701 14697
14702 cat > conftest.$ac_ext <<EOF 14698 cat > conftest.$ac_ext <<EOF
14703 #line 14703 "configure" 14699 #line 14699 "configure"
14704 #include "confdefs.h" 14700 #include "confdefs.h"
14705 14701
14706 #include <stddef.h> 14702 #include <stddef.h>
14707 #include <sys/types.h> 14703 #include <sys/types.h>
14708 #include <sys/socket.h> 14704 #include <sys/socket.h>
14709 int main(void) { 14705 int main(void) {
14710 14706
14711 (void)getsockopt (1, 1, 1, NULL, (int *)NULL) 14707 (void)getsockopt (1, 1, 1, NULL, (int *)NULL)
14712 ; return 0; } 14708 ; return 0; }
14713 EOF 14709 EOF
14714 if { (eval echo configure:14714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; _out=`eval $ac_compile 2>&1` && test "x$_out" = x; }; then 14710 if { (eval echo configure:14710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; _out=`eval $ac_compile 2>&1` && test "x$_out" = x; }; then
14715 rm -rf conftest* 14711 rm -rf conftest*
14716 14712
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: int *" >&5 14713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: int *" >&5
14718 $as_echo "int *" >&6; } 14714 $as_echo "int *" >&6; }
14719 XML_SOCKLEN_T=int 14715 XML_SOCKLEN_T=int
14720 else 14716 else
14721 echo "configure: failed program was:" >&5 14717 echo "configure: failed program was:" >&5
14722 cat conftest.$ac_ext >&5 14718 cat conftest.$ac_ext >&5
14723 rm -rf conftest* 14719 rm -rf conftest*
14724 14720
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
15107 if test "$with_fexceptions" = "yes" 15103 if test "$with_fexceptions" = "yes"
15108 then 15104 then
15109 # 15105 #
15110 # Not activated by default because this inflates the code size 15106 # Not activated by default because this inflates the code size
15111 # Used to allow propagation of C++ exceptions through the library 15107 # Used to allow propagation of C++ exceptions through the library
15112 # 15108 #
15113 CFLAGS="${CFLAGS} -fexceptions" 15109 CFLAGS="${CFLAGS} -fexceptions"
15114 fi 15110 fi
15115 15111
15116 # warnings we'd like to see 15112 # warnings we'd like to see
15117 CFLAGS="${CFLAGS} -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -W switch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparent heses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return - Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-de cls" 15113 CFLAGS="${CFLAGS} -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wim plicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitia lized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggr egate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
15118 # warnings we'd like to supress 15114 # warnings we'd like to supress
15119 CFLAGS="${CFLAGS} -Wno-long-long" 15115 CFLAGS="${CFLAGS} -Wno-long-long"
15120 case "${host}" in 15116 case "${host}" in
15121 alpha*-*-linux* ) 15117 alpha*-*-linux* )
15122 CFLAGS="${CFLAGS} -mieee" 15118 CFLAGS="${CFLAGS} -mieee"
15123 ;; 15119 ;;
15124 alpha*-*-osf* ) 15120 alpha*-*-osf* )
15125 CFLAGS="${CFLAGS} -mieee" 15121 CFLAGS="${CFLAGS} -mieee"
15126 ;; 15122 ;;
15127 esac 15123 esac
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
15498 if test "${with_mem_debug}" = "" ; then 15494 if test "${with_mem_debug}" = "" ; then
15499 echo Activating memory debugging 15495 echo Activating memory debugging
15500 with_mem_debug="yes" 15496 with_mem_debug="yes"
15501 with_run_debug="yes" 15497 with_run_debug="yes"
15502 fi 15498 fi
15503 if test "${with_docbook}" = "" ; then 15499 if test "${with_docbook}" = "" ; then
15504 with_docbook="yes" 15500 with_docbook="yes"
15505 fi 15501 fi
15506 fi 15502 fi
15507 if test "${GCC}" = "yes" ; then 15503 if test "${GCC}" = "yes" ; then
15508 CFLAGS="-g -O -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswit ch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparenthese s -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstr ict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall" 15504 CFLAGS="-g -O -pedantic -W -Wformat -Wno-format-extra-args -Wunused -Wimplic it -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wchar-subscripts -Wuninitialize d -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregat e-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wre dundant-decls -Wall"
15509 fi 15505 fi
15510 STATIC_BINARIES="-static" 15506 STATIC_BINARIES="-static"
15511 else 15507 else
15512 STATIC_BINARIES= 15508 STATIC_BINARIES=
15513 fi 15509 fi
15514 15510
15515 15511
15516 15512
15517 if test "${NEED_TRIO}" = "1" ; then 15513 if test "${NEED_TRIO}" = "1" ; then
15518 echo Adding trio library for string functions 15514 echo Adding trio library for string functions
(...skipping 3379 matching lines...) Expand 10 before | Expand all | Expand 10 after
18898 # would make configure fail if this is the last instruction. 18894 # would make configure fail if this is the last instruction.
18899 $ac_cs_success || as_fn_exit 1 18895 $ac_cs_success || as_fn_exit 1
18900 fi 18896 fi
18901 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 18897 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 18898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
18903 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 18899 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18904 fi 18900 fi
18905 18901
18906 18902
18907 echo Done configuring 18903 echo Done configuring
OLDNEW
« no previous file with comments | « third_party/libxml/src/catalog.c ('k') | third_party/libxml/src/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698