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

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

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/configure ('k') | third_party/sqlite/src/date.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 AC_CONFIG_HEADERS(config.h) 710 AC_CONFIG_HEADERS(config.h)
711 711
712 ######### 712 #########
713 # Generate the output files. 713 # Generate the output files.
714 # 714 #
715 AC_SUBST(BUILD_CFLAGS) 715 AC_SUBST(BUILD_CFLAGS)
716 AC_OUTPUT([ 716 AC_OUTPUT([
717 Makefile 717 Makefile
718 sqlite3.pc 718 sqlite3.pc
719 ]) 719 ])
OLDNEW
« no previous file with comments | « third_party/sqlite/src/configure ('k') | third_party/sqlite/src/date.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698