aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2003-01-07 17:53:56 +0000
committerJan Djärv2003-01-07 17:53:56 +0000
commit6a3a24fa11d656b6d6db9f2063fdb826b8c596b5 (patch)
tree265b329f9f3e5475d2baaf871e413b311fc63445
parent59cb5b9b75107883a55655b231c10c8cbb56334a (diff)
downloademacs-6a3a24fa11d656b6d6db9f2063fdb826b8c596b5.tar.gz
emacs-6a3a24fa11d656b6d6db9f2063fdb826b8c596b5.zip
Regenerated.
-rwxr-xr-xconfigure77
1 files changed, 73 insertions, 4 deletions
diff --git a/configure b/configure
index be49dac08b2..dd8964a2ef9 100755
--- a/configure
+++ b/configure
@@ -309,7 +309,7 @@ ac_includes_default="\
309# include <unistd.h> 309# include <unistd.h>
310#endif" 310#endif"
311 311
312ac_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' 312ac_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'
313ac_subst_files='' 313ac_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
853Optional Features: 853Optional 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
858Optional Packages: 860Optional Packages:
@@ -1461,6 +1463,11 @@ if test "${with_carbon+set}" = set; then
1461 withval="$with_carbon" 1463 withval="$with_carbon"
1462 1464
1463fi; 1465fi;
1466# Check whether --enable-carbon-app or --disable-carbon-app was given.
1467if test "${enable_carbon_app+set}" = set; then
1468 enableval="$enable_carbon_app"
1469 carbon_appdir_x=${enableval}
1470fi;
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"
3499fi 3506fi
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
3505echo "$as_me:$LINENO: checking whether ln -s works" >&5 3510echo "$as_me:$LINENO: checking whether ln -s works" >&5
3506echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 3511echo $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
9912fi 9926fi
9913 9927
9914### Use session management (-lSM -lICE) if available 9928### Use session management (-lSM -lICE) if available
@@ -17298,6 +17312,59 @@ _ACEOF
17298fi 17312fi
17299 17313
17300 17314
17315echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
17316echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
17317if test "${emacs_cv_langinfo_codeset+set}" = set; then
17318 echo $ECHO_N "(cached) $ECHO_C" >&6
17319else
17320 cat >conftest.$ac_ext <<_ACEOF
17321#line $LINENO "configure"
17322/* confdefs.h. */
17323_ACEOF
17324cat confdefs.h >>conftest.$ac_ext
17325cat >>conftest.$ac_ext <<_ACEOF
17326/* end confdefs.h. */
17327#include <langinfo.h>
17328int
17329main ()
17330{
17331char* cs = nl_langinfo(CODESET);
17332 ;
17333 return 0;
17334}
17335_ACEOF
17336rm -f conftest.$ac_objext conftest$ac_exeext
17337if { (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
17349else
17350 echo "$as_me: failed program was:" >&5
17351sed 's/^/| /' conftest.$ac_ext >&5
17352
17353emacs_cv_langinfo_codeset=no
17354fi
17355rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17356
17357fi
17358echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
17359echo "${ECHO_T}$emacs_cv_langinfo_codeset" >&6
17360if test $emacs_cv_langinfo_codeset = yes; then
17361
17362cat >>confdefs.h <<\_ACEOF
17363#define HAVE_LANGINFO_CODESET 1
17364_ACEOF
17365
17366fi
17367
17301echo "$as_me:$LINENO: checking for size_t" >&5 17368echo "$as_me:$LINENO: checking for size_t" >&5
17302echo $ECHO_N "checking for size_t... $ECHO_C" >&6 17369echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17303if test "${ac_cv_type_size_t+set}" = set; then 17370if test "${ac_cv_type_size_t+set}" = set; then
@@ -17697,6 +17764,7 @@ fi
17697 17764
17698 17765
17699 17766
17767
17700cat >>confdefs.h <<_ACEOF 17768cat >>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
18541s,@X_TOOLKIT_TYPE@,$X_TOOLKIT_TYPE,;t t 18609s,@X_TOOLKIT_TYPE@,$X_TOOLKIT_TYPE,;t t
18542s,@machfile@,$machfile,;t t 18610s,@machfile@,$machfile,;t t
18543s,@opsysfile@,$opsysfile,;t t 18611s,@opsysfile@,$opsysfile,;t t
18612s,@carbon_appdir@,$carbon_appdir,;t t
18544s,@LTLIBOBJS@,$LTLIBOBJS,;t t 18613s,@LTLIBOBJS@,$LTLIBOBJS,;t t
18545CEOF 18614CEOF
18546 18615