| OLD | NEW |
| 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, 2007, 2008, 2009, 2010, | 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
| 5 # 2011, 2012 Free Software Foundation, Inc. | 5 # 2011, 2012 Free Software Foundation, Inc. |
| 6 | 6 |
| 7 timestamp='2012-02-10' | 7 timestamp='2012-02-10' |
| 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 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 | 1764 |
| 1765 echo $basic_machine$os | 1765 echo $basic_machine$os |
| 1766 exit | 1766 exit |
| 1767 | 1767 |
| 1768 # Local variables: | 1768 # Local variables: |
| 1769 # eval: (add-hook 'write-file-hooks 'time-stamp) | 1769 # eval: (add-hook 'write-file-hooks 'time-stamp) |
| 1770 # time-stamp-start: "timestamp='" | 1770 # time-stamp-start: "timestamp='" |
| 1771 # time-stamp-format: "%:y-%02m-%02d" | 1771 # time-stamp-format: "%:y-%02m-%02d" |
| 1772 # time-stamp-end: "'" | 1772 # time-stamp-end: "'" |
| 1773 # End: | 1773 # End: |
| OLD | NEW |