2 dnl Window Maker autoconf input.
8 dnl libtoolize --force --automake
9 dnl automake -a --gnu --include-deps
14 AC_INIT(src/WindowMaker.h)
18 AM_INIT_AUTOMAKE(WindowMaker, 0.80.0)
22 # by Marcelo Magallon <mmagallo@efis.ucr.ac.cr>
23 # Turn around -rpath problem with libtool 1.0c
24 # This define should be improbable enough to not conflict with anything
27 AC_MSG_RESULT([Fixing libtool for -rpath problems.])
28 sed < libtool > libtool-2 \
29 's/^hardcode_libdir_flag_spec.*$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/'
36 AM_CONFIG_HEADER(src/config.h)
39 dnl Checks for host/os name
40 dnl =======================
44 dnl Checks for programs.
45 dnl ===================
48 dnl AC_PROG_MAKE_SET -- already done by AM_INIT_AUTOMAKE
50 dnl AC_PROG_INSTALL -- already done by AM_INIT_AUTOMAKE
52 AC_PROG_GCC_TRADITIONAL
58 dnl move this earlier in the script... anyone know why this is handled
59 dnl in such a bizarre way?
61 test "x$prefix" = xNONE && prefix=$ac_default_prefix
62 dnl Let make expand exec_prefix.
63 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
66 _bindir=`eval echo $bindir`
67 _bindir=`eval echo $_bindir`
69 _libdir=`eval echo $libdir`
70 _libdir=`eval echo $_libdir`
71 lib_search_path="-L$_libdir"
73 inc_search_path=`eval echo $includedir`
74 inc_search_path="-I`eval echo $inc_search_path`"
78 dnl Check for RedHat bugs
79 dnl =====================
81 dnl WM_CHECK_REDCRAP_BUGS($prefix,$_bindir,$_libdir)
85 dnl Specify paths to look for libraries and headers
86 dnl ===============================================
87 AC_ARG_WITH(libs-from,
88 [ --with-libs-from pass compiler flags to look for libraries],
89 [lib_search_path="$withval $lib_search_path"])
91 AC_ARG_WITH(incs-from,
92 [ --with-incs-from pass compiler flags to look for header files],
93 [inc_search_path="$withval $inc_search_path"])
97 dnl Checks for library functions.
98 dnl ============================
103 AC_CHECK_FUNCS(gethostname select poll strerror strcasecmp strncasecmp setpgid atexit mallinfo mkstemp snprintf vsnprintf asprintf vasprintf)
106 dnl ripped from samba
108 AC_CACHE_CHECK([for C99 vsnprintf],_cv_HAVE_C99_VSNPRINTF,[
110 #include <sys/types.h>
112 void foo(const char *format, ...) {
117 va_start(ap, format);
118 len = vsnprintf(0, 0, format, ap);
120 if (len != 5) exit(1);
122 if (snprintf(buf, 3, "hello") != 5 || strcmp(buf, "he") != 0) exit(1);
126 main() { foo("hello"); }
128 _cv_HAVE_C99_VSNPRINTF=yes,_cv_HAVE_C99_VSNPRINTF=no,_cv_HAVE_C99_VSNPRINTF=cross)])
129 if test x"$_cv_HAVE_C99_VSNPRINTF" = x"yes"; then
130 AC_DEFINE(HAVE_C99_VSNPRINTF)
133 dnl Loading of dynamic libraries at runtime
134 dnl =======================================
137 AC_CHECK_FUNC(dlopen, [HAVEDL="yes"],
138 AC_CHECK_LIB(dl, dlopen, [DLLIBS="-ldl" HAVEDL="yes"],
141 if test "x$HAVEDL" = xyes; then
142 AC_CHECK_HEADERS(dlfcn.h)
149 if test "x$CPP_PATH" = x; then
150 AC_PATH_PROG(CPP_PATH, cpp, notfound,
151 $PATH:/lib:/usr/bin:/bin:/usr/lib:/usr/ccs/lib)
155 dnl Tell stupid Solaris cpp that the files it will process have C++ like syntax
156 dnl RedHat 5.x is broken too, so it won't make a symlink from cpp to the
157 dnl standard locations
159 if test "$CPP_PATH" = "/usr/ccs/lib/cpp" -o "$CPP_PATH" = "notfound" ; then
160 if test "$GCC" = "yes"; then
161 CPP_PATH="gcc -E -x c"
163 if test "$CPP_PATH" = "/usr/ccs/lib/cpp"; then
164 CPP_PATH="$CPP_PATH -B"
166 echo "cpp, the C preprocessor was not found in your system."
167 echo "Create a symbolic link from it to /lib/cpp and rerun configure"
172 AC_DEFINE_UNQUOTED(CPP_PATH, "$CPP_PATH")
176 dnl Checks for header files.
177 dnl =======================
180 AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h libintl.h sys/select.h poll.h malloc.h ctype.h string.h strings.h)
184 dnl Checks for typedefs, structures, and compiler characteristics.
185 dnl ==============================================================
204 AC_CHECK_FUNC(gettext, [HAVEGETTEXT="yes"],
205 AC_CHECK_LIB(intl, gettext, [INTLIBS="-lintl" HAVEGETTEXT="yes"],
208 AC_CHECK_PROG(XGETTEXT, xgettext, xgettext)
210 if test "$XGETTEXT" != ""; then
211 if $XGETTEXT --help 2>&1 | grep illegal >/dev/null ; then
212 echo "xgettext isn't GNU version"
217 if test "$LINGUAS" != ""; then
218 if test "$XGETTEXT" != "" -a "$HAVEGETTEXT" != ""; then
221 # if test "$LINGUAS" = ""; then
222 # ling=` (cd src/po; /bin/ls *.po) `
224 # lcode=`basename $l .po`
225 # LINGUAS="$LINGUAS $lcode"
228 echo "xgettext and gettext() exist; will build i18n support for $LINGUAS"
232 echo "xgettext and libintl.a don't both exist; will not build i18n support"
242 dnl The Tower of Babel
243 dnl ==================
245 dnl List of supported locales
246 dnl -------------------------
247 supported_locales="bg cs da de el es et fi fr gl hr hu it ja ko nl no pl pt ro ru sk sv tr zh_CN zh_TW.Big5"
248 supported_wprefs_locales="bg cs de es et fi fr hr hu it ja ko pt ru sk zh_CN zh_TW.Big5"
249 supported_wings_locales="cs sk"
251 for lang in $LINGUAS; do
253 for l in $supported_locales; do
254 if test "$l" = "$lang"; then
259 if test "$ok" = 1; then
260 MOFILES="$MOFILES $lang.mo"
262 echo "Locale $lang is not supported."
265 for l in $supported_wprefs_locales; do
266 if test "$l" = "$lang"; then
271 if test "$ok" = 1; then
272 WPMOFILES="$WPMOFILES $lang.mo"
275 for l in $supported_wings_locales; do
276 if test "$l" = "$lang"; then
281 if test "$ok" = 1; then
282 WINGSMOFILES="$WINGSMOFILES $lang.mo"
287 dnl Kanji Characters support
288 dnl ========================
292 AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"]);;
299 dnl Added by Oliver - Support for NLSDIR option, Hi Oliver!
300 dnl ===========================================
302 [ --with-nlsdir=PATH specify where the locale stuff should go ])
305 if test "x$NLSDIR" = "x"; then
306 if test "x$with_nlsdir" != "x"; then
309 NLSDIR='$(prefix)/lib/locale'
320 AC_SUBST(WINGSMOFILES)
321 AC_SUBST(supported_locales)
325 dnl Support for various hint things
326 dnl ===============================
330 [ --enable-gnome enable stuff needed for GNOME ],
331 [if test x$enableval = xyes; then
332 AC_DEFINE(GNOME_STUFF)
338 [ --enable-kde enable support for KDE window manager (kwm) hints ],
339 [if test x$enableval = xyes; then
345 AC_ARG_ENABLE(openlook,
346 [ --enable-openlook enable support for OPEN LOOK(tm) (olwm) hints ],
347 [if test x$enableval = xyes; then
348 AC_DEFINE(OLWM_HINTS)
354 dnl Disable some stuff that are duplicated in kde
355 dnl ---------------------------------------------
357 [ --enable-lite disable some stuff (dont use it) ],
358 [if test x$enableval = xyes; then
372 AC_CHECK_FUNC(connect,,
373 AC_CHECK_LIB(socket, connect, NETLIBS="$NETLIBS -lsocket"))
375 AC_CHECK_FUNC(gethostbyname,,
376 AC_CHECK_LIB(nsl, gethostbyname, NETLIBS="$NETLIBS -lnsl"))
378 AC_CHECK_FUNC(inet_aton, AC_DEFINE(HAVE_INET_ATON),
379 for lib in resolv socket inet bsd; do
380 AC_CHECK_LIB($lib, inet_aton, [AC_DEFINE(HAVE_INET_ATON)
381 NETLIBS="$NETLIBS -l$lib"; break],, $NETLIBS)
387 dnl ===========================================
388 dnl Stuff that uses X
389 dnl ===========================================
394 AC_MSG_ERROR([The path for the X11 files not found!
395 Make sure you have X and it's headers and libraries (the -devel packages
396 in Linux) installed.])
399 X_LIBRARY_PATH=$x_libraries
405 XLIBS="-lX11 $X_EXTRA_LIBS"
408 lib_search_path="$lib_search_path $XLFLAGS"
409 inc_search_path="$inc_search_path $XCFLAGS"
412 AC_SUBST(X_LIBRARY_PATH)
416 dnl Decide which locale function to use, setlocale() or _Xsetlocale()
417 dnl by MANOME Tomonori
418 dnl ===========================================
420 AC_ARG_ENABLE(locale,
421 [ --disable-locale disable use of X locale support],
424 if test "$use_locale" = yes; then
425 AC_CHECK_LIB(X11, _Xsetlocale, AC_DEFINE(X_LOCALE),, $XLFLAGS $XLIBS)
429 dnl Check whether XInternAtoms() exist
430 dnl ==================================
431 AC_CHECK_LIB(X11, XInternAtoms, AC_DEFINE(HAVE_XINTERNATOMS),,$XLFLAGS $XLIBS)
433 dnl Check whether XConvertCase() exist
434 dnl ==================================
435 AC_CHECK_LIB(X11, XConvertCase, AC_DEFINE(HAVE_XCONVERTCASE),,$XLFLAGS $XLIBS)
438 dnl XKB keyboard language status
439 dnl ============================
440 AC_ARG_ENABLE(modelock,
441 [ --enable-modelock XKB keyboard language status support],
442 AC_DEFINE(XKB_MODELOCK))
450 [ --disable-shape disable shaped window extension support],
451 shape=$enableval, shape=yes)
455 if test "$shape" = yes; then
456 AC_CHECK_LIB(Xext, XShapeSelectInput, [XLIBS="-lXext $XLIBS"
458 AC_DEFINE(SHAPE)], shape=no, $XLFLAGS $XLIBS)
465 #AC_ARG_ENABLE(xinerama,
466 #[ --disable-xinerama disable XInerama extension support],
467 # xinerama=$enableval, xinerama=yes)
469 if test "$xinerama" = yes; then
470 AC_CHECK_LIB(Xinerama, XineramaQueryScreens, [XLIBS="-lXinerama $XLIBS"
471 AC_DEFINE(XINERAMA)], xinerama=no, $XLFLAGS $XLIBS)
480 [ --disable-shm disable usage of MIT-SHM extension],
481 shm=$enableval, shm=yes)
483 if test "$shm" = yes; then
484 AC_CHECK_LIB(Xext, XShmAttach, ok=yes, ok=no, $XLFLAGS $XLIBS)
486 if test "$ok" = yes; then
487 AC_CHECK_FUNC(shmget, ok=yes, ok=no)
490 if test "$ok" = yes; then
491 if test "$added_xext" = no; then
492 XLIBS="-lXext $XLIBS"
499 dnl R6 Style Session Management Support
500 dnl ===================================
509 dnl ==============================================
510 dnl Graphic Format Libraries
511 dnl ==============================================
521 [ --disable-xpm disable use of XPM pixmaps through libXpm],
522 xpm=$enableval, xpm=yes)
524 if test "$xpm" = yes; then
525 WM_CHECK_LIB(Xpm, XpmCreatePixmapFromData, [$XLFLAGS $XLIBS])
527 if test "x$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = xyes; then
528 WM_CHECK_HEADER(X11/xpm.h)
529 if test "x$ac_cv_header_X11_xpm_h" = xyes; then
530 GFXLIBS="$GFXLIBS -lXpm"
534 supported_gfx="builtin-XPM"
545 AC_SUBST(X_EXTRA_LIBS)
547 dnl ===============================================
548 dnl End of stuff that uses X
549 dnl ===============================================
556 AC_ARG_ENABLE(hermes,
557 [ --disable-hermes disable Hermes support for wrlib ],
558 hermes=$enableval, hermes=yes)
560 if test x$hermes = xyes; then
561 WM_CHECK_LIB(Hermes, Hermes_ConverterRequest, [])
563 if test x$ac_cv_lib_Hermes_Hermes_ConverterRequest = xyes; then
564 WM_CHECK_HEADER(Hermes/Hermes.h)
565 if test x$ac_cv_header_Hermes_Hermes_h = xyes; then
566 GFXLIBS="$GFXLIBS -lHermes"
567 AC_DEFINE(HAVE_HERMES)
579 [ --disable-png disable PNG support through libpng],
580 png=$enableval, png=yes, png=no)
583 if test "$png" = yes ; then
584 WM_CHECK_LIB(png, png_get_valid, [-lz -lm])
586 if test "x$ac_cv_lib_png_png_get_valid" = xyes; then
587 WM_CHECK_HEADER(png.h)
588 if test "x$ac_cv_header_png_h" = xyes; then
589 GFXLIBS="$GFXLIBS -lpng -lz"
590 supported_gfx="$supported_gfx PNG"
602 [ --disable-jpeg disable JPEG support through libjpeg],
603 jpeg=$enableval, jpeg=yes, jpeg=no)
605 if test "$jpeg" = yes; then
606 WM_CHECK_LIB(jpeg, jpeg_destroy_compress)
608 if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then
612 WM_CHECK_HEADER(jpeglib.h)
613 if test "x$ac_cv_header_jpeglib_h" = xyes; then
614 GFXLIBS="$GFXLIBS -ljpeg"
615 supported_gfx="$supported_gfx JPEG"
626 [ --disable-gif disable GIF support through libgif or libungif],
627 gif=$enableval, gif=yes, gif=no)
629 if test "$gif" = yes; then
631 WM_CHECK_LIB(ungif, DGifOpenFileName, [$XLFLAGS $XLIBS])
632 if test "x$ac_cv_lib_ungif_DGifOpenFileName" = xyes; then
636 dnl libungif is the same thing as libgif for all practical purposes.
638 if test "x$my_libname" = x; then
639 WM_CHECK_LIB(gif, DGifOpenFileName, [$XLFLAGS $XLIBS])
640 if test "x$ac_cv_lib_gif_DGifOpenFileName" = xyes; then
645 if test "$my_libname" != x; then
646 WM_CHECK_HEADER(gif_lib.h)
647 if test "x$ac_cv_header_gif_lib_h" = xyes; then
648 GFXLIBS="$GFXLIBS $my_libname"
649 supported_gfx="$supported_gfx GIF"
660 [ --disable-tiff disable use of TIFF images through libtiff],
661 tif=$enableval, tif=yes, tif=no)
664 # TIFF can optionally have JPEG and/or zlib support. Must find out
665 # when they are supported so that correct library flags are passed during
666 # detection and linkage
669 # By default use xpm icons if tiff is not found.
673 if test "$tif" = yes; then
675 WM_CHECK_LIB(tiff, TIFFGetVersion, [-lm])
676 if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then
682 unset ac_cv_lib_tiff_TIFFGetVersion
683 if test "x$my_libname" = x; then
684 WM_CHECK_LIB(tiff, TIFFGetVersion, [$ljpeg -lz -lm])
685 if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then
686 my_libname="-ltiff -lz"
690 if test "x$my_libname" = x; then
691 WM_CHECK_LIB(tiff34, TIFFGetVersion, [$ljpeg -lm])
692 if test "x$ac_cv_lib_tiff34_TIFFGetVersion" = xyes; then
693 my_libname="-ltiff34"
698 if test "x$my_libname" != x; then
699 WM_CHECK_HEADER(tiffio.h)
700 if test "x$ac_cv_header_tiffio_h" = xyes; then
701 GFXLIBS="$my_libname $GFXLIBS"
703 supported_gfx="$supported_gfx TIFF"
709 LIBRARY_SEARCH_PATH="$lib_search_path"
710 HEADER_SEARCH_PATH="$inc_search_path"
712 AC_SUBST(LIBRARY_SEARCH_PATH)
713 AC_SUBST(HEADER_SEARCH_PATH)
720 dnl ==============================================
721 dnl End of Graphic Format Libraries
722 dnl ==============================================
726 dnl stdlib.h is checked here, because of conflict in jpeglib.h
727 AC_CHECK_HEADERS(stdlib.h)
729 # AC_PREFIX_PROGRAM(wmaker)
731 dnl Support for PIXMAPDIR option
732 dnl ============================
733 AC_ARG_WITH(pixmapdir,
734 [ --with-pixmapdir=PATH specify where pixmaps are located [DATADIR/pixmaps]])
736 if test "x$with_pixmapdir" != "x"; then
737 pixmapdir=$with_pixmapdir
739 pixmapdir=`eval echo ${datadir}/pixmaps`
742 AC_DEFINE_UNQUOTED(PIXMAPDIR, "$pixmapdir")
744 pkgdatadir=`eval echo $datadir`
745 AC_DEFINE_UNQUOTED(PKGDATADIR, "$pkgdatadir/WindowMaker")
747 _sysconfdir=`eval echo $sysconfdir`
748 AC_DEFINE_UNQUOTED(SYSCONFDIR, "$_sysconfdir")
751 dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
752 dnl ==============================================
756 AC_ARG_WITH(appspath,
757 [ --with-appspath=PATH specify the directory for GNUstep applications], appspath=$withval )
759 if test "x$appspath" = "x"; then
760 gnustepdir='$(prefix)/GNUstep'
762 if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then
763 gnustepdir=`echo "$GNUSTEP_LOCAL_ROOT" | sed -e "s|^${prefix}|prefix|"`
764 gnustepdir=`echo $gnustepdir | sed -e 's|^prefix|${prefix}|'`
767 with_appspath=$gnustepdir/Apps
770 wprefsdir=$with_appspath/WPrefs.app
775 dnl Enable User Defined Menu thing
776 dnl ==================================
777 AC_ARG_ENABLE(usermenu,
778 [ --enable-usermenu user defined menus for applications
780 if test "$enableval" = yes; then
787 dnl Nicolai: Program tests for Documentation Section
788 dnl =================================================
790 dnl AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, ,$PATH)
791 dnl if test "x$MAKEINFO" != "x" ; then
792 dnl DOCTYPES="$DOCTYPES info_doc"
794 dnl AC_CHECK_PROG(TEX, tex, tex, ,$PATH)
795 dnl if test "x$TEX" != "x" ; then
796 dnl DOCTYPES="$DOCTYPES dvi_doc"
798 dnl AC_CHECK_PROG(DVIPS, dvips, dvips, ,$PATH)
799 dnl if test "x$DVIPS" != "x" ; then
800 dnl DOCTYPES="$DOCTYPES ps_doc"
802 dnl AC_CHECK_PROG(PERL, perl, perl, ,$PATH)
803 dnl if test "x$PERL" != "x" ; then
804 dnl DOCTYPES="$DOCTYPES html_doc"
806 dnl AC_PATH_PROG(PERL_PATH, perl, perl, ,$PATH)
807 dnl AC_CHECK_PROG(TEXI2HTML, texi2html, texi2html, ,$PATH)
809 dnl AC_SUBST(DOCTYPES)
811 AC_OUTPUT(Makefile po/Makefile util/Makefile test/Makefile \
812 WINGs/Makefile WINGs/WINGs/Makefile WINGs/Documentation/Makefile \
813 WINGs/Examples/Makefile WINGs/Resources/Makefile WINGs/Tests/Makefile \
814 WINGs/Extras/Makefile WINGs/po/Makefile \
815 wmlib/Makefile wrlib/Makefile src/Makefile src/wconfig.h \
816 doc/Makefile doc/sk/Makefile \
817 WindowMaker/Makefile WindowMaker/Backgrounds/Makefile \
818 WindowMaker/Defaults/Makefile WindowMaker/IconSets/Makefile \
819 WindowMaker/Icons/Makefile WindowMaker/Pixmaps/Makefile \
820 WindowMaker/Styles/Makefile WindowMaker/Themes/Makefile \
821 WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile \
822 WPrefs.app/po/Makefile \
823 contrib/Makefile contrib/WindowMaker.spec )
824 # plugins/Makefile plugins/libwmfun/Makefile)
829 dnl Output some helpful data for compiling wraster and WINGs/WUtil apps
830 dnl ===================================================================
833 dnl echo "WFLAGS=\"$LIBPL_INC_PATH -I$prefix/include\"" > WINGs-flags
834 dnl echo "WLIBS=\"-L$exec_prefix/lib -lWINGs -lwraster $LIBPL_LIBS $GFXLIBS -lm\""\
835 dnl | sed -e 's|\$(prefix)|'"$prefix|" >> WINGs-flags
837 dnl The #lp# and #rp# stuff below is a hack because [ and ] get lost when
840 cat <<EOF >get-wraster-flags
843 WCFLAGS="$inc_search_path"
844 WLFLAGS="$lib_search_path"
845 WLIBS="-lwraster $GFXLIBS $XLIBS -lm"
847 usage="Usage: get-wraster-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#"
849 if test \$# -eq 0; then
850 echo "\${usage}" 1>&2
854 while test \$# -gt 0; do
866 echo "\${usage}" 1>&2
876 cat <<EOF >get-wings-flags
879 WCFLAGS="$inc_search_path"
880 WLFLAGS="$lib_search_path"
881 WLIBS="-lWINGs -lwraster $GFXLIBS $XLIBS -lm $NETLIBS $INTLIBS"
883 usage="Usage: get-wings-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#"
885 if test \$# -eq 0; then
886 echo "\${usage}" 1>&2
890 while test \$# -gt 0; do
902 echo "\${usage}" 1>&2
912 cat <<EOF >get-wutil-flags
915 WCFLAGS="-I`eval echo ${includedir}`"
916 WLFLAGS="-L${_libdir}"
917 WLIBS="-lWUtil $NETLIBS $INTLIBS"
919 usage="Usage: get-wutil-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#"
921 if test \$# -eq 0; then
922 echo "\${usage}" 1>&2
926 while test \$# -gt 0; do
938 echo "\${usage}" 1>&2
948 sed 's/#lp#/[/g' get-wraster-flags | sed 's/#rp#/]/g' > wrlib/get-wraster-flags
949 sed 's/#lp#/[/g' get-wings-flags | sed 's/#rp#/]/g' > WINGs/get-wings-flags
950 sed 's/#lp#/[/g' get-wutil-flags | sed 's/#rp#/]/g' > WINGs/get-wutil-flags
952 chmod 755 wrlib/get-wraster-flags WINGs/get-wings-flags WINGs/get-wutil-flags
954 rm -f get-wraster-flags get-wings-flags get-wutil-flags
958 dnl Spit out the configuration
959 dnl ==========================
961 supported_gfx="$supported_gfx builtin-PPM"
963 if test "x$MOFILES" = "x"; then
971 echo "Window Maker was configured as follows:"
973 echo "Installation path prefix: $prefix"
974 echo "Installation path prefix for binaries: $_bindir"
975 echo "Installation path for WPrefs.app: $wprefsdir" | sed -e 's|\$(prefix)|'"$prefix|"
976 echo "Graphic format libraries: $supported_gfx"
977 if test x$hermes_support = xyes; then
978 echo "Hermes support for wrlib enabled"
980 dnl echo "Sound support: yes"
981 echo "Translated message files to install: $mof"
982 if test "x$MOFILES" != "x"; then
983 echo "Installation path of translated messages: $NLSDIR" | sed -e 's|\$(prefix)|'"$prefix|"
986 dnl WM_PRINT_REDCRAP_BUG_STATUS
988 if test "x$ac_cv_header_jpeglib_h" != xyes; then
989 echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING"
991 echo "JPEG support will not be included because the JPEG library is"
992 echo "not installed correctly or was not found. Background images"
993 echo "from themes will not display as they usually are JPEG files."
995 echo "To fix, download and install the jpeg library and/or make sure you"
996 echo "installed all jpeg related packages, SPECIALLY the development packages"
997 echo "like jpeg-devel (if you use some prepackaged version of libjpeg)."
999 echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING"
1003 dnl This is for Emacs. I'm lazy, I know... (nicolai)
1004 dnl ================================================
1005 dnl Local Variables:
1006 dnl compile-command: "autoconf"