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

Side by Side Diff: third_party/sqlite/sqlite-src-3080704/config.guess

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 #! /bin/sh 1 #! /bin/sh
2 # Attempt to guess a canonical system name. 2 # Attempt to guess a canonical system name.
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5 # Inc. 5 # Inc.
6 6
7 timestamp='2007-07-22' 7 timestamp='2007-07-22'
8 8
9 # This file is free software; you can redistribute it and/or modify it 9 # This file is free software; you can redistribute it and/or modify it
10 # under the terms of the GNU General Public License as published by 10 # under the terms of the GNU General Public License as published by
(...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 EOF 1526 EOF
1527 1527
1528 exit 1 1528 exit 1
1529 1529
1530 # Local variables: 1530 # Local variables:
1531 # eval: (add-hook 'write-file-hooks 'time-stamp) 1531 # eval: (add-hook 'write-file-hooks 'time-stamp)
1532 # time-stamp-start: "timestamp='" 1532 # time-stamp-start: "timestamp='"
1533 # time-stamp-format: "%:y-%02m-%02d" 1533 # time-stamp-format: "%:y-%02m-%02d"
1534 # time-stamp-end: "'" 1534 # time-stamp-end: "'"
1535 # End: 1535 # End:
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/autoconf/tea/win/rules.vc ('k') | third_party/sqlite/sqlite-src-3080704/config.sub » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698