comparison configure @ 49098:df17d939ba8b

Regenerated.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 07 Jan 2003 17:53:56 +0000
parents 9c5c3561cc4f
children 36655436667a
comparison
equal deleted inserted replaced
49097:217ecd0c470e 49098:df17d939ba8b
307 #endif 307 #endif
308 #if HAVE_UNISTD_H 308 #if HAVE_UNISTD_H
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.
316 ac_init_help= 316 ac_init_help=
317 ac_init_version=false 317 ac_init_version=false
851 cat <<\_ACEOF 851 cat <<\_ACEOF
852 852
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:
859 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 861 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
860 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 862 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1458 1460
1459 # Check whether --with-carbon or --without-carbon was given. 1461 # Check whether --with-carbon or --without-carbon was given.
1460 if test "${with_carbon+set}" = set; then 1462 if test "${with_carbon+set}" = set; then
1461 withval="$with_carbon" 1463 withval="$with_carbon"
1462 1464
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}
1463 fi; 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
1467 #### give you automounter prefixes, which can go away. We do all this 1474 #### give you automounter prefixes, which can go away. We do all this
3496 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x 3503 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x
3497 then 3504 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
3507 LN_S=$as_ln_s 3512 LN_S=$as_ln_s
3508 if test "$LN_S" = "ln -s"; then 3513 if test "$LN_S" = "ln -s"; then
9907 9912
9908 cat >>confdefs.h <<\_ACEOF 9913 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
9915 HAVE_X_SM=no 9929 HAVE_X_SM=no
9916 if test "${HAVE_X11}" = "yes"; then 9930 if test "${HAVE_X11}" = "yes"; then
17296 _ACEOF 17310 _ACEOF
17297 17311
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
17304 echo $ECHO_N "(cached) $ECHO_C" >&6 17371 echo $ECHO_N "(cached) $ECHO_C" >&6
17305 else 17372 else
17661 { (exit 1); exit 1; }; } 17728 { (exit 1); exit 1; }; }
17662 fi 17729 fi
17663 17730
17664 ### Specify what sort of things we'll be editing into Makefile and config.h. 17731 ### Specify what sort of things we'll be editing into Makefile and config.h.
17665 ### Use configuration here uncanonicalized to avoid exceeding size limits. 17732 ### Use configuration here uncanonicalized to avoid exceeding size limits.
17733
17666 17734
17667 17735
17668 17736
17669 17737
17670 17738
18539 s,@LD_SWITCH_X_SITE_AUX@,$LD_SWITCH_X_SITE_AUX,;t t 18607 s,@LD_SWITCH_X_SITE_AUX@,$LD_SWITCH_X_SITE_AUX,;t t
18540 s,@C_SWITCH_X_SITE@,$C_SWITCH_X_SITE,;t t 18608 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
18547 _ACEOF 18616 _ACEOF
18548 18617