| OLD | NEW |
| 1 #! /bin/sh | 1 #! /bin/sh |
| 2 # depcomp - compile a program generating dependencies as side-effects | 2 # depcomp - compile a program generating dependencies as side-effects |
| 3 | 3 |
| 4 scriptversion=2013-05-30.07; # UTC | 4 scriptversion=2013-05-30.07; # UTC |
| 5 | 5 |
| 6 # Copyright (C) 1999-2014 Free Software Foundation, Inc. | 6 # Copyright (C) 1999-2013 Free Software Foundation, Inc. |
| 7 | 7 |
| 8 # This program is free software; you can redistribute it and/or modify | 8 # This program is free software; you can redistribute it and/or modify |
| 9 # it under the terms of the GNU General Public License as published by | 9 # it under the terms of the GNU General Public License as published by |
| 10 # the Free Software Foundation; either version 2, or (at your option) | 10 # the Free Software Foundation; either version 2, or (at your option) |
| 11 # any later version. | 11 # any later version. |
| 12 | 12 |
| 13 # This program is distributed in the hope that it will be useful, | 13 # This program is distributed in the hope that it will be useful, |
| 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 # GNU General Public License for more details. | 16 # GNU General Public License for more details. |
| (...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 | 782 |
| 783 # Local Variables: | 783 # Local Variables: |
| 784 # mode: shell-script | 784 # mode: shell-script |
| 785 # sh-indentation: 2 | 785 # sh-indentation: 2 |
| 786 # eval: (add-hook 'write-file-hooks 'time-stamp) | 786 # eval: (add-hook 'write-file-hooks 'time-stamp) |
| 787 # time-stamp-start: "scriptversion=" | 787 # time-stamp-start: "scriptversion=" |
| 788 # time-stamp-format: "%:y-%02m-%02d.%02H" | 788 # time-stamp-format: "%:y-%02m-%02d.%02H" |
| 789 # time-stamp-time-zone: "UTC" | 789 # time-stamp-time-zone: "UTC" |
| 790 # time-stamp-end: "; # UTC" | 790 # time-stamp-end: "; # UTC" |
| 791 # End: | 791 # End: |
| OLD | NEW |