Mercurial > emacs
comparison configure @ 74207:bc1e81a3e86d
Regenerate.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 26 Nov 2006 22:15:51 +0000 |
parents | 13efda9a9909 |
children | c35f13192fbf c71725faff1a |
comparison
equal
deleted
inserted
replaced
74206:be98c5ff6922 | 74207:bc1e81a3e86d |
---|---|
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 |
5168 rm -f conftest* | 5168 rm -f conftest* |
5169 fi | 5169 fi |
5170 | 5170 |
5171 | 5171 |
5172 | 5172 |
5173 ### The standard library on x86-64 GNU/Linux distributions can | |
5174 ### be located in either /usr/lib64 or /usr/lib. | |
5175 case "${canonical}" in | |
5176 x86_64-*-linux-gnu* ) | |
5177 if test -d /usr/lib64; then | |
5178 | |
5179 cat >>confdefs.h <<\_ACEOF | |
5180 #define HAVE_X86_64_LIB64_DIR 1 | |
5181 _ACEOF | |
5182 | |
5183 fi | |
5184 esac | |
5185 | |
5173 | 5186 |
5174 | 5187 |
5175 | 5188 |
5176 if test "${with_sound}" != "no"; then | 5189 if test "${with_sound}" != "no"; then |
5177 # Sound support for GNU/Linux and the free BSDs. | 5190 # Sound support for GNU/Linux and the free BSDs. |
8375 #### Choose a window system. | 8388 #### Choose a window system. |
8376 | 8389 |
8377 echo "$as_me:$LINENO: checking for X" >&5 | 8390 echo "$as_me:$LINENO: checking for X" >&5 |
8378 echo $ECHO_N "checking for X... $ECHO_C" >&6 | 8391 echo $ECHO_N "checking for X... $ECHO_C" >&6 |
8379 | 8392 |
8393 ac_path_x_has_been_run=yes | |
8380 | 8394 |
8381 # Check whether --with-x or --without-x was given. | 8395 # Check whether --with-x or --without-x was given. |
8382 if test "${with_x+set}" = set; then | 8396 if test "${with_x+set}" = set; then |
8383 withval="$with_x" | 8397 withval="$with_x" |
8384 | 8398 |
8467 | 8481 |
8468 /usr/openwin/include | 8482 /usr/openwin/include |
8469 /usr/openwin/share/include' | 8483 /usr/openwin/share/include' |
8470 | 8484 |
8471 if test "$ac_x_includes" = no; then | 8485 if test "$ac_x_includes" = no; then |
8472 # Guess where to find include files, by looking for Intrinsic.h. | 8486 # Guess where to find include files, by looking for a specified header file. |
8473 # First, try using that file with no special directory specified. | 8487 # First, try using that file with no special directory specified. |
8474 cat >conftest.$ac_ext <<_ACEOF | 8488 cat >conftest.$ac_ext <<_ACEOF |
8475 /* confdefs.h. */ | 8489 /* confdefs.h. */ |
8476 _ACEOF | 8490 _ACEOF |
8477 cat confdefs.h >>conftest.$ac_ext | 8491 cat confdefs.h >>conftest.$ac_ext |
8602 test "x$x_includes" = xNONE && x_includes=$ac_x_includes | 8616 test "x$x_includes" = xNONE && x_includes=$ac_x_includes |
8603 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | 8617 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries |
8604 # Update the cache value to reflect the command line values. | 8618 # Update the cache value to reflect the command line values. |
8605 ac_cv_have_x="have_x=yes \ | 8619 ac_cv_have_x="have_x=yes \ |
8606 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | 8620 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" |
8607 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 | 8621 # It might be that x_includes is empty (headers are found in the |
8608 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 | 8622 # standard search path. Then output the corresponding message |
8623 ac_out_x_includes=$x_includes | |
8624 test "x$x_includes" = x && ac_out_x_includes="in standard search path" | |
8625 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5 | |
8626 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 | |
8609 fi | 8627 fi |
8610 | 8628 |
8611 if test "$no_x" = yes; then | 8629 if test "$no_x" = yes; then |
8612 window_system=none | 8630 window_system=none |
8613 else | 8631 else |
23882 case $INSTALL in | 23900 case $INSTALL in |
23883 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | 23901 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
23884 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; | 23902 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; |
23885 esac | 23903 esac |
23886 | 23904 |
23887 if test x"$ac_file" != x-; then | |
23888 { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
23889 echo "$as_me: creating $ac_file" >&6;} | |
23890 rm -f "$ac_file" | |
23891 fi | |
23892 # Let's still pretend it is `configure' which instantiates (i.e., don't | 23905 # Let's still pretend it is `configure' which instantiates (i.e., don't |
23893 # use $as_me), people would be surprised to read: | 23906 # use $as_me), people would be surprised to read: |
23894 # /* config.h. Generated by config.status. */ | 23907 # /* config.h. Generated by config.status. */ |
23895 if test x"$ac_file" = x-; then | 23908 if test x"$ac_file" = x-; then |
23896 configure_input= | 23909 configure_input= |
23925 echo "$as_me: error: cannot find input file: $f" >&2;} | 23938 echo "$as_me: error: cannot find input file: $f" >&2;} |
23926 { (exit 1); exit 1; }; } | 23939 { (exit 1); exit 1; }; } |
23927 fi;; | 23940 fi;; |
23928 esac | 23941 esac |
23929 done` || { (exit 1); exit 1; } | 23942 done` || { (exit 1); exit 1; } |
23943 | |
23944 if test x"$ac_file" != x-; then | |
23945 { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
23946 echo "$as_me: creating $ac_file" >&6;} | |
23947 rm -f "$ac_file" | |
23948 fi | |
23930 _ACEOF | 23949 _ACEOF |
23931 cat >>$CONFIG_STATUS <<_ACEOF | 23950 cat >>$CONFIG_STATUS <<_ACEOF |
23932 sed "$ac_vpsub | 23951 sed "$ac_vpsub |
23933 $extrasub | 23952 $extrasub |
23934 _ACEOF | 23953 _ACEOF |