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

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

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 # Common stub for a few missing GNU programs while installing. 2 # Common stub for a few missing GNU programs while installing.
3 3
4 scriptversion=2012-01-06.13; # UTC 4 scriptversion=2012-01-06.13; # UTC
5 5
6 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 6 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
7 # 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. 7 # 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
8 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. 8 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
9 9
10 # This program is free software; you can redistribute it and/or modify 10 # This program is free software; you can redistribute it and/or modify
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 322
323 exit 0 323 exit 0
324 324
325 # Local variables: 325 # Local variables:
326 # eval: (add-hook 'write-file-hooks 'time-stamp) 326 # eval: (add-hook 'write-file-hooks 'time-stamp)
327 # time-stamp-start: "scriptversion=" 327 # time-stamp-start: "scriptversion="
328 # time-stamp-format: "%:y-%02m-%02d.%02H" 328 # time-stamp-format: "%:y-%02m-%02d.%02H"
329 # time-stamp-time-zone: "UTC" 329 # time-stamp-time-zone: "UTC"
330 # time-stamp-end: "; # UTC" 330 # time-stamp-end: "; # UTC"
331 # End: 331 # End:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698