]> code.delx.au - gnu-emacs/commitdiff
configure.in: Support Darwin/MacOSX on Intel
authorSteven Tamm <steventamm@mac.com>
Thu, 9 Jun 2005 03:43:37 +0000 (03:43 +0000)
committerSteven Tamm <steventamm@mac.com>
Thu, 9 Jun 2005 03:43:37 +0000 (03:43 +0000)
configure: Regenerate.

ChangeLog
configure
configure.in

index e7f71fab4002943b510d54aa51cb7d6bd673a3f1..7419760a3f167f4ea77fcf5a9743fa6eda375525 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-08  Steven Tamm  <steventamm@mac.com>
+
+       * configure.in: Support Darwin/MacOSX on Intel
+       * configure: Regenerate.
+
 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * configure.in (HAVE_CANCELMENUTRACKING): New test.
index 3458c4c2ae66f22ff7d54e4d8f5338ef8521a770..22addee9fc00d75217d8dde2adff725be8cafd08 100755 (executable)
--- a/configure
+++ b/configure
@@ -2529,6 +2529,9 @@ _ACEOF
     machine=intel386
     case "${canonical}" in
       *-cygwin )                opsys=cygwin ;;
+      *-darwin )                opsys=darwin
+                                CPP="${CC-cc} -E -no-cpp-precomp"
+                               ;;
       *-lynxos* )               opsys=lynxos ;;
       *-isc1.* | *-isc2.[01]* )        opsys=386-ix ;;
       *-isc2.2* )              opsys=isc2-2 ;;
index 884e3309e426aaf0535775c2157932e4025b2199..d8ded5d08af72d6c5decdc1a7b84c62bfb20229b 100644 (file)
@@ -1080,6 +1080,9 @@ dnl see the `changequote' comment above.
     machine=intel386
     case "${canonical}" in
       *-cygwin )                opsys=cygwin ;;
+      *-darwin )                opsys=darwin
+                                CPP="${CC-cc} -E -no-cpp-precomp"
+                               ;;
       *-lynxos* )               opsys=lynxos ;;
       *-isc1.* | *-isc2.[01]* )        opsys=386-ix ;;
       *-isc2.2* )              opsys=isc2-2 ;;