emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105986: Rename `linux' to `gnu_linux


From: Richard Stallman
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105986: Rename `linux' to `gnu_linux'.
Date: Sun, 02 Oct 2011 18:43:52 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105986
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Sun 2011-10-02 18:43:52 -0400
message:
  Rename `linux' to `gnu_linux'.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-09-29 14:17:42 +0000
+++ b/ChangeLog 2011-10-02 22:43:52 +0000
@@ -1,3 +1,8 @@
+2011-10-02  Richard Stallman  <address@hidden>
+
+       * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
+       and xlinux_second_failure to xgnu_linux_second_failure.
+
 2011-09-29  Eli Zaretskii  <address@hidden>
 
        * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,

=== modified file 'configure.in'
--- a/configure.in      2011-09-26 18:38:31 +0000
+++ b/configure.in      2011-10-02 22:43:52 +0000
@@ -1792,9 +1792,9 @@
     AC_MSG_CHECKING(whether X on GNU/Linux needs -b to link)
     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],
      [[XOpenDisplay ("foo");]])],
-     [xlinux_first_failure=no],
-     [xlinux_first_failure=yes])
-    if test "${xlinux_first_failure}" = "yes"; then
+     [xgnu_linux_first_failure=no],
+     [xgnu_linux_first_failure=yes])
+    if test "${xgnu_linux_first_failure}" = "yes"; then
       OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
       OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
       OLD_CPPFLAGS="$CPPFLAGS"
@@ -1805,9 +1805,9 @@
       LIBS="$LIBS -b i486-linuxaout"
       AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],
        [[XOpenDisplay ("foo");]])],
-       [xlinux_second_failure=no],
-       [xlinux_second_failure=yes])
-      if test "${xlinux_second_failure}" = "yes"; then
+       [xgnu_linux_second_failure=no],
+       [xgnu_linux_second_failure=yes])
+      if test "${xgnu_linux_second_failure}" = "yes"; then
        # If we get the same failure with -b, there is no use adding -b.
        # So take it out.  This plays safe.
        LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"


reply via email to

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