Mercurial > emacs
comparison configure @ 75383:86da7b53d8e7 EMACS_PRETEST_22_0_93
Regenerate.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 23 Jan 2007 00:57:48 +0000 |
parents | 3d45362f1d38 |
children | 63fa3c3ca99b 95d0cdf160ea |
comparison
equal
deleted
inserted
replaced
75382:509f6ba78c65 | 75383:86da7b53d8e7 |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
3 # Generated by GNU Autoconf 2.61. | 3 # Generated by GNU Autoconf 2.61. |
4 # | 4 # |
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
6 # 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
7 # This configure script is free software; the Free Software Foundation | 7 # This configure script is free software; the Free Software Foundation |
8 # gives unlimited permission to copy, distribute and modify it. | 8 # gives unlimited permission to copy, distribute and modify it. |
9 ## --------------------- ## | 9 ## --------------------- ## |
10 ## M4sh Initialization. ## | 10 ## M4sh Initialization. ## |
11 ## --------------------- ## | 11 ## --------------------- ## |
1422 cat <<\_ACEOF | 1422 cat <<\_ACEOF |
1423 configure | 1423 configure |
1424 generated by GNU Autoconf 2.61 | 1424 generated by GNU Autoconf 2.61 |
1425 | 1425 |
1426 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 1426 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
1427 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 1427 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
1428 This configure script is free software; the Free Software Foundation | 1428 This configure script is free software; the Free Software Foundation |
1429 gives unlimited permission to copy, distribute and modify it. | 1429 gives unlimited permission to copy, distribute and modify it. |
1430 _ACEOF | 1430 _ACEOF |
1431 exit | 1431 exit |
1432 fi | 1432 fi |
2338 ;; | 2338 ;; |
2339 | 2339 |
2340 ## Apollo, Domain/OS | 2340 ## Apollo, Domain/OS |
2341 m68*-apollo-* ) | 2341 m68*-apollo-* ) |
2342 machine=apollo opsys=bsd4-3 | 2342 machine=apollo opsys=bsd4-3 |
2343 ;; | |
2344 | |
2345 ## Apple Darwin / Mac OS X | |
2346 *-apple-darwin* ) | |
2347 case "${canonical}" in | |
2348 i[3456]86-* ) machine=intel386 ;; | |
2349 powerpc-* ) machine=powermac ;; | |
2350 * ) unported=yes ;; | |
2351 esac | |
2352 opsys=darwin | |
2353 # Define CPP as follows to make autoconf work correctly. | |
2354 CPP="${CC-cc} -E -no-cpp-precomp" | |
2355 # Use fink packages if available. | |
2356 if test -d /sw/include && test -d /sw/lib; then | |
2357 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" | |
2358 CPP="${CPP} ${GCC_TEST_OPTIONS}" | |
2359 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} | |
2360 fi | |
2343 ;; | 2361 ;; |
2344 | 2362 |
2345 ## AT&T 3b2, 3b5, 3b15, 3b20 | 2363 ## AT&T 3b2, 3b5, 3b15, 3b20 |
2346 we32k-att-sysv* ) | 2364 we32k-att-sysv* ) |
2347 machine=att3b opsys=usg5-2-2 | 2365 machine=att3b opsys=usg5-2-2 |
3116 ## UXP/V | 3134 ## UXP/V |
3117 f301-fujitsu-uxpv4.1) | 3135 f301-fujitsu-uxpv4.1) |
3118 machine=f301 opsys=uxpv | 3136 machine=f301 opsys=uxpv |
3119 ;; | 3137 ;; |
3120 | 3138 |
3121 ## Darwin / Mac OS X | |
3122 powerpc-apple-darwin* ) | |
3123 machine=powermac opsys=darwin | |
3124 # Define CPP as follows to make autoconf work correctly. | |
3125 CPP="${CC-cc} -E -no-cpp-precomp" | |
3126 # Use fink packages if available. | |
3127 if test -d /sw/include && test -d /sw/lib; then | |
3128 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" | |
3129 CPP="${CPP} ${GCC_TEST_OPTIONS}" | |
3130 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} | |
3131 fi | |
3132 ;; | |
3133 | |
3134 ## AMD x86-64 Linux-based GNU system | 3139 ## AMD x86-64 Linux-based GNU system |
3135 x86_64-*-linux-gnu* ) | 3140 x86_64-*-linux-gnu* ) |
3136 machine=amdx86-64 opsys=gnu-linux | 3141 machine=amdx86-64 opsys=gnu-linux |
3137 ;; | 3142 ;; |
3138 | 3143 |
23244 ac_cs_version="\\ | 23249 ac_cs_version="\\ |
23245 config.status | 23250 config.status |
23246 configured by $0, generated by GNU Autoconf 2.61, | 23251 configured by $0, generated by GNU Autoconf 2.61, |
23247 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | 23252 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
23248 | 23253 |
23249 Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 23254 Copyright (C) 2006 Free Software Foundation, Inc. |
23250 This config.status script is free software; the Free Software Foundation | 23255 This config.status script is free software; the Free Software Foundation |
23251 gives unlimited permission to copy, distribute and modify it." | 23256 gives unlimited permission to copy, distribute and modify it." |
23252 | 23257 |
23253 ac_pwd='$ac_pwd' | 23258 ac_pwd='$ac_pwd' |
23254 srcdir='$srcdir' | 23259 srcdir='$srcdir' |