diff options
| author | Jan Djärv | 2003-01-07 17:53:56 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-01-07 17:53:56 +0000 |
| commit | 6a3a24fa11d656b6d6db9f2063fdb826b8c596b5 (patch) | |
| tree | 265b329f9f3e5475d2baaf871e413b311fc63445 | |
| parent | 59cb5b9b75107883a55655b231c10c8cbb56334a (diff) | |
| download | emacs-6a3a24fa11d656b6d6db9f2063fdb826b8c596b5.tar.gz emacs-6a3a24fa11d656b6d6db9f2063fdb826b8c596b5.zip | |
Regenerated.
| -rwxr-xr-x | configure | 77 |
1 files changed, 73 insertions, 4 deletions
| @@ -309,7 +309,7 @@ ac_includes_default="\ | |||
| 309 | # include <unistd.h> | 309 | # include <unistd.h> |
| 310 | #endif" | 310 | #endif" |
| 311 | 311 | ||
| 312 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO EGREP LIBSOUND SET_MAKE ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile LTLIBOBJS' | 312 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO EGREP LIBSOUND SET_MAKE ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile carbon_appdir LTLIBOBJS' |
| 313 | ac_subst_files='' | 313 | ac_subst_files='' |
| 314 | 314 | ||
| 315 | # Initialize some variables set by options. | 315 | # Initialize some variables set by options. |
| @@ -853,6 +853,8 @@ if test -n "$ac_init_help"; then | |||
| 853 | Optional Features: | 853 | Optional Features: |
| 854 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | 854 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 855 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | 855 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 856 | --enable-carbon-app[=DIR] [DIR=/Application] | ||
| 857 | specify install directory for Emacs.app on Mac OS X | ||
| 856 | --disable-largefile omit support for large files | 858 | --disable-largefile omit support for large files |
| 857 | 859 | ||
| 858 | Optional Packages: | 860 | Optional Packages: |
| @@ -1461,6 +1463,11 @@ if test "${with_carbon+set}" = set; then | |||
| 1461 | withval="$with_carbon" | 1463 | withval="$with_carbon" |
| 1462 | 1464 | ||
| 1463 | fi; | 1465 | fi; |
| 1466 | # Check whether --enable-carbon-app or --disable-carbon-app was given. | ||
| 1467 | if test "${enable_carbon_app+set}" = set; then | ||
| 1468 | enableval="$enable_carbon_app" | ||
| 1469 | carbon_appdir_x=${enableval} | ||
| 1470 | fi; | ||
| 1464 | 1471 | ||
| 1465 | #### Make srcdir absolute, if it isn't already. It's important to | 1472 | #### Make srcdir absolute, if it isn't already. It's important to |
| 1466 | #### avoid running the path through pwd unnecessarily, since pwd can | 1473 | #### avoid running the path through pwd unnecessarily, since pwd can |
| @@ -3498,9 +3505,7 @@ then | |||
| 3498 | CC="$CC $NON_GCC_TEST_OPTIONS" | 3505 | CC="$CC $NON_GCC_TEST_OPTIONS" |
| 3499 | fi | 3506 | fi |
| 3500 | 3507 | ||
| 3501 | #### Some other nice autoconf tests. If you add a test here which | 3508 | #### Some other nice autoconf tests. |
| 3502 | #### should make an entry in src/config.h, don't forget to add an | ||
| 3503 | #### #undef clause to src/config.h.in for autoconf to modify. | ||
| 3504 | 3509 | ||
| 3505 | echo "$as_me:$LINENO: checking whether ln -s works" >&5 | 3510 | echo "$as_me:$LINENO: checking whether ln -s works" >&5 |
| 3506 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | 3511 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 |
| @@ -9909,6 +9914,15 @@ cat >>confdefs.h <<\_ACEOF | |||
| 9909 | #define HAVE_CARBON 1 | 9914 | #define HAVE_CARBON 1 |
| 9910 | _ACEOF | 9915 | _ACEOF |
| 9911 | 9916 | ||
| 9917 | window_system=mac | ||
| 9918 | ## Specify the install directory | ||
| 9919 | carbon_appdir= | ||
| 9920 | if test "${carbon_appdir_x}" != ""; then | ||
| 9921 | case ${carbon_appdir_x} in | ||
| 9922 | y | ye | yes) carbon_appdir=/Applications ;; | ||
| 9923 | * ) carbon_appdir=${carbon_appdir_x} ;; | ||
| 9924 | esac | ||
| 9925 | fi | ||
| 9912 | fi | 9926 | fi |
| 9913 | 9927 | ||
| 9914 | ### Use session management (-lSM -lICE) if available | 9928 | ### Use session management (-lSM -lICE) if available |
| @@ -17298,6 +17312,59 @@ _ACEOF | |||
| 17298 | fi | 17312 | fi |
| 17299 | 17313 | ||
| 17300 | 17314 | ||
| 17315 | echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 | ||
| 17316 | echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 | ||
| 17317 | if test "${emacs_cv_langinfo_codeset+set}" = set; then | ||
| 17318 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 17319 | else | ||
| 17320 | cat >conftest.$ac_ext <<_ACEOF | ||
| 17321 | #line $LINENO "configure" | ||
| 17322 | /* confdefs.h. */ | ||
| 17323 | _ACEOF | ||
| 17324 | cat confdefs.h >>conftest.$ac_ext | ||
| 17325 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17326 | /* end confdefs.h. */ | ||
| 17327 | #include <langinfo.h> | ||
| 17328 | int | ||
| 17329 | main () | ||
| 17330 | { | ||
| 17331 | char* cs = nl_langinfo(CODESET); | ||
| 17332 | ; | ||
| 17333 | return 0; | ||
| 17334 | } | ||
| 17335 | _ACEOF | ||
| 17336 | rm -f conftest.$ac_objext conftest$ac_exeext | ||
| 17337 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | ||
| 17338 | (eval $ac_link) 2>&5 | ||
| 17339 | ac_status=$? | ||
| 17340 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17341 | (exit $ac_status); } && | ||
| 17342 | { ac_try='test -s conftest$ac_exeext' | ||
| 17343 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17344 | (eval $ac_try) 2>&5 | ||
| 17345 | ac_status=$? | ||
| 17346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17347 | (exit $ac_status); }; }; then | ||
| 17348 | emacs_cv_langinfo_codeset=yes | ||
| 17349 | else | ||
| 17350 | echo "$as_me: failed program was:" >&5 | ||
| 17351 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 17352 | |||
| 17353 | emacs_cv_langinfo_codeset=no | ||
| 17354 | fi | ||
| 17355 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | ||
| 17356 | |||
| 17357 | fi | ||
| 17358 | echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 | ||
| 17359 | echo "${ECHO_T}$emacs_cv_langinfo_codeset" >&6 | ||
| 17360 | if test $emacs_cv_langinfo_codeset = yes; then | ||
| 17361 | |||
| 17362 | cat >>confdefs.h <<\_ACEOF | ||
| 17363 | #define HAVE_LANGINFO_CODESET 1 | ||
| 17364 | _ACEOF | ||
| 17365 | |||
| 17366 | fi | ||
| 17367 | |||
| 17301 | echo "$as_me:$LINENO: checking for size_t" >&5 | 17368 | echo "$as_me:$LINENO: checking for size_t" >&5 |
| 17302 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6 | 17369 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6 |
| 17303 | if test "${ac_cv_type_size_t+set}" = set; then | 17370 | if test "${ac_cv_type_size_t+set}" = set; then |
| @@ -17697,6 +17764,7 @@ fi | |||
| 17697 | 17764 | ||
| 17698 | 17765 | ||
| 17699 | 17766 | ||
| 17767 | |||
| 17700 | cat >>confdefs.h <<_ACEOF | 17768 | cat >>confdefs.h <<_ACEOF |
| 17701 | #define EMACS_CONFIGURATION "${canonical}" | 17769 | #define EMACS_CONFIGURATION "${canonical}" |
| 17702 | _ACEOF | 17770 | _ACEOF |
| @@ -18541,6 +18609,7 @@ s,@C_SWITCH_X_SITE@,$C_SWITCH_X_SITE,;t t | |||
| 18541 | s,@X_TOOLKIT_TYPE@,$X_TOOLKIT_TYPE,;t t | 18609 | s,@X_TOOLKIT_TYPE@,$X_TOOLKIT_TYPE,;t t |
| 18542 | s,@machfile@,$machfile,;t t | 18610 | s,@machfile@,$machfile,;t t |
| 18543 | s,@opsysfile@,$opsysfile,;t t | 18611 | s,@opsysfile@,$opsysfile,;t t |
| 18612 | s,@carbon_appdir@,$carbon_appdir,;t t | ||
| 18544 | s,@LTLIBOBJS@,$LTLIBOBJS,;t t | 18613 | s,@LTLIBOBJS@,$LTLIBOBJS,;t t |
| 18545 | CEOF | 18614 | CEOF |
| 18546 | 18615 | ||