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

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

Issue 3108030: Move bundled copy of sqlite one level deeper to better separate it... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/src/config.h.in ('k') | third_party/sqlite/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.62 for sqlite 3.6.18. 3 # Generated by GNU Autoconf 2.62 for sqlite 3.6.18.
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 15677 matching lines...) Expand 10 before | Expand all | Expand 10 after
15688 exec 5>>config.log 15688 exec 5>>config.log
15689 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15689 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15690 # would make configure fail if this is the last instruction. 15690 # would make configure fail if this is the last instruction.
15691 $ac_cs_success || { (exit 1); exit 1; } 15691 $ac_cs_success || { (exit 1); exit 1; }
15692 fi 15692 fi
15693 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15693 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15694 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op ts" >&5 15694 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op ts" >&5
15695 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} 15695 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
15696 fi 15696 fi
15697 15697
OLDNEW
« no previous file with comments | « third_party/sqlite/src/config.h.in ('k') | third_party/sqlite/src/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698