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

Side by Side Diff: third_party/sqlite/src/autoconf/tea/tclconfig/tcl.m4

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 # tcl.m4 -- 1 # tcl.m4 --
2 # 2 #
3 # This file provides a set of autoconf macros to help TEA-enable 3 # This file provides a set of autoconf macros to help TEA-enable
4 # a Tcl extension. 4 # a Tcl extension.
5 # 5 #
6 # Copyright (c) 1999-2000 Ajuba Solutions. 6 # Copyright (c) 1999-2000 Ajuba Solutions.
7 # Copyright (c) 2002-2005 ActiveState Corporation. 7 # Copyright (c) 2002-2005 ActiveState Corporation.
8 # 8 #
9 # See the file "license.terms" for information on usage and redistribution 9 # See the file "license.terms" for information on usage and redistribution
10 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 10 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
(...skipping 4148 matching lines...) Expand 10 before | Expand all | Expand 10 after
4159 no_celib= 4159 no_celib=
4160 CELIB_DIR=${ac_cv_c_celibconfig} 4160 CELIB_DIR=${ac_cv_c_celibconfig}
4161 CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'` 4161 CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
4162 AC_MSG_RESULT([found $CELIB_DIR]) 4162 AC_MSG_RESULT([found $CELIB_DIR])
4163 fi 4163 fi
4164 fi 4164 fi
4165 ]) 4165 ])
4166 # Local Variables: 4166 # Local Variables:
4167 # mode: autoconf 4167 # mode: autoconf
4168 # End: 4168 # End:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698