emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118127: * configure.ac: Move the OSX 10.6 test.


From: Jan D.
Subject: [Emacs-diffs] trunk r118127: * configure.ac: Move the OSX 10.6 test.
Date: Wed, 15 Oct 2014 17:42:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118127
revision-id: address@hidden
parent: address@hidden
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Wed 2014-10-15 19:42:05 +0200
message:
  * configure.ac: Move the OSX 10.6 test.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-10-15 17:33:27 +0000
+++ b/ChangeLog 2014-10-15 17:42:05 +0000
@@ -1,3 +1,7 @@
+2014-10-15  Jan Djärv  <address@hidden>
+
+       * configure.ac: Move the OSX 10.6 test.
+
 2014-10-15  Stefan Monnier  <address@hidden>
 
        * .bzrignore: Add uni-brackets.el.

=== modified file 'configure.ac'
--- a/configure.ac      2014-10-14 15:31:44 +0000
+++ b/configure.ac      2014-10-15 17:42:05 +0000
@@ -561,6 +561,9 @@
       x86_64-* )     ;;
       * )            unported=yes ;;
     esac
+    case "$canonical" in
+      *-apple-darwin[0-9].*) unported=yes ;;
+    esac
     opsys=darwin
     ## Use fink packages if available.
     ## FIXME find a better way to do this: http://debbugs.gnu.org/11507
@@ -705,14 +708,6 @@
 Check `etc/MACHINES' for recognized configuration names.])
 fi
 
-case "$canonical" in
-  *-apple-darwin* )
-  x="`uname -r`"
-    case "$x" in
-      [[0-9]].*) AC_MSG_ERROR([OSX 10.6 or later required]) ;;
-    esac
-esac
-
 #### Choose a compiler.
 
 dnl Don't bother to test for C89.


reply via email to

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