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

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

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 # 1 #
2 # The build process allows for using a cross-compiler. But the default 2 # The build process allows for using a cross-compiler. But the default
3 # action is to target the same platform that we are running on. The 3 # action is to target the same platform that we are running on. The
4 # configure script needs to discover the following properties of the 4 # configure script needs to discover the following properties of the
5 # build and target systems: 5 # build and target systems:
6 # 6 #
7 # srcdir 7 # srcdir
8 # 8 #
9 # The is the name of the directory that contains the 9 # The is the name of the directory that contains the
10 # "configure" shell script. All source files are 10 # "configure" shell script. All source files are
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 AC_CONFIG_HEADERS(config.h) 692 AC_CONFIG_HEADERS(config.h)
693 693
694 ######### 694 #########
695 # Generate the output files. 695 # Generate the output files.
696 # 696 #
697 AC_SUBST(BUILD_CFLAGS) 697 AC_SUBST(BUILD_CFLAGS)
698 AC_OUTPUT([ 698 AC_OUTPUT([
699 Makefile 699 Makefile
700 sqlite3.pc 700 sqlite3.pc
701 ]) 701 ])
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/configure ('k') | third_party/sqlite/sqlite-src-3070603/contrib/sqlitecon.tcl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698