Mercurial > hg > xemacs-beta
comparison configure @ 112:48d667d6f17f r20-1b8
Import from CVS: tag r20-1b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:20:48 +0200 |
parents | fe104dbd9147 |
children | 8619ce7e4c50 |
comparison
equal
deleted
inserted
replaced
111:164ab62060bf | 112:48d667d6f17f |
---|---|
6982 What compiler should XEmacs be built with? ${CC} ${CFLAGS} | 6982 What compiler should XEmacs be built with? ${CC} ${CFLAGS} |
6983 Should XEmacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | 6983 Should XEmacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} |
6984 Should XEmacs use the relocating allocator for buffers? ${rel_alloc} | 6984 Should XEmacs use the relocating allocator for buffers? ${rel_alloc} |
6985 What window system should XEmacs use? ${window_system}${x_includes+ | 6985 What window system should XEmacs use? ${window_system}${x_includes+ |
6986 Where do we find X Windows header files? }${x_includes}${x_libraries+ | 6986 Where do we find X Windows header files? }${x_includes}${x_libraries+ |
6987 Where do we find X Windows libraries? }${x_libraries}" | 6987 Where do we find X Windows libraries? }${x_libraries}" >> Installation |
6988 | 6988 |
6989 if test -n "$site_includes"; then | 6989 if test -n "$site_includes"; then |
6990 echo " Additional header files: ${site_includes}" | 6990 echo " Additional header files: ${site_includes}" >> Installation |
6991 fi | 6991 fi |
6992 | 6992 |
6993 if test -n "$site_libraries" -a -n "$site_runtime_libraries"; then | 6993 if test -n "$site_libraries" -a -n "$site_runtime_libraries"; then |
6994 echo " Additional libraries: ${site_libraries} ${site_runtime_libraries}" | 6994 echo " Additional libraries: ${site_libraries} ${site_runtime_libraries}" >> Installation |
6995 elif test -n "$site_libraries"; then | 6995 elif test -n "$site_libraries"; then |
6996 echo " Additional libraries: ${site_libraries}" | 6996 echo " Additional libraries: ${site_libraries}" >> Installation |
6997 elif test -n "$site_runtime_libraries"; then | 6997 elif test -n "$site_runtime_libraries"; then |
6998 echo " Additional libraries: ${site_runtime_libraries}" | 6998 echo " Additional libraries: ${site_runtime_libraries}" >> Installation |
6999 fi | 6999 fi |
7000 if test "$with_wnn"; then | 7000 if test "$with_wnn"; then |
7001 echo " Finding WNN includes with: ${wnn_includes}" | 7001 echo " Finding WNN includes with: ${wnn_includes}" >> Installation |
7002 echo " Loading WNN libs with: ${wnn_libraries}" | 7002 echo " Loading WNN libs with: ${wnn_libraries}" >> Installation |
7003 fi | 7003 fi |
7004 test "$with_socks" = yes && echo " Compiling in support for SOCKS." | 7004 test "$with_socks" = yes && echo " Compiling in support for SOCKS." >> Installation |
7005 test "$with_term" = yes && echo " Compiling in support for TERM." | 7005 test "$with_term" = yes && echo " Compiling in support for TERM." >> Installation |
7006 test "$with_xauth" = yes && echo " Compiling in support for XAUTH." | 7006 test "$with_xauth" = yes && echo " Compiling in support for XAUTH." >> Installation |
7007 test "$with_xpm" = yes && echo " Compiling in support for XPM." | 7007 test "$with_xpm" = yes && echo " Compiling in support for XPM." >> Installation |
7008 if test "$with_xmu" != yes -a "$window_system" != none; then | 7008 if test "$with_xmu" != yes -a "$window_system" != none; then |
7009 echo " No Xmu; substituting equivalent routines." | 7009 echo " No Xmu; substituting equivalent routines." >> Installation |
7010 fi | 7010 fi |
7011 test "$with_xface" = yes && echo " Compiling in support for X-Face headers." | 7011 test "$with_xface" = yes && echo " Compiling in support for X-Face headers." >> Installation |
7012 test "$with_gif" = yes && echo " Compiling in support for GIF image conversion." | 7012 test "$with_gif" = yes && echo " Compiling in support for GIF image conversion." >> Installation |
7013 test "$with_jpeg" = yes && echo " Compiling in support for JPEG image conversion." | 7013 test "$with_jpeg" = yes && echo " Compiling in support for JPEG image conversion." >> Installation |
7014 if test "$with_png" = yes -o "$with_png" = gnuz; then | 7014 if test "$with_png" = yes -o "$with_png" = gnuz; then |
7015 echo " Compiling in support for PNG image conversion." | 7015 echo " Compiling in support for PNG image conversion." >> Installation |
7016 fi | 7016 fi |
7017 if test "$with_png" = gnuz; then | 7017 if test "$with_png" = gnuz; then |
7018 echo " (Using -lgz instead of -lz.)" | 7018 echo " (Using -lgz instead of -lz.)" >> Installation |
7019 fi | 7019 fi |
7020 test "$with_tiff" = yes && echo " Compiling in support for TIFF image conversion (not implemented)." | 7020 test "$with_tiff" = yes && echo " Compiling in support for TIFF image conversion (not implemented)." >> Installation |
7021 test "$with_epoch" = yes && echo " Compiling in extra Epoch compatibility." | 7021 test "$with_epoch" = yes && echo " Compiling in extra Epoch compatibility." >> Installation |
7022 | 7022 |
7023 test "$with_sound" = nas && echo " Compiling in network sound support." | 7023 test "$with_sound" = nas && echo " Compiling in network sound support." >> Installation |
7024 test "$with_sound" = native && echo " Compiling in native sound support." | 7024 test "$with_sound" = native && echo " Compiling in native sound support." >> Installation |
7025 test "$with_sound" = both && echo " Compiling in both network and native sound support." | 7025 test "$with_sound" = both && echo " Compiling in both network and native sound support." >> Installation |
7026 test "$old_nas" = true && echo " nas library lacks error trapping, will play synchronously" | 7026 test "$old_nas" = true && echo " nas library lacks error trapping, will play synchronously" >> Installation |
7027 | 7027 |
7028 test "$with_database_berkdb" = yes && echo " Compiling in support for Berkeley DB." | 7028 test "$with_database_berkdb" = yes && echo " Compiling in support for Berkeley DB." >> Installation |
7029 test "$with_database_dbm" = yes && echo " Compiling in support for DBM." | 7029 test "$with_database_dbm" = yes && echo " Compiling in support for DBM." >> Installation |
7030 test "$with_database_gnudbm" = yes && echo " Compiling in support for GNU DBM." | 7030 test "$with_database_gnudbm" = yes && echo " Compiling in support for GNU DBM." >> Installation |
7031 | 7031 |
7032 test "$with_ncurses" = yes && echo " Compiling in support for ncurses." | 7032 test "$with_ncurses" = yes && echo " Compiling in support for ncurses." >> Installation |
7033 test "$with_socks" = yes && echo " Compiling in support for SOCKS." | 7033 test "$with_socks" = yes && echo " Compiling in support for SOCKS." >> Installation |
7034 | 7034 |
7035 test "$with_mule" = yes && echo " Compiling in Mule (multi-lingual) support." | 7035 test "$with_mule" = yes && echo " Compiling in Mule (multi-lingual) support." >> Installation |
7036 test "$with_xim" != no && echo " Compiling in XIM (X11R5+ I18N input method) support." | 7036 test "$with_xim" != no && echo " Compiling in XIM (X11R5+ I18N input method) support." >> Installation |
7037 test "$with_xim" = motif && echo " Using Motif to provide XIM support." | 7037 test "$with_xim" = motif && echo " Using Motif to provide XIM support." >> Installation |
7038 test "$with_xim" = xlib && echo " Using raw Xlib to provide XIM support." | 7038 test "$with_xim" = xlib && echo " Using raw Xlib to provide XIM support." >> Installation |
7039 test "$with_canna" = yes && echo " Compiling in support for Canna on Mule." | 7039 test "$with_canna" = yes && echo " Compiling in support for Canna on Mule." >> Installation |
7040 test "$with_wnn" = yes && echo " Compiling in support for WNN on Mule." | 7040 test "$with_wnn" = yes && echo " Compiling in support for WNN on Mule." >> Installation |
7041 test "$with_wnn6" = yes && echo " WNN support for version 6." | 7041 test "$with_wnn6" = yes && echo " WNN support for version 6." >> Installation |
7042 test "$with_i18n3" = yes && echo " Compiling in I18N support, level 3 (doesn't currently work)." | 7042 test "$with_i18n3" = yes && echo " Compiling in I18N support, level 3 (doesn't currently work)." >> Installation |
7043 | 7043 |
7044 test "$with_cde" = yes && echo " Compiling in support for CDE." | 7044 test "$with_cde" = yes && echo " Compiling in support for CDE." >> Installation |
7045 test "$with_tooltalk" = yes && echo " Compiling in support for ToolTalk." | 7045 test "$with_tooltalk" = yes && echo " Compiling in support for ToolTalk." >> Installation |
7046 test "$with_offix" = yes && echo " Compiling in support for OffiX." | 7046 test "$with_offix" = yes && echo " Compiling in support for OffiX." >> Installation |
7047 test "$with_mocklisp" = yes && echo " Compiling in support for Mocklisp." | 7047 test "$with_mocklisp" = yes && echo " Compiling in support for Mocklisp." >> Installation |
7048 test "$with_sparcworks" = yes && echo " Compiling in support for SparcWorks." | 7048 test "$with_sparcworks" = yes && echo " Compiling in support for SparcWorks." >> Installation |
7049 test "$with_energize" = yes && echo " Compiling in support for Lucid Energize (doesn't currently work)." | 7049 test "$with_energize" = yes && echo " Compiling in support for Lucid Energize (doesn't currently work)." >> Installation |
7050 test "$with_menubars" = "lucid" && echo " Using the Lucid menubar." | 7050 test "$with_menubars" = "lucid" && echo " Using the Lucid menubar." >> Installation |
7051 if test "$with_menubars" = "motif"; then | 7051 if test "$with_menubars" = "motif"; then |
7052 echo " Using the Motif menubar." | 7052 echo " Using the Motif menubar." >> Installation |
7053 echo " *WARNING* The Motif menubar is currently buggy. We recommend" | 7053 echo " *WARNING* The Motif menubar is currently buggy. We recommend" >> Installation |
7054 echo " that you use the Lucid menubar instead. Re-run" | 7054 echo " that you use the Lucid menubar instead. Re-run" >> Installation |
7055 echo " configure with --with-menubars='lucid'." | 7055 echo " configure with --with-menubars='lucid'." >> Installation |
7056 fi | 7056 fi |
7057 test "$with_scrollbars" = lucid && echo " Using the Lucid scrollbar." | 7057 test "$with_scrollbars" = lucid && echo " Using the Lucid scrollbar." >> Installation |
7058 test "$with_scrollbars" = motif && echo " Using the Motif scrollbar." | 7058 test "$with_scrollbars" = motif && echo " Using the Motif scrollbar." >> Installation |
7059 test "$with_scrollbars" = athena && echo " Using the Athena scrollbar." | 7059 test "$with_scrollbars" = athena && echo " Using the Athena scrollbar." >> Installation |
7060 test "$with_scrollbars" = athena3d && echo " Using the Athena-3d scrollbar." | 7060 test "$with_scrollbars" = athena3d && echo " Using the Athena-3d scrollbar." >> Installation |
7061 test "$with_dialogs" = motif && echo " Using the Motif dialog boxes." | 7061 test "$with_dialogs" = motif && echo " Using the Motif dialog boxes." >> Installation |
7062 test "$with_dialogs" = athena && echo " Using the Athena dialog boxes." | 7062 test "$with_dialogs" = athena && echo " Using the Athena dialog boxes." >> Installation |
7063 test "$with_dialogs" = athena3d && echo " Using the Athena-3d dialog boxes." | 7063 test "$with_dialogs" = athena3d && echo " Using the Athena-3d dialog boxes." >> Installation |
7064 | 7064 |
7065 test "${use_union_type}" = yes && echo " Using the union type for Lisp_Objects." | 7065 test "${use_union_type}" = yes && echo " Using the union type for Lisp_Objects." >> Installation |
7066 test "${debug}" = yes && echo " Compiling in extra code for debugging." | 7066 test "${debug}" = yes && echo " Compiling in extra code for debugging." >> Installation |
7067 test "${memory_usage_stats}" = yes && echo " Compiling in code for checking XEmacs memory usage." | 7067 test "${memory_usage_stats}" = yes && echo " Compiling in code for checking XEmacs memory usage." >> Installation |
7068 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." | 7068 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." >> Installation |
7069 echo " | 7069 echo " >> Installation |
7070 " | 7070 " |
7071 | 7071 |
7072 test -r Installation && cat Installation | |
7072 | 7073 |
7073 | 7074 |
7074 # Remove any trailing slashes in these variables. | 7075 # Remove any trailing slashes in these variables. |
7075 test -n "${prefix}" && | 7076 test -n "${prefix}" && |
7076 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` | 7077 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` |