diff options
| author | Chong Yidong | 2006-10-29 22:09:26 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-10-29 22:09:26 +0000 |
| commit | 4713fa76679f99ef2738f7b0366e3e3bb98fedd6 (patch) | |
| tree | d567056ab7550f4e5a696ff9edc2542e0c2a1d6b | |
| parent | 8d31e3733083a6018045af9d7961d0bff21be6e6 (diff) | |
| download | emacs-4713fa76679f99ef2738f7b0366e3e3bb98fedd6.tar.gz emacs-4713fa76679f99ef2738f7b0366e3e3bb98fedd6.zip | |
* configure: Regenerate using autoconf 2.59.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 43 |
2 files changed, 23 insertions, 24 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-10-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * configure: Regenerate using autoconf 2.59. | ||
| 4 | |||
| 1 | 2006-10-29 Jeramey Crawford <jeramey@jeramey.com> | 5 | 2006-10-29 Jeramey Crawford <jeramey@jeramey.com> |
| 2 | 6 | ||
| 3 | * configure.in: Enable x86-64 OpenBSD compilation. | 7 | * configure.in: Enable x86-64 OpenBSD compilation. |
| @@ -1757,6 +1757,7 @@ _ACEOF | |||
| 1757 | case "${canonical}" in | 1757 | case "${canonical}" in |
| 1758 | alpha*-*-openbsd*) machine=alpha ;; | 1758 | alpha*-*-openbsd*) machine=alpha ;; |
| 1759 | i386-*-openbsd*) machine=intel386 ;; | 1759 | i386-*-openbsd*) machine=intel386 ;; |
| 1760 | x86_64-*-openbsd*) machine=amdx86-64 ;; | ||
| 1760 | m68k-*-openbsd*) machine=hp9000s300 ;; | 1761 | m68k-*-openbsd*) machine=hp9000s300 ;; |
| 1761 | mipsel-*-openbsd*) machine=pmax ;; | 1762 | mipsel-*-openbsd*) machine=pmax ;; |
| 1762 | ns32k-*-openbsd*) machine=ns32000 ;; | 1763 | ns32k-*-openbsd*) machine=ns32000 ;; |
| @@ -8423,7 +8424,7 @@ _ACEOF | |||
| 8423 | cat confdefs.h >>conftest.$ac_ext | 8424 | cat confdefs.h >>conftest.$ac_ext |
| 8424 | cat >>conftest.$ac_ext <<_ACEOF | 8425 | cat >>conftest.$ac_ext <<_ACEOF |
| 8425 | /* end confdefs.h. */ | 8426 | /* end confdefs.h. */ |
| 8426 | #include <X11/Xlib.h> | 8427 | #include <X11/Intrinsic.h> |
| 8427 | _ACEOF | 8428 | _ACEOF |
| 8428 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 8429 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 8429 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 8430 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| @@ -8450,7 +8451,7 @@ else | |||
| 8450 | sed 's/^/| /' conftest.$ac_ext >&5 | 8451 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8451 | 8452 | ||
| 8452 | for ac_dir in $ac_x_header_dirs; do | 8453 | for ac_dir in $ac_x_header_dirs; do |
| 8453 | if test -r "$ac_dir/X11/Xlib.h"; then | 8454 | if test -r "$ac_dir/X11/Intrinsic.h"; then |
| 8454 | ac_x_includes=$ac_dir | 8455 | ac_x_includes=$ac_dir |
| 8455 | break | 8456 | break |
| 8456 | fi | 8457 | fi |
| @@ -8464,18 +8465,18 @@ if test "$ac_x_libraries" = no; then | |||
| 8464 | # See if we find them without any special options. | 8465 | # See if we find them without any special options. |
| 8465 | # Don't add to $LIBS permanently. | 8466 | # Don't add to $LIBS permanently. |
| 8466 | ac_save_LIBS=$LIBS | 8467 | ac_save_LIBS=$LIBS |
| 8467 | LIBS="-lX11 $LIBS" | 8468 | LIBS="-lXt $LIBS" |
| 8468 | cat >conftest.$ac_ext <<_ACEOF | 8469 | cat >conftest.$ac_ext <<_ACEOF |
| 8469 | /* confdefs.h. */ | 8470 | /* confdefs.h. */ |
| 8470 | _ACEOF | 8471 | _ACEOF |
| 8471 | cat confdefs.h >>conftest.$ac_ext | 8472 | cat confdefs.h >>conftest.$ac_ext |
| 8472 | cat >>conftest.$ac_ext <<_ACEOF | 8473 | cat >>conftest.$ac_ext <<_ACEOF |
| 8473 | /* end confdefs.h. */ | 8474 | /* end confdefs.h. */ |
| 8474 | #include <X11/Xlib.h> | 8475 | #include <X11/Intrinsic.h> |
| 8475 | int | 8476 | int |
| 8476 | main () | 8477 | main () |
| 8477 | { | 8478 | { |
| 8478 | XrmInitialize () | 8479 | XtMalloc (0) |
| 8479 | ; | 8480 | ; |
| 8480 | return 0; | 8481 | return 0; |
| 8481 | } | 8482 | } |
| @@ -8513,7 +8514,7 @@ for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` | |||
| 8513 | do | 8514 | do |
| 8514 | # Don't even attempt the hair of trying to link an X program! | 8515 | # Don't even attempt the hair of trying to link an X program! |
| 8515 | for ac_extension in a so sl; do | 8516 | for ac_extension in a so sl; do |
| 8516 | if test -r $ac_dir/libX11.$ac_extension; then | 8517 | if test -r $ac_dir/libXt.$ac_extension; then |
| 8517 | ac_x_libraries=$ac_dir | 8518 | ac_x_libraries=$ac_dir |
| 8518 | break 2 | 8519 | break 2 |
| 8519 | fi | 8520 | fi |
| @@ -22130,24 +22131,18 @@ else | |||
| 22130 | ac_cv_func_fork_works=cross | 22131 | ac_cv_func_fork_works=cross |
| 22131 | else | 22132 | else |
| 22132 | cat >conftest.$ac_ext <<_ACEOF | 22133 | cat >conftest.$ac_ext <<_ACEOF |
| 22133 | /* confdefs.h. */ | 22134 | /* By Ruediger Kuhlmann. */ |
| 22134 | _ACEOF | 22135 | #include <sys/types.h> |
| 22135 | cat confdefs.h >>conftest.$ac_ext | 22136 | #if HAVE_UNISTD_H |
| 22136 | cat >>conftest.$ac_ext <<_ACEOF | 22137 | # include <unistd.h> |
| 22137 | /* end confdefs.h. */ | 22138 | #endif |
| 22138 | $ac_includes_default | 22139 | /* Some systems only have a dummy stub for fork() */ |
| 22139 | int | 22140 | int main () |
| 22140 | main () | 22141 | { |
| 22141 | { | 22142 | if (fork() < 0) |
| 22142 | 22143 | exit (1); | |
| 22143 | /* By Ruediger Kuhlmann. */ | 22144 | exit (0); |
| 22144 | if (fork() < 0) | 22145 | } |
| 22145 | exit (1); | ||
| 22146 | exit (0); | ||
| 22147 | |||
| 22148 | ; | ||
| 22149 | return 0; | ||
| 22150 | } | ||
| 22151 | _ACEOF | 22146 | _ACEOF |
| 22152 | rm -f conftest$ac_exeext | 22147 | rm -f conftest$ac_exeext |
| 22153 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 22148 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |