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

Side by Side Diff: third_party/libxslt/configure

Issue 2777943003: Roll libxslt to ac341cbd792ee572941cc9a66e73800219a1a386 (Closed)
Patch Set: Update README.chromium. Created 3 years, 8 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 13466 matching lines...) Expand 10 before | Expand all | Expand 10 after
13477 do : 13477 do :
13478 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 13478 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
13479 if test "x$ac_cv_func_gettimeofday" = xyes; then : 13479 if test "x$ac_cv_func_gettimeofday" = xyes; then :
13480 cat >>confdefs.h <<_ACEOF 13480 cat >>confdefs.h <<_ACEOF
13481 #define HAVE_GETTIMEOFDAY 1 13481 #define HAVE_GETTIMEOFDAY 1
13482 _ACEOF 13482 _ACEOF
13483 13483
13484 fi 13484 fi
13485 done 13485 done
13486 13486
13487 for ac_func in mktime localtime localtime_r asctime time gmtime gmtime_r ftime 13487 for ac_func in localtime localtime_r time gmtime gmtime_r ftime
13488 do : 13488 do :
13489 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13489 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13490 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13490 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13491 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 13491 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13492 cat >>confdefs.h <<_ACEOF 13492 cat >>confdefs.h <<_ACEOF
13493 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 13493 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13494 _ACEOF 13494 _ACEOF
13495 13495
13496 fi 13496 fi
13497 done 13497 done
(...skipping 3316 matching lines...) Expand 10 before | Expand all | Expand 10 after
16814 exec 5>>config.log 16814 exec 5>>config.log
16815 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 16815 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16816 # would make configure fail if this is the last instruction. 16816 # would make configure fail if this is the last instruction.
16817 $ac_cs_success || as_fn_exit 1 16817 $ac_cs_success || as_fn_exit 1
16818 fi 16818 fi
16819 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
16820 { $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
16821 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 16821 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16822 fi 16822 fi
16823 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