emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100929: * configure.in: Remove refer


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100929: * configure.in: Remove reference to usg5-4, unused.
Date: Wed, 28 Jul 2010 20:41:28 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100929
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Wed 2010-07-28 20:41:28 -0700
message:
  * configure.in: Remove reference to usg5-4, unused.
modified:
  ChangeLog
  configure
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-07-25 19:09:54 +0000
+++ b/ChangeLog 2010-07-29 03:41:28 +0000
@@ -1,3 +1,7 @@
+2010-07-29  Dan Nicolaescu  <address@hidden>
+
+       * configure.in: Remove reference to usg5-4, unused.
+
 2010-07-25  Andreas Schwab  <address@hidden>
 
        * configure.in: Check for __executable_start.

=== modified file 'configure'
--- a/configure 2010-07-25 19:09:54 +0000
+++ b/configure 2010-07-29 03:41:28 +0000
@@ -14149,7 +14149,7 @@
 ORDINARY_LINK=
 case "$opsys" in
   ## gnu: GNU needs its own crt0.
-  aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
+  aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
 
   ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the
   ## library search parth, i.e. it won't search /usr/lib for libc and

=== modified file 'configure.in'
--- a/configure.in      2010-07-25 19:09:54 +0000
+++ b/configure.in      2010-07-29 03:41:28 +0000
@@ -3326,7 +3326,7 @@
 ORDINARY_LINK=
 case "$opsys" in
   ## gnu: GNU needs its own crt0.
-  aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
+  aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
 
   ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the
   ## library search parth, i.e. it won't search /usr/lib for libc and


reply via email to

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