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

Side by Side Diff: third_party/sqlite/src/autoconf/INSTALL

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 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 Installation Instructions 1 Installation Instructions
2 ************************* 2 *************************
3 3
4 Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, 4 Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
5 Inc. 5 Inc.
6 6
7 Copying and distribution of this file, with or without modification, 7 Copying and distribution of this file, with or without modification,
8 are permitted in any medium without royalty provided the copyright 8 are permitted in any medium without royalty provided the copyright
9 notice and this notice are preserved. This file is offered as-is, 9 notice and this notice are preserved. This file is offered as-is,
10 without warranty of any kind. 10 without warranty of any kind.
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 the installation locations. 361 the installation locations.
362 362
363 `--no-create' 363 `--no-create'
364 `-n' 364 `-n'
365 Run the configure checks, but stop before creating any output 365 Run the configure checks, but stop before creating any output
366 files. 366 files.
367 367
368 `configure' also accepts some other, not widely useful, options. Run 368 `configure' also accepts some other, not widely useful, options. Run
369 `configure --help' for more details. 369 `configure --help' for more details.
370 370
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698