emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109289: Remove s/aix4-2.h


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109289: Remove s/aix4-2.h
Date: Sun, 29 Jul 2012 23:34:22 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109289
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-29 23:34:22 -0700
message:
  Remove s/aix4-2.h
  
  * configure.ac (opsysfile): Set to empty on aix4-2.
  
  * src/s/aix4-2.h: Remove empty file.
removed:
  src/s/aix4-2.h
modified:
  ChangeLog
  configure.ac
  src/ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-30 06:24:20 +0000
+++ b/ChangeLog 2012-07-30 06:34:22 +0000
@@ -2,8 +2,8 @@
 
        * configure.ac (opsysfile): Tweak message for null case.
 
-       * configure.ac (opsysfile): Set to empty on freebsd, gnu-linux,
-       gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
+       * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
+       gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
 
 2012-07-30  Paul Eggert  <address@hidden>
 

=== modified file 'configure.ac'
--- a/configure.ac      2012-07-30 06:24:20 +0000
+++ b/configure.ac      2012-07-30 06:34:22 +0000
@@ -3650,6 +3650,7 @@
 
 case $opsys in
   aix4-2)
+    opsysfile=
     AC_DEFINE(USG, [])
     AC_DEFINE(USG5, [])
     dnl This symbol should be defined on AIX Version 3  ???????

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-30 06:32:04 +0000
+++ b/src/ChangeLog     2012-07-30 06:34:22 +0000
@@ -1,7 +1,7 @@
 2012-07-30  Glenn Morris  <address@hidden>
 
        * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
-       does that unconditionally.
+       does that unconditionally.  Remove file, which is now empty.
 
        * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
        Remove empty files.

=== removed file 'src/s/aix4-2.h'
--- a/src/s/aix4-2.h    2012-07-30 06:32:04 +0000
+++ b/src/s/aix4-2.h    1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-/*
-Copyright (C) 1999, 2001-2012  Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
-


reply via email to

[Prev in Thread] Current Thread [Next in Thread]