| OLD | NEW |
| 1 #! /bin/sh | 1 #! /bin/sh |
| 2 # Wrapper for compilers which do not understand '-c -o'. | 2 # Wrapper for compilers which do not understand '-c -o'. |
| 3 | 3 |
| 4 scriptversion=2012-10-14.11; # UTC | 4 scriptversion=2012-10-14.11; # UTC |
| 5 | 5 |
| 6 # Copyright (C) 1999-2014 Free Software Foundation, Inc. | 6 # Copyright (C) 1999-2013 Free Software Foundation, Inc. |
| 7 # Written by Tom Tromey <tromey@cygnus.com>. | 7 # Written by Tom Tromey <tromey@cygnus.com>. |
| 8 # | 8 # |
| 9 # This program is free software; you can redistribute it and/or modify | 9 # This program is free software; you can redistribute it and/or modify |
| 10 # it under the terms of the GNU General Public License as published by | 10 # it under the terms of the GNU General Public License as published by |
| 11 # the Free Software Foundation; either version 2, or (at your option) | 11 # the Free Software Foundation; either version 2, or (at your option) |
| 12 # any later version. | 12 # any later version. |
| 13 # | 13 # |
| 14 # This program is distributed in the hope that it will be useful, | 14 # This program is distributed in the hope that it will be useful, |
| 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 | 338 |
| 339 # Local Variables: | 339 # Local Variables: |
| 340 # mode: shell-script | 340 # mode: shell-script |
| 341 # sh-indentation: 2 | 341 # sh-indentation: 2 |
| 342 # eval: (add-hook 'write-file-hooks 'time-stamp) | 342 # eval: (add-hook 'write-file-hooks 'time-stamp) |
| 343 # time-stamp-start: "scriptversion=" | 343 # time-stamp-start: "scriptversion=" |
| 344 # time-stamp-format: "%:y-%02m-%02d.%02H" | 344 # time-stamp-format: "%:y-%02m-%02d.%02H" |
| 345 # time-stamp-time-zone: "UTC" | 345 # time-stamp-time-zone: "UTC" |
| 346 # time-stamp-end: "; # UTC" | 346 # time-stamp-end: "; # UTC" |
| 347 # End: | 347 # End: |
| OLD | NEW |