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

Side by Side Diff: third_party/libxslt/configure

Issue 2411263002: Roll libxslt to 8345634c5482ca04293ae1862d52fa9dd764aeca (Closed)
Patch Set: config.log Created 4 years, 2 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/libxslt/config.h.in ('k') | third_party/libxslt/configure.in » ('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 3687 matching lines...) Expand 10 before | Expand all | Expand 10 after
3698 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h 3698 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3699 3699
3700 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h 3700 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3701 3701
3702 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h 3702 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3703 3703
3704 3704
3705 3705
3706 LIBXSLT_MAJOR_VERSION=1 3706 LIBXSLT_MAJOR_VERSION=1
3707 LIBXSLT_MINOR_VERSION=1 3707 LIBXSLT_MINOR_VERSION=1
3708 LIBXSLT_MICRO_VERSION=28 3708 LIBXSLT_MICRO_VERSION=29
3709 PACKAGE=libxslt 3709 PACKAGE=libxslt
3710 LIBEXSLT_MAJOR_VERSION=0 3710 LIBEXSLT_MAJOR_VERSION=0
3711 LIBEXSLT_MINOR_VERSION=8 3711 LIBEXSLT_MINOR_VERSION=8
3712 LIBEXSLT_MICRO_VERSION=17 3712 LIBEXSLT_MICRO_VERSION=17
3713 LIBXML_REQUIRED_VERSION=2.6.27 3713 LIBXML_REQUIRED_VERSION=2.6.27
3714 3714
3715 3715
3716 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VER SION 3716 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VER SION
3717 LIBXSLT_VERSION_INFO=`expr $LIBXSLT_MAJOR_VERSION + $LIBXSLT_MINOR_VERSION`:$LIB XSLT_MICRO_VERSION:$LIBXSLT_MINOR_VERSION 3717 LIBXSLT_VERSION_INFO=`expr $LIBXSLT_MAJOR_VERSION + $LIBXSLT_MINOR_VERSION`:$LIB XSLT_MICRO_VERSION:$LIBXSLT_MINOR_VERSION
3718 3718
(...skipping 9575 matching lines...) Expand 10 before | Expand all | Expand 10 after
13294 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_include s_default" 13294 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_include s_default"
13295 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 13295 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13296 cat >>confdefs.h <<_ACEOF 13296 cat >>confdefs.h <<_ACEOF
13297 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 13297 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13298 _ACEOF 13298 _ACEOF
13299 13299
13300 fi 13300 fi
13301 13301
13302 done 13302 done
13303 13303
13304 for ac_header in errno.h
13305 do :
13306 ac_fn_c_check_header_mongrel "$LINENO" "errno.h" "ac_cv_header_errno_h" "$ac_i ncludes_default"
13307 if test "x$ac_cv_header_errno_h" = xyes; then :
13308 cat >>confdefs.h <<_ACEOF
13309 #define HAVE_ERRNO_H 1
13310 _ACEOF
13311
13312 fi
13313
13314 done
13315
13304 for ac_func in stat _stat 13316 for ac_func in stat _stat
13305 do : 13317 do :
13306 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13318 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13307 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13319 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13308 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 13320 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13309 cat >>confdefs.h <<_ACEOF 13321 cat >>confdefs.h <<_ACEOF
13310 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 13322 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13311 _ACEOF 13323 _ACEOF
13312 13324
13313 fi 13325 fi
(...skipping 3488 matching lines...) Expand 10 before | Expand all | Expand 10 after
16802 exec 5>>config.log 16814 exec 5>>config.log
16803 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 16815 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16804 # would make configure fail if this is the last instruction. 16816 # would make configure fail if this is the last instruction.
16805 $ac_cs_success || as_fn_exit 1 16817 $ac_cs_success || as_fn_exit 1
16806 fi 16818 fi
16807 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 16819 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 16820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
16809 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 16821 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16810 fi 16822 fi
16811 16823
OLDNEW
« no previous file with comments | « third_party/libxslt/config.h.in ('k') | third_party/libxslt/configure.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698