emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109018: Remove src/s/gnu.h


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109018: Remove src/s/gnu.h
Date: Tue, 10 Jul 2012 23:55:30 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109018
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-07-10 23:55:30 -0700
message:
  Remove src/s/gnu.h
  
  * configure.ac (opsysfile): Use bsd-common on gnu systems.
  
  * src/s/gnu.h: Remove file, which is now empty.
removed:
  src/s/gnu.h
modified:
  ChangeLog
  configure.ac
  src/ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-11 06:52:48 +0000
+++ b/ChangeLog 2012-07-11 06:55:30 +0000
@@ -1,5 +1,7 @@
 2012-07-11  Glenn Morris  <address@hidden>
 
+       * configure.ac (opsysfile): Use bsd-common on gnu systems.
+
        * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
        Move here from src/s.
 

=== modified file 'configure.ac'
--- a/configure.ac      2012-07-11 06:52:48 +0000
+++ b/configure.ac      2012-07-11 06:55:30 +0000
@@ -3254,6 +3254,8 @@
 esac
 
 case $opsys in
+   gnu) opsysfile="s/bsd-common.h" ;;
+
    gnu-kfreebsd) opsysfile="s/gnu-linux.h" ;;
 
    hpux11)

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-11 06:52:48 +0000
+++ b/src/ChangeLog     2012-07-11 06:55:30 +0000
@@ -1,5 +1,7 @@
 2012-07-11  Glenn Morris  <address@hidden>
 
+       * s/gnu.h: Remove file, which is now empty.
+
        * s/gnu.h, s/gnu-linux.h:
        Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
 

=== removed file 'src/s/gnu.h'
--- a/src/s/gnu.h       2012-07-11 06:52:48 +0000
+++ b/src/s/gnu.h       1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-/* Definitions file for GNU Emacs running on the GNU Hurd.
-
-Copyright (C) 1994-1996, 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/>.  */
-
-
-/* Get most of the stuff from bsd-common */
-#include "bsd-common.h"


reply via email to

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