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

Side by Side Diff: third_party/sqlite/src/autoconf/ltmain.sh

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 1
2 # libtool (GNU libtool) 2.4.2 2 # libtool (GNU libtool) 2.4.2
3 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 3 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4 4
5 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 5 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
6 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 6 # 2007, 2008, 2009, 2010, 2011 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 9635 matching lines...) Expand 10 before | Expand all | Expand 10 after
9646 # ### BEGIN LIBTOOL TAG CONFIG: disable-static 9646 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
9647 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` 9647 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
9648 # ### END LIBTOOL TAG CONFIG: disable-static 9648 # ### END LIBTOOL TAG CONFIG: disable-static
9649 9649
9650 # Local Variables: 9650 # Local Variables:
9651 # mode:shell-script 9651 # mode:shell-script
9652 # sh-indentation:2 9652 # sh-indentation:2
9653 # End: 9653 # End:
9654 # vi:sw=2 9654 # vi:sw=2
9655 9655
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698