| 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 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 Loading... |
| 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: |
| OLD | NEW |