comparison configure @ 1202:6041a741b6d6

[xemacs-hg @ 2003-01-12 11:03:13 by michaels] 2003-01-12 Mike Sperber <mike@xemacs.org> * configure.in: Check for strupr and strlwr. 2002-12-16 Ben Wing <ben@xemacs.org> * INSTALL (Rationale): * configure.in (XE_COMPUTE_RUNPATH): * configure.usage (Usage): * configure.usage (--xemacs-compiler): * configure.usage (--srcdir): * configure.usage (--with-prefix): * configure.usage (--bindir): New. * configure.usage (--datadir): New. * configure.usage (--statedir): New. * configure.usage (--libdir): New. * configure.usage (--infodir): New. * configure.usage (--mandir): New. * configure.usage (--lispdir): New. * configure.usage (--sitelispdir): New. * configure.usage (--etcdir): New. * configure.usage (--lockdir): New. * configure.usage (--archlibdir): New. * configure.usage (--docdir): New. * configure.usage (--moduledir): New. * configure.usage (--with-site-lisp): New. * configure.usage (--with-site-modules): New. * configure.usage (--package-path): New. * configure.usage (--infopath): New. * configure.usage (--with-xmu): * configure.usage (--with-tty): * configure.usage (--with-gif): * configure.usage (--native-sound-lib): * configure.usage (--with-xim): New. * configure.usage (--with-clash-detection): New. * configure.usage (--with-database): * configure.usage (--mail-locking): * configure.usage (--with-ipv6-cname): Removed. * configure.usage (--error-checking): Redo usage message more logically, fix some problems. In configure, when outputting the compilation options, put in a big ugly warning about using union-type, since it's been known to trigger so many compiler bugs, invariably leading to weird crashes.
author michaels
date Sun, 12 Jan 2003 11:03:16 +0000
parents 8e95979f01c6
children d9c553868a01
comparison
equal deleted inserted replaced
1201:c2569faae8ed 1202:6041a741b6d6
11774 fi 11774 fi
11775 11775
11776 fi 11776 fi
11777 11777
11778 11778
11779 for ac_func in cbrt closedir dup2 eaccess fmod fpathconf frexp ftime getaddrinfo gethostname getnameinfo getpagesize gettimeofday getcwd getwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask snprintf stpcpy strerror symlink tzset ulimit usleep waitpid vsnprintf fsync ftruncate umask wcslen wcscmp 11779 for ac_func in cbrt closedir dup2 eaccess fmod fpathconf frexp ftime getaddrinfo gethostname getnameinfo getpagesize gettimeofday getcwd getwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask snprintf stpcpy strerror strlwr strupr symlink tzset ulimit usleep waitpid vsnprintf fsync ftruncate umask wcslen wcscmp
11780 do 11780 do
11781 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 11781 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11782 echo "configure:11783: checking for $ac_func" >&5 11782 echo "configure:11783: checking for $ac_func" >&5
11783 11783
11784 cat > conftest.$ac_ext <<EOF 11784 cat > conftest.$ac_ext <<EOF
15907 test "$with_tooltalk" = yes && echo " Compiling in support for ToolTalk." 15907 test "$with_tooltalk" = yes && echo " Compiling in support for ToolTalk."
15908 test "$with_workshop" = yes && echo " Compiling in support for Sun WorkShop." 15908 test "$with_workshop" = yes && echo " Compiling in support for Sun WorkShop."
15909 test "$with_socks" = yes && echo " Compiling in support for SOCKS." 15909 test "$with_socks" = yes && echo " Compiling in support for SOCKS."
15910 test "$with_dnet" = yes && echo " Compiling in support for DNET." 15910 test "$with_dnet" = yes && echo " Compiling in support for DNET."
15911 test "$with_modules" = "yes" && echo " Compiling in support for dynamic shared object modules." 15911 test "$with_modules" = "yes" && echo " Compiling in support for dynamic shared object modules."
15912 test "$use_union_type" = yes && echo " Using the union type for Lisp_Objects." 15912 if test "$use_union_type" = yes ; then
15913 echo " Using the union type for Lisp_Objects."
15914 echo " WARNING: ---------------------------------------------------------"
15915 echo " WARNING: This tends to trigger compiler bugs, especially when"
15916 echo " WARNING: combined with MULE and ERROR_CHECKING. Crashes have"
15917 echo " WARNING: been seen with various versions of GCC, and recently"
15918 echo " WARNING: with Visual C++ as well."
15919 echo " WARNING: ---------------------------------------------------------"
15920 fi
15921 test "$use_union_type" = yes && echo " WARNING: Use of the union type may cause crashes due to compiler bugs."
15913 test "$use_kkcc" = yes && echo " Using the new GC algorithms." 15922 test "$use_kkcc" = yes && echo " Using the new GC algorithms."
15914 test "$pdump" = yes && echo " Using the new portable dumper." 15923 test "$pdump" = yes && echo " Using the new portable dumper."
15915 test "$debug" = yes && echo " Compiling in support for extra debugging code." 15924 test "$debug" = yes && echo " Compiling in support for extra debugging code."
15916 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)." 15925 test "$usage_tracking" = yes && echo " Compiling in support for active usage tracking (Sun internal)."
15917 if test "$error_check_extents $error_check_types $error_check_text $error_check_gc $error_check_malloc $error_check_glyphs $error_check_byte_code $error_check_display $error_check_structures" \ 15926 if test "$error_check_extents $error_check_types $error_check_text $error_check_gc $error_check_malloc $error_check_glyphs $error_check_byte_code $error_check_display $error_check_structures" \