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

Side by Side Diff: third_party/sqlite/src/autoconf/tea/configure.in

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 #!/bin/bash -norc 1 #!/bin/bash -norc
2 dnl This file is an input file used by the GNU "autoconf" program to 2 dnl This file is an input file used by the GNU "autoconf" program to
3 dnl generate the file "configure", which is run during Tcl installation 3 dnl generate the file "configure", which is run during Tcl installation
4 dnl to configure the system for the local environment. 4 dnl to configure the system for the local environment.
5 # 5 #
6 # RCS: @(#) $Id: configure.in,v 1.43 2005/07/26 19:17:05 mdejong Exp $ 6 # RCS: @(#) $Id: configure.in,v 1.43 2005/07/26 19:17:05 mdejong Exp $
7 7
8 #----------------------------------------------------------------------- 8 #-----------------------------------------------------------------------
9 # Sample configure.in for Tcl Extensions. The only places you should 9 # Sample configure.in for Tcl Extensions. The only places you should
10 # need to modify this file are marked by the string __CHANGE__ 10 # need to modify this file are marked by the string __CHANGE__
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 TEA_PROG_TCLSH 193 TEA_PROG_TCLSH
194 #TEA_PROG_WISH 194 #TEA_PROG_WISH
195 195
196 #-------------------------------------------------------------------- 196 #--------------------------------------------------------------------
197 # Finally, substitute all of the various values into the Makefile. 197 # Finally, substitute all of the various values into the Makefile.
198 # You may alternatively have a special pkgIndex.tcl.in or other files 198 # You may alternatively have a special pkgIndex.tcl.in or other files
199 # which require substituting th AC variables in. Include these here. 199 # which require substituting th AC variables in. Include these here.
200 #-------------------------------------------------------------------- 200 #--------------------------------------------------------------------
201 201
202 AC_OUTPUT([Makefile pkgIndex.tcl]) 202 AC_OUTPUT([Makefile pkgIndex.tcl])
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698