diff options
| author | Glenn Morris | 2012-07-29 23:34:22 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-29 23:34:22 -0700 |
| commit | 227f5bd0b41ebec90ec61a2b8832c95cec20c5a9 (patch) | |
| tree | 8923a386bdcecbb30011f0b150b6bba308b1d4a7 | |
| parent | 7b8a48e430dbbca60cf7d314f29001408c9b5a69 (diff) | |
| download | emacs-227f5bd0b41ebec90ec61a2b8832c95cec20c5a9.tar.gz emacs-227f5bd0b41ebec90ec61a2b8832c95cec20c5a9.zip | |
Remove s/aix4-2.h
* configure.ac (opsysfile): Set to empty on aix4-2.
* src/s/aix4-2.h: Remove empty file.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/s/aix4-2.h | 18 |
4 files changed, 4 insertions, 21 deletions
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * configure.ac (opsysfile): Tweak message for null case. | 3 | * configure.ac (opsysfile): Tweak message for null case. |
| 4 | 4 | ||
| 5 | * configure.ac (opsysfile): Set to empty on freebsd, gnu-linux, | 5 | * configure.ac (opsysfile): Set to empty on aix4-2, freebsd, |
| 6 | gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware. | 6 | gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware. |
| 7 | 7 | ||
| 8 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> |
| 9 | 9 | ||
diff --git a/configure.ac b/configure.ac index 224ac182613..9b8cabf8e4a 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -3650,6 +3650,7 @@ AH_TEMPLATE(USG5, [Define if the system is compatible with System V.]) | |||
| 3650 | 3650 | ||
| 3651 | case $opsys in | 3651 | case $opsys in |
| 3652 | aix4-2) | 3652 | aix4-2) |
| 3653 | opsysfile= | ||
| 3653 | AC_DEFINE(USG, []) | 3654 | AC_DEFINE(USG, []) |
| 3654 | AC_DEFINE(USG5, []) | 3655 | AC_DEFINE(USG5, []) |
| 3655 | dnl This symbol should be defined on AIX Version 3 ??????? | 3656 | dnl This symbol should be defined on AIX Version 3 ??????? |
diff --git a/src/ChangeLog b/src/ChangeLog index ac4aff4412b..78205746c4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2012-07-30 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h | 3 | * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h |
| 4 | does that unconditionally. | 4 | does that unconditionally. Remove file, which is now empty. |
| 5 | 5 | ||
| 6 | * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h: | 6 | * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h: |
| 7 | Remove empty files. | 7 | Remove empty files. |
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h deleted file mode 100644 index 8a957e693eb..00000000000 --- a/src/s/aix4-2.h +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. | ||
| 3 | |||
| 4 | This file is part of GNU Emacs. | ||
| 5 | |||
| 6 | GNU Emacs is free software: you can redistribute it and/or modify | ||
| 7 | it under the terms of the GNU General Public License as published by | ||
| 8 | the Free Software Foundation, either version 3 of the License, or | ||
| 9 | (at your option) any later version. | ||
| 10 | |||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | GNU General Public License for more details. | ||
| 15 | |||
| 16 | You should have received a copy of the GNU General Public License | ||
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | ||
| 18 | |||