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

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

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 # Configuration validation subroutine script. 2 # Configuration validation subroutine script.
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-06-28' 7 timestamp='2007-06-28'
8 8
9 # This file is (in principle) common to ALL GNU software. 9 # This file is (in principle) common to ALL GNU software.
10 # The presence of a machine in this file suggests that SOME GNU software 10 # The presence of a machine in this file suggests that SOME GNU software
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 1635
1636 echo $basic_machine$os 1636 echo $basic_machine$os
1637 exit 1637 exit
1638 1638
1639 # Local variables: 1639 # Local variables:
1640 # eval: (add-hook 'write-file-hooks 'time-stamp) 1640 # eval: (add-hook 'write-file-hooks 'time-stamp)
1641 # time-stamp-start: "timestamp='" 1641 # time-stamp-start: "timestamp='"
1642 # time-stamp-format: "%:y-%02m-%02d" 1642 # time-stamp-format: "%:y-%02m-%02d"
1643 # time-stamp-end: "'" 1643 # time-stamp-end: "'"
1644 # End: 1644 # End:
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/config.guess ('k') | third_party/sqlite/sqlite-src-3080704/config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698