aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-10-29 22:09:26 +0000
committerChong Yidong2006-10-29 22:09:26 +0000
commit4713fa76679f99ef2738f7b0366e3e3bb98fedd6 (patch)
treed567056ab7550f4e5a696ff9edc2542e0c2a1d6b
parent8d31e3733083a6018045af9d7961d0bff21be6e6 (diff)
downloademacs-4713fa76679f99ef2738f7b0366e3e3bb98fedd6.tar.gz
emacs-4713fa76679f99ef2738f7b0366e3e3bb98fedd6.zip
* configure: Regenerate using autoconf 2.59.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure43
2 files changed, 23 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dadefb8c4c..34c6743ae4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12006-10-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * configure: Regenerate using autoconf 2.59.
4
12006-10-29 Jeramey Crawford <jeramey@jeramey.com> 52006-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.
diff --git a/configure b/configure
index d677e57f04f..e980605912a 100755
--- a/configure
+++ b/configure
@@ -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
8423cat confdefs.h >>conftest.$ac_ext 8424cat confdefs.h >>conftest.$ac_ext
8424cat >>conftest.$ac_ext <<_ACEOF 8425cat >>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
8428if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8429if { (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
8450sed 's/^/| /' conftest.$ac_ext >&5 8451sed '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
8471cat confdefs.h >>conftest.$ac_ext 8472cat confdefs.h >>conftest.$ac_ext
8472cat >>conftest.$ac_ext <<_ACEOF 8473cat >>conftest.$ac_ext <<_ACEOF
8473/* end confdefs.h. */ 8474/* end confdefs.h. */
8474#include <X11/Xlib.h> 8475#include <X11/Intrinsic.h>
8475int 8476int
8476main () 8477main ()
8477{ 8478{
8478XrmInitialize () 8479XtMalloc (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`
8513do 8514do
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
22131else 22132else
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>
22135cat confdefs.h >>conftest.$ac_ext 22136 #if HAVE_UNISTD_H
22136cat >>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() */
22139int 22140 int main ()
22140main () 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
22152rm -f conftest$ac_exeext 22147rm -f conftest$ac_exeext
22153if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22148if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5