Mercurial > emacs
comparison configure @ 74489:f022932f2a05
Regenerate.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 08 Dec 2006 15:45:06 +0000 |
parents | c35f13192fbf |
children | 16519aeef440 |
comparison
equal
deleted
inserted
replaced
74488:48915ab5443c | 74489:f022932f2a05 |
---|---|
986 echo | 986 echo |
987 $ac_configure --help | 987 $ac_configure --help |
988 else | 988 else |
989 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | 989 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
990 fi | 990 fi |
991 cd $ac_popdir | 991 cd "$ac_popdir" |
992 done | 992 done |
993 fi | 993 fi |
994 | 994 |
995 test -n "$ac_init_help" && exit 0 | 995 test -n "$ac_init_help" && exit 0 |
996 if $ac_init_version; then | 996 if $ac_init_version; then |
2431 m68*-sunos1* ) machine=sun1 ;; | 2431 m68*-sunos1* ) machine=sun1 ;; |
2432 m68*-sunos2* ) machine=sun2 ;; | 2432 m68*-sunos2* ) machine=sun2 ;; |
2433 m68* ) machine=sun3 ;; | 2433 m68* ) machine=sun3 ;; |
2434 i[3456]86-sun-sunos[34]* ) machine=sun386 ;; | 2434 i[3456]86-sun-sunos[34]* ) machine=sun386 ;; |
2435 i[3456]86-*-* ) machine=intel386 ;; | 2435 i[3456]86-*-* ) machine=intel386 ;; |
2436 amd64-*-*|x86_64-*-*) machine=amdx86-64 ;; | |
2436 powerpcle* ) machine=powerpcle ;; | 2437 powerpcle* ) machine=powerpcle ;; |
2437 powerpc* | rs6000* ) machine=ibmrs6000 ;; | 2438 powerpc* | rs6000* ) machine=ibmrs6000 ;; |
2438 sparc* ) machine=sparc ;; | 2439 sparc* ) machine=sparc ;; |
2439 * ) unported=yes ;; | 2440 * ) unported=yes ;; |
2440 esac | 2441 esac |
8388 #### Choose a window system. | 8389 #### Choose a window system. |
8389 | 8390 |
8390 echo "$as_me:$LINENO: checking for X" >&5 | 8391 echo "$as_me:$LINENO: checking for X" >&5 |
8391 echo $ECHO_N "checking for X... $ECHO_C" >&6 | 8392 echo $ECHO_N "checking for X... $ECHO_C" >&6 |
8392 | 8393 |
8394 ac_path_x_has_been_run=yes | |
8393 | 8395 |
8394 # Check whether --with-x or --without-x was given. | 8396 # Check whether --with-x or --without-x was given. |
8395 if test "${with_x+set}" = set; then | 8397 if test "${with_x+set}" = set; then |
8396 withval="$with_x" | 8398 withval="$with_x" |
8397 | 8399 |
8480 | 8482 |
8481 /usr/openwin/include | 8483 /usr/openwin/include |
8482 /usr/openwin/share/include' | 8484 /usr/openwin/share/include' |
8483 | 8485 |
8484 if test "$ac_x_includes" = no; then | 8486 if test "$ac_x_includes" = no; then |
8485 # Guess where to find include files, by looking for Intrinsic.h. | 8487 # Guess where to find include files, by looking for a specified header file. |
8486 # First, try using that file with no special directory specified. | 8488 # First, try using that file with no special directory specified. |
8487 cat >conftest.$ac_ext <<_ACEOF | 8489 cat >conftest.$ac_ext <<_ACEOF |
8488 /* confdefs.h. */ | 8490 /* confdefs.h. */ |
8489 _ACEOF | 8491 _ACEOF |
8490 cat confdefs.h >>conftest.$ac_ext | 8492 cat confdefs.h >>conftest.$ac_ext |
8615 test "x$x_includes" = xNONE && x_includes=$ac_x_includes | 8617 test "x$x_includes" = xNONE && x_includes=$ac_x_includes |
8616 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | 8618 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries |
8617 # Update the cache value to reflect the command line values. | 8619 # Update the cache value to reflect the command line values. |
8618 ac_cv_have_x="have_x=yes \ | 8620 ac_cv_have_x="have_x=yes \ |
8619 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | 8621 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" |
8620 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 | 8622 # It might be that x_includes is empty (headers are found in the |
8621 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 | 8623 # standard search path. Then output the corresponding message |
8624 ac_out_x_includes=$x_includes | |
8625 test "x$x_includes" = x && ac_out_x_includes="in standard search path" | |
8626 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5 | |
8627 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 | |
8622 fi | 8628 fi |
8623 | 8629 |
8624 if test "$no_x" = yes; then | 8630 if test "$no_x" = yes; then |
8625 window_system=none | 8631 window_system=none |
8626 else | 8632 else |
23896 case $INSTALL in | 23902 case $INSTALL in |
23897 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | 23903 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
23898 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; | 23904 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; |
23899 esac | 23905 esac |
23900 | 23906 |
23901 if test x"$ac_file" != x-; then | |
23902 { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
23903 echo "$as_me: creating $ac_file" >&6;} | |
23904 rm -f "$ac_file" | |
23905 fi | |
23906 # Let's still pretend it is `configure' which instantiates (i.e., don't | 23907 # Let's still pretend it is `configure' which instantiates (i.e., don't |
23907 # use $as_me), people would be surprised to read: | 23908 # use $as_me), people would be surprised to read: |
23908 # /* config.h. Generated by config.status. */ | 23909 # /* config.h. Generated by config.status. */ |
23909 if test x"$ac_file" = x-; then | 23910 if test x"$ac_file" = x-; then |
23910 configure_input= | 23911 configure_input= |
23939 echo "$as_me: error: cannot find input file: $f" >&2;} | 23940 echo "$as_me: error: cannot find input file: $f" >&2;} |
23940 { (exit 1); exit 1; }; } | 23941 { (exit 1); exit 1; }; } |
23941 fi;; | 23942 fi;; |
23942 esac | 23943 esac |
23943 done` || { (exit 1); exit 1; } | 23944 done` || { (exit 1); exit 1; } |
23945 | |
23946 if test x"$ac_file" != x-; then | |
23947 { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
23948 echo "$as_me: creating $ac_file" >&6;} | |
23949 rm -f "$ac_file" | |
23950 fi | |
23944 _ACEOF | 23951 _ACEOF |
23945 cat >>$CONFIG_STATUS <<_ACEOF | 23952 cat >>$CONFIG_STATUS <<_ACEOF |
23946 sed "$ac_vpsub | 23953 sed "$ac_vpsub |
23947 $extrasub | 23954 $extrasub |
23948 _ACEOF | 23955 _ACEOF |