comparison configure.in @ 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
3184 What compiler should XEmacs be built with? ${CC} ${CFLAGS} 3184 What compiler should XEmacs be built with? ${CC} ${CFLAGS}
3185 Should XEmacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} 3185 Should XEmacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
3186 Should XEmacs use the relocating allocator for buffers? ${rel_alloc} 3186 Should XEmacs use the relocating allocator for buffers? ${rel_alloc}
3187 What window system should XEmacs use? ${window_system}${x_includes+ 3187 What window system should XEmacs use? ${window_system}${x_includes+
3188 Where do we find X Windows header files? }${x_includes}${x_libraries+ 3188 Where do we find X Windows header files? }${x_includes}${x_libraries+
3189 Where do we find X Windows libraries? }${x_libraries}" 3189 Where do we find X Windows libraries? }${x_libraries}" >> Installation
3190 3190
3191 if test -n "$site_includes"; then 3191 if test -n "$site_includes"; then
3192 echo " Additional header files: ${site_includes}" 3192 echo " Additional header files: ${site_includes}" >> Installation
3193 fi 3193 fi
3194 3194
3195 if test -n "$site_libraries" -a -n "$site_runtime_libraries"; then 3195 if test -n "$site_libraries" -a -n "$site_runtime_libraries"; then
3196 echo " Additional libraries: ${site_libraries} ${site_runtime_libraries}" 3196 echo " Additional libraries: ${site_libraries} ${site_runtime_libraries}" >> Installation
3197 elif test -n "$site_libraries"; then 3197 elif test -n "$site_libraries"; then
3198 echo " Additional libraries: ${site_libraries}" 3198 echo " Additional libraries: ${site_libraries}" >> Installation
3199 elif test -n "$site_runtime_libraries"; then 3199 elif test -n "$site_runtime_libraries"; then
3200 echo " Additional libraries: ${site_runtime_libraries}" 3200 echo " Additional libraries: ${site_runtime_libraries}" >> Installation
3201 fi 3201 fi
3202 if test "$with_wnn"; then 3202 if test "$with_wnn"; then
3203 echo " Finding WNN includes with: ${wnn_includes}" 3203 echo " Finding WNN includes with: ${wnn_includes}" >> Installation
3204 echo " Loading WNN libs with: ${wnn_libraries}" 3204 echo " Loading WNN libs with: ${wnn_libraries}" >> Installation
3205 fi 3205 fi
3206 test "$with_socks" = yes && echo " Compiling in support for SOCKS." 3206 test "$with_socks" = yes && echo " Compiling in support for SOCKS." >> Installation
3207 test "$with_term" = yes && echo " Compiling in support for TERM." 3207 test "$with_term" = yes && echo " Compiling in support for TERM." >> Installation
3208 test "$with_xauth" = yes && echo " Compiling in support for XAUTH." 3208 test "$with_xauth" = yes && echo " Compiling in support for XAUTH." >> Installation
3209 test "$with_xpm" = yes && echo " Compiling in support for XPM." 3209 test "$with_xpm" = yes && echo " Compiling in support for XPM." >> Installation
3210 if test "$with_xmu" != yes -a "$window_system" != none; then 3210 if test "$with_xmu" != yes -a "$window_system" != none; then
3211 echo " No Xmu; substituting equivalent routines." 3211 echo " No Xmu; substituting equivalent routines." >> Installation
3212 fi 3212 fi
3213 test "$with_xface" = yes && echo " Compiling in support for X-Face headers." 3213 test "$with_xface" = yes && echo " Compiling in support for X-Face headers." >> Installation
3214 test "$with_gif" = yes && echo " Compiling in support for GIF image conversion." 3214 test "$with_gif" = yes && echo " Compiling in support for GIF image conversion." >> Installation
3215 test "$with_jpeg" = yes && echo " Compiling in support for JPEG image conversion." 3215 test "$with_jpeg" = yes && echo " Compiling in support for JPEG image conversion." >> Installation
3216 if test "$with_png" = yes -o "$with_png" = gnuz; then 3216 if test "$with_png" = yes -o "$with_png" = gnuz; then
3217 echo " Compiling in support for PNG image conversion." 3217 echo " Compiling in support for PNG image conversion." >> Installation
3218 fi 3218 fi
3219 if test "$with_png" = gnuz; then 3219 if test "$with_png" = gnuz; then
3220 echo " (Using -lgz instead of -lz.)" 3220 echo " (Using -lgz instead of -lz.)" >> Installation
3221 fi 3221 fi
3222 test "$with_tiff" = yes && echo " Compiling in support for TIFF image conversion (not implemented)." 3222 test "$with_tiff" = yes && echo " Compiling in support for TIFF image conversion (not implemented)." >> Installation
3223 test "$with_epoch" = yes && echo " Compiling in extra Epoch compatibility." 3223 test "$with_epoch" = yes && echo " Compiling in extra Epoch compatibility." >> Installation
3224 3224
3225 test "$with_sound" = nas && echo " Compiling in network sound support." 3225 test "$with_sound" = nas && echo " Compiling in network sound support." >> Installation
3226 test "$with_sound" = native && echo " Compiling in native sound support." 3226 test "$with_sound" = native && echo " Compiling in native sound support." >> Installation
3227 test "$with_sound" = both && echo " Compiling in both network and native sound support." 3227 test "$with_sound" = both && echo " Compiling in both network and native sound support." >> Installation
3228 test "$old_nas" = true && echo " nas library lacks error trapping, will play synchronously" 3228 test "$old_nas" = true && echo " nas library lacks error trapping, will play synchronously" >> Installation
3229 3229
3230 test "$with_database_berkdb" = yes && echo " Compiling in support for Berkeley DB." 3230 test "$with_database_berkdb" = yes && echo " Compiling in support for Berkeley DB." >> Installation
3231 test "$with_database_dbm" = yes && echo " Compiling in support for DBM." 3231 test "$with_database_dbm" = yes && echo " Compiling in support for DBM." >> Installation
3232 test "$with_database_gnudbm" = yes && echo " Compiling in support for GNU DBM." 3232 test "$with_database_gnudbm" = yes && echo " Compiling in support for GNU DBM." >> Installation
3233 3233
3234 test "$with_ncurses" = yes && echo " Compiling in support for ncurses." 3234 test "$with_ncurses" = yes && echo " Compiling in support for ncurses." >> Installation
3235 test "$with_socks" = yes && echo " Compiling in support for SOCKS." 3235 test "$with_socks" = yes && echo " Compiling in support for SOCKS." >> Installation
3236 3236
3237 test "$with_mule" = yes && echo " Compiling in Mule (multi-lingual) support." 3237 test "$with_mule" = yes && echo " Compiling in Mule (multi-lingual) support." >> Installation
3238 test "$with_xim" != no && echo " Compiling in XIM (X11R5+ I18N input method) support." 3238 test "$with_xim" != no && echo " Compiling in XIM (X11R5+ I18N input method) support." >> Installation
3239 test "$with_xim" = motif && echo " Using Motif to provide XIM support." 3239 test "$with_xim" = motif && echo " Using Motif to provide XIM support." >> Installation
3240 test "$with_xim" = xlib && echo " Using raw Xlib to provide XIM support." 3240 test "$with_xim" = xlib && echo " Using raw Xlib to provide XIM support." >> Installation
3241 test "$with_canna" = yes && echo " Compiling in support for Canna on Mule." 3241 test "$with_canna" = yes && echo " Compiling in support for Canna on Mule." >> Installation
3242 test "$with_wnn" = yes && echo " Compiling in support for WNN on Mule." 3242 test "$with_wnn" = yes && echo " Compiling in support for WNN on Mule." >> Installation
3243 test "$with_wnn6" = yes && echo " WNN support for version 6." 3243 test "$with_wnn6" = yes && echo " WNN support for version 6." >> Installation
3244 test "$with_i18n3" = yes && echo " Compiling in I18N support, level 3 (doesn't currently work)." 3244 test "$with_i18n3" = yes && echo " Compiling in I18N support, level 3 (doesn't currently work)." >> Installation
3245 3245
3246 test "$with_cde" = yes && echo " Compiling in support for CDE." 3246 test "$with_cde" = yes && echo " Compiling in support for CDE." >> Installation
3247 test "$with_tooltalk" = yes && echo " Compiling in support for ToolTalk." 3247 test "$with_tooltalk" = yes && echo " Compiling in support for ToolTalk." >> Installation
3248 test "$with_offix" = yes && echo " Compiling in support for OffiX." 3248 test "$with_offix" = yes && echo " Compiling in support for OffiX." >> Installation
3249 test "$with_mocklisp" = yes && echo " Compiling in support for Mocklisp." 3249 test "$with_mocklisp" = yes && echo " Compiling in support for Mocklisp." >> Installation
3250 test "$with_sparcworks" = yes && echo " Compiling in support for SparcWorks." 3250 test "$with_sparcworks" = yes && echo " Compiling in support for SparcWorks." >> Installation
3251 test "$with_energize" = yes && echo " Compiling in support for Lucid Energize (doesn't currently work)." 3251 test "$with_energize" = yes && echo " Compiling in support for Lucid Energize (doesn't currently work)." >> Installation
3252 test "$with_menubars" = "lucid" && echo " Using the Lucid menubar." 3252 test "$with_menubars" = "lucid" && echo " Using the Lucid menubar." >> Installation
3253 if test "$with_menubars" = "motif"; then 3253 if test "$with_menubars" = "motif"; then
3254 echo " Using the Motif menubar." 3254 echo " Using the Motif menubar." >> Installation
3255 echo " *WARNING* The Motif menubar is currently buggy. We recommend" 3255 echo " *WARNING* The Motif menubar is currently buggy. We recommend" >> Installation
3256 echo " that you use the Lucid menubar instead. Re-run" 3256 echo " that you use the Lucid menubar instead. Re-run" >> Installation
3257 echo " configure with --with-menubars='lucid'." 3257 echo " configure with --with-menubars='lucid'." >> Installation
3258 fi 3258 fi
3259 test "$with_scrollbars" = lucid && echo " Using the Lucid scrollbar." 3259 test "$with_scrollbars" = lucid && echo " Using the Lucid scrollbar." >> Installation
3260 test "$with_scrollbars" = motif && echo " Using the Motif scrollbar." 3260 test "$with_scrollbars" = motif && echo " Using the Motif scrollbar." >> Installation
3261 test "$with_scrollbars" = athena && echo " Using the Athena scrollbar." 3261 test "$with_scrollbars" = athena && echo " Using the Athena scrollbar." >> Installation
3262 test "$with_scrollbars" = athena3d && echo " Using the Athena-3d scrollbar." 3262 test "$with_scrollbars" = athena3d && echo " Using the Athena-3d scrollbar." >> Installation
3263 test "$with_dialogs" = motif && echo " Using the Motif dialog boxes." 3263 test "$with_dialogs" = motif && echo " Using the Motif dialog boxes." >> Installation
3264 test "$with_dialogs" = athena && echo " Using the Athena dialog boxes." 3264 test "$with_dialogs" = athena && echo " Using the Athena dialog boxes." >> Installation
3265 test "$with_dialogs" = athena3d && echo " Using the Athena-3d dialog boxes." 3265 test "$with_dialogs" = athena3d && echo " Using the Athena-3d dialog boxes." >> Installation
3266 3266
3267 test "${use_union_type}" = yes && echo " Using the union type for Lisp_Objects." 3267 test "${use_union_type}" = yes && echo " Using the union type for Lisp_Objects." >> Installation
3268 test "${debug}" = yes && echo " Compiling in extra code for debugging." 3268 test "${debug}" = yes && echo " Compiling in extra code for debugging." >> Installation
3269 test "${memory_usage_stats}" = yes && echo " Compiling in code for checking XEmacs memory usage." 3269 test "${memory_usage_stats}" = yes && echo " Compiling in code for checking XEmacs memory usage." >> Installation
3270 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." 3270 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." >> Installation
3271 echo " 3271 echo " >> Installation
3272 " 3272 "
3273 3273
3274 test -r Installation && cat Installation
3274 dnl ############################################################################ 3275 dnl ############################################################################
3275 dnl # Now generate! # 3276 dnl # Now generate! #
3276 dnl ############################################################################ 3277 dnl ############################################################################
3277 3278
3278 dnl This has to be called in order for this variable to get into config.status 3279 dnl This has to be called in order for this variable to get into config.status