aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Tamm2005-06-09 03:43:37 +0000
committerSteven Tamm2005-06-09 03:43:37 +0000
commit23fd4483157b7e387fe75965fc2c4a4cba8ad585 (patch)
tree3ea99e722e6da14de97292734a82132d896db757
parent427c5b1be2e6473c6792b375c8976c88e77570f7 (diff)
downloademacs-23fd4483157b7e387fe75965fc2c4a4cba8ad585.tar.gz
emacs-23fd4483157b7e387fe75965fc2c4a4cba8ad585.zip
configure.in: Support Darwin/MacOSX on Intel
configure: Regenerate.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure3
-rw-r--r--configure.in3
3 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7f71fab400..7419760a3f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12005-06-08 Steven Tamm <steventamm@mac.com>
2
3 * configure.in: Support Darwin/MacOSX on Intel
4 * configure: Regenerate.
5
12005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * configure.in (HAVE_CANCELMENUTRACKING): New test. 8 * configure.in (HAVE_CANCELMENUTRACKING): New test.
diff --git a/configure b/configure
index 3458c4c2ae6..22addee9fc0 100755
--- a/configure
+++ b/configure
@@ -2529,6 +2529,9 @@ _ACEOF
2529 machine=intel386 2529 machine=intel386
2530 case "${canonical}" in 2530 case "${canonical}" in
2531 *-cygwin ) opsys=cygwin ;; 2531 *-cygwin ) opsys=cygwin ;;
2532 *-darwin ) opsys=darwin
2533 CPP="${CC-cc} -E -no-cpp-precomp"
2534 ;;
2532 *-lynxos* ) opsys=lynxos ;; 2535 *-lynxos* ) opsys=lynxos ;;
2533 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 2536 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
2534 *-isc2.2* ) opsys=isc2-2 ;; 2537 *-isc2.2* ) opsys=isc2-2 ;;
diff --git a/configure.in b/configure.in
index 884e3309e42..d8ded5d08af 100644
--- a/configure.in
+++ b/configure.in
@@ -1080,6 +1080,9 @@ dnl see the `changequote' comment above.
1080 machine=intel386 1080 machine=intel386
1081 case "${canonical}" in 1081 case "${canonical}" in
1082 *-cygwin ) opsys=cygwin ;; 1082 *-cygwin ) opsys=cygwin ;;
1083 *-darwin ) opsys=darwin
1084 CPP="${CC-cc} -E -no-cpp-precomp"
1085 ;;
1083 *-lynxos* ) opsys=lynxos ;; 1086 *-lynxos* ) opsys=lynxos ;;
1084 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 1087 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
1085 *-isc2.2* ) opsys=isc2-2 ;; 1088 *-isc2.2* ) opsys=isc2-2 ;;