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

Side by Side Diff: third_party/sqlite/sqlite-src-3070603/configure

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 years, 11 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
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.62 for sqlite 3.7.6.3. 3 # Generated by GNU Autoconf 2.62 for sqlite 3.7.6.3.
4 # 4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation 7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it. 8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ## 9 ## --------------------- ##
10 ## M4sh Initialization. ## 10 ## M4sh Initialization. ##
(...skipping 15647 matching lines...) Expand 10 before | Expand all | Expand 10 after
15658 exec 5>>config.log 15658 exec 5>>config.log
15659 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15659 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15660 # would make configure fail if this is the last instruction. 15660 # would make configure fail if this is the last instruction.
15661 $ac_cs_success || { (exit 1); exit 1; } 15661 $ac_cs_success || { (exit 1); exit 1; }
15662 fi 15662 fi
15663 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15663 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15664 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op ts" >&5 15664 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op ts" >&5
15665 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} 15665 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
15666 fi 15666 fi
15667 15667
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/config.h.in ('k') | third_party/sqlite/sqlite-src-3070603/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698