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

Side by Side Diff: third_party/sqlite/sqlite-src-3080704/ltmain.sh

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. 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 # Generated from ltmain.m4sh. 1 # Generated from ltmain.m4sh.
2 2
3 # ltmain.sh (GNU libtool) 2.2.6 3 # ltmain.sh (GNU libtool) 2.2.6
4 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 4 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
5 5
6 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. 6 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
7 # This is free software; see the source for copying conditions. There is NO 7 # This is free software; see the source for copying conditions. There is NO
8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9 9
10 # GNU Libtool is free software; you can redistribute it and/or modify 10 # GNU Libtool is free software; you can redistribute it and/or modify
(...skipping 8441 matching lines...) Expand 10 before | Expand all | Expand 10 after
8452 # ### BEGIN LIBTOOL TAG CONFIG: disable-static 8452 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
8453 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` 8453 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
8454 # ### END LIBTOOL TAG CONFIG: disable-static 8454 # ### END LIBTOOL TAG CONFIG: disable-static
8455 8455
8456 # Local Variables: 8456 # Local Variables:
8457 # mode:shell-script 8457 # mode:shell-script
8458 # sh-indentation:2 8458 # sh-indentation:2
8459 # End: 8459 # End:
8460 # vi:sw=2 8460 # vi:sw=2
8461 8461
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/install-sh ('k') | third_party/sqlite/sqlite-src-3080704/magic.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698