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

Side by Side Diff: third_party/sqlite/src/autoconf/depcomp

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/sh 1 #! /bin/sh
2 # depcomp - compile a program generating dependencies as side-effects 2 # depcomp - compile a program generating dependencies as side-effects
3 3
4 scriptversion=2012-03-27.16; # UTC 4 scriptversion=2012-03-27.16; # UTC
5 5
6 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 6 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
7 # 2011, 2012 Free Software Foundation, Inc. 7 # 2011, 2012 Free Software Foundation, Inc.
8 8
9 # This program is free software; you can redistribute it and/or modify 9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by 10 # it under the terms of the GNU General Public License as published by
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 699
700 # Local Variables: 700 # Local Variables:
701 # mode: shell-script 701 # mode: shell-script
702 # sh-indentation: 2 702 # sh-indentation: 2
703 # eval: (add-hook 'write-file-hooks 'time-stamp) 703 # eval: (add-hook 'write-file-hooks 'time-stamp)
704 # time-stamp-start: "scriptversion=" 704 # time-stamp-start: "scriptversion="
705 # time-stamp-format: "%:y-%02m-%02d.%02H" 705 # time-stamp-format: "%:y-%02m-%02d.%02H"
706 # time-stamp-time-zone: "UTC" 706 # time-stamp-time-zone: "UTC"
707 # time-stamp-end: "; # UTC" 707 # time-stamp-end: "; # UTC"
708 # End: 708 # End:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698