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.62.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 strncasecmp setpgid atexit)
107 dnl Loading of dynamic libraries at runtime
108 dnl =======================================
111 AC_CHECK_FUNC(dlopen, [HAVEDL="yes"],
112 AC_CHECK_LIB(dl, dlopen, [DLLIBS="-ldl" HAVEDL="yes"],
115 if test "x$HAVEDL" = xyes; then
116 AC_CHECK_HEADERS(dlfcn.h)
123 if test "x$CPP_PATH" = x; then
124 AC_PATH_PROG(CPP_PATH, cpp, notfound,
125 $PATH:/lib:/usr/bin:/bin:/usr/lib:/usr/ccs/lib)
129 dnl Tell stupid Solaris cpp that the files it will process have C++ like syntax
130 dnl RedHat 5.x is broken too, so it won't make a symlink from cpp to the
131 dnl standard locations
133 if test "$CPP_PATH" = "/usr/ccs/lib/cpp" -o "$CPP_PATH" = "notfound" ; then
134 if test "$GCC" = "yes"; then
135 CPP_PATH="gcc -E -x c"
137 if test "$CPP_PATH" = "/usr/ccs/lib/cpp"; then
138 CPP_PATH="$CPP_PATH -B"
140 echo "cpp, the C preprocessor was not found in your system."
141 echo "Create a symbolic link from it to /lib/cpp and rerun configure"
146 AC_DEFINE_UNQUOTED(CPP_PATH, "$CPP_PATH")
150 dnl Checks for header files.
151 dnl =======================
155 AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h\
156 libintl.h sys/select.h poll.h)
160 dnl Checks for typedefs, structures, and compiler characteristics.
161 dnl ==============================================================
170 dnl Compiler/architecture specific optimizations
171 dnl ============================================
174 dnl GCC with MMX support
175 dnl --------------------
177 if test "$ac_cv_prog_gcc" = yes; then
186 if test $x86 = 1; then
189 AC_CACHE_CHECK(whether gcc supports MMX(tm) inline asm,
191 [AC_TRY_COMPILE(,[asm ("movq %mm0, %mm1");],
192 ac_cv_c_inline_mmx=yes,
193 ac_cv_c_inline_mmx=no)])
195 if test "x$ac_cv_c_inline_mmx" = xyes; then
196 AC_DEFINE(ASM_X86_MMX)
213 AC_CHECK_FUNC(gettext, [HAVEGETTEXT="yes"],
214 AC_CHECK_LIB(intl, gettext, [INTLIBS="-lintl" HAVEGETTEXT="yes"],
217 AC_CHECK_PROG(XGETTEXT, xgettext, xgettext)
219 if test "$XGETTEXT" != ""; then
220 if $XGETTEXT --help 2>&1 | grep illegal >/dev/null ; then
221 echo "xgettext isn't GNU version"
226 if test "$LINGUAS" != ""; then
227 if test "$XGETTEXT" != "" -a "$HAVEGETTEXT" != ""; then
230 # if test "$LINGUAS" = ""; then
231 # ling=` (cd src/po; /bin/ls *.po) `
233 # lcode=`basename $l .po`
234 # LINGUAS="$LINGUAS $lcode"
237 echo "xgettext and gettext() exist; will build i18n support for $LINGUAS"
241 echo "xgettext and libintl.a don't both exist; will not build i18n support"
251 dnl The Tower of Babel
252 dnl ==================
254 dnl List of supported locales
255 dnl -------------------------
256 supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro da zh_TW.Big5 zh_CN sk"
257 supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de"
259 for lang in $LINGUAS; do
261 for l in $supported_locales; do
262 if test "$l" = "$lang"; then
267 if test "$ok" = 1; then
268 MOFILES="$MOFILES $lang.mo"
270 echo "Locale $lang is not supported."
273 for l in $supported_wprefs_locales; do
274 if test "$l" = "$lang"; then
279 if test "$ok" = 1; then
280 WPMOFILES="$WPMOFILES $lang.mo"
285 dnl Kanji Characters support
286 dnl ========================
290 AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"]);;
297 dnl Added by Oliver - Support for NLSDIR option, Hi Oliver!
298 dnl ===========================================
300 [ --with-nlsdir=PATH specify where the locale stuff should go ])
303 if test "x$NLSDIR" = "x"; then
304 if test "x$with_nlsdir" != "x"; then
307 NLSDIR='$(prefix)/lib/locale'
318 AC_SUBST(supported_locales)
322 dnl Support for various hint things
323 dnl ===============================
327 [ --enable-gnome enable stuff needed for GNOME ],
328 [if test x$enableval = xyes; then
329 AC_DEFINE(GNOME_STUFF)
335 [ --enable-kde enable support for KDE window manager (kwm) hints ],
336 [if test x$enableval = xyes; then
342 AC_ARG_ENABLE(openlook,
343 [ --enable-openlook enable support for OPEN LOOK(tm) (olwm) hints ],
344 [if test x$enableval = xyes; then
345 AC_DEFINE(OLWM_HINTS)
351 dnl Disable some stuff that are duplicated in kde
352 dnl ---------------------------------------------
354 [ --enable-lite disable some stuff (dont use it) ],
355 [if test x$enableval = xyes; then
369 AC_CHECK_FUNC(connect,,
370 AC_CHECK_LIB(socket, connect, NETLIBS="$NETLIBS -lsocket"))
372 AC_CHECK_FUNC(gethostbyname,,
373 AC_CHECK_LIB(nsl, gethostbyname, NETLIBS="$NETLIBS -lnsl"))
375 AC_CHECK_FUNC(inet_aton, AC_DEFINE(HAVE_INET_ATON),
376 for lib in resolv socket inet bsd; do
377 AC_CHECK_LIB($lib, inet_aton, [AC_DEFINE(HAVE_INET_ATON)
378 NETLIBS="$NETLIBS -l$lib"; break],, $NETLIBS)
384 dnl ===========================================
385 dnl Stuff that uses X
386 dnl ===========================================
391 AC_MSG_ERROR([The path for the X11 files not found!
392 Make sure you have X and it's headers and libraries (the -devel packages
393 in Linux) installed.])
396 X_LIBRARY_PATH=$x_libraries
402 XLIBS="-lX11 $X_EXTRA_LIBS"
405 lib_search_path="$lib_search_path $XLFLAGS"
406 inc_search_path="$inc_search_path $XCFLAGS"
409 AC_SUBST(X_LIBRARY_PATH)
413 dnl Decide which locale function to use, setlocale() or _Xsetlocale()
414 dnl by MANOME Tomonori
415 dnl ===========================================
417 AC_ARG_ENABLE(locale,
418 [ --disable-locale disable use of X locale support],
421 if test "$use_locale" = yes; then
422 AC_CHECK_LIB(X11, _Xsetlocale, AC_DEFINE(X_LOCALE),, $XLFLAGS $XLIBS)
426 dnl XKB keyboard language status
427 dnl ============================
428 AC_ARG_ENABLE(modelock,
429 [ --enable-modelock XKB keyboard language status support],
430 AC_DEFINE(XKB_MODELOCK))
438 [ --disable-shape disable shaped window extension support],
439 shape=$enableval, shape=yes)
443 if test "$shape" = yes; then
444 AC_CHECK_LIB(Xext, XShapeSelectInput, [XLIBS="-lXext $XLIBS"
446 AC_DEFINE(SHAPE)], shape=no, $XLFLAGS $XLIBS)
454 AC_ARG_ENABLE(xinerama,
455 [ --disable-xinerama disable XInerama extension support],
456 xinerama=$enableval, xinerama=yes)
458 if test "$xinerama" = yes; then
459 AC_CHECK_LIB(Xext, X, [XLIBS="-lXext $XLIBS"
461 AC_DEFINE(XINERAMA)], xinerama=no, $XLFLAGS $XLIBS)
470 [ --disable-shm disable usage of MIT-SHM extension],
471 shm=$enableval, shm=yes)
473 if test "$shm" = yes; then
474 AC_CHECK_LIB(Xext, XShmAttach, ok=yes, ok=no, $XLFLAGS $XLIBS)
476 if test "$ok" = yes; then
477 AC_CHECK_FUNC(shmget, ok=yes, ok=no)
480 if test "$ok" = yes; then
481 if test "$added_xext" = no; then
482 XLIBS="-lXext $XLIBS"
489 dnl R6 Style Session Management Support
490 dnl ===================================
499 dnl Check for libPropList
500 dnl =====================
504 WM_CHECK_LIB(PropList, PLGetString, $X_EXTRA_LIBS)
505 if test "x$ac_cv_lib_PropList_PLGetString" = xyes; then
506 WM_CHECK_HEADER(proplist.h)
507 if test "x$ac_cv_header_proplist_h" = xyes; then
512 if test "x$LIBPL" = "x"; then
514 echo "ERROR!!! libPropList is not installed, or could not be found."
515 echo " Window Maker requires libPropList to build."
516 echo " Please read INSTALL to find where you can find libPropList,"
517 echo " and install it first."
518 if test x$host_os = xlinux; then
519 echo " If you're using some prepackaged version of libPropList,"
520 echo " make sure you install it's \"development\" package as well."
522 echo " If you already have it installed, try using the"
523 if test "x$ac_cv_lib_PropList_PLGetString" != xyes; then
524 echo " --with-libs-from flag to tell configure where the library"
525 echo " is installed and"
527 echo " --with-incs-from flag to tell configure where the header"
528 echo " files are installed"
532 WM_CHECK_PROPLIST_VERSION(0.9.5, goodlPL=yes, goodlPL=no)
534 if test "$goodlPL" = no; then
536 echo "ERROR!!! libPropList is an old version. Please consider upgrading"
537 echo " to at least version 0.9.5. Older versions have bugs that"
538 echo " may cause Window Maker to crash randomly."
539 echo " If your libPropList is older than 0.9.2 it will also prevent"
540 echo " Window Maker from compiling because new functions were"
541 echo " introduced since that version."
542 echo " Please read INSTALL to find where you can find libPropList,"
543 echo " and upgrade it before you proceed."
550 dnl ==============================================
551 dnl Graphic Format Libraries
552 dnl ==============================================
562 [ --disable-xpm disable use of XPM pixmaps through libXpm],
563 xpm=$enableval, xpm=yes)
565 if test "$xpm" = yes; then
566 WM_CHECK_LIB(Xpm, XpmCreatePixmapFromData, [$XLFLAGS $XLIBS])
568 if test "x$ac_cv_lib_Xpm_XpmCreatePixmapFromData" = xyes; then
569 WM_CHECK_HEADER(X11/xpm.h)
570 if test "x$ac_cv_header_X11_xpm_h" = xyes; then
571 GFXLIBS="$GFXLIBS -lXpm"
575 supported_gfx="builtin-XPM"
586 AC_SUBST(X_EXTRA_LIBS)
588 dnl ===============================================
589 dnl End of stuff that uses X
590 dnl ===============================================
597 [ --disable-png disable PNG support through libpng],
598 png=$enableval, png=yes, png=no)
601 if test "$png" = yes ; then
602 WM_CHECK_LIB(png, png_get_valid, [-lz -lm])
604 if test "x$ac_cv_lib_png_png_get_valid" = xyes; then
605 WM_CHECK_HEADER(png.h)
606 if test "x$ac_cv_header_png_h" = xyes; then
607 GFXLIBS="$GFXLIBS -lpng -lz"
608 supported_gfx="$supported_gfx PNG"
620 [ --disable-jpeg disable JPEG support through libjpeg],
621 jpeg=$enableval, jpeg=yes, jpeg=no)
623 if test "$jpeg" = yes; then
624 WM_CHECK_LIB(jpeg, jpeg_destroy_compress)
626 if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then
630 WM_CHECK_HEADER(jpeglib.h)
631 if test "x$ac_cv_header_jpeglib_h" = xyes; then
632 GFXLIBS="$GFXLIBS -ljpeg"
633 supported_gfx="$supported_gfx JPEG"
644 [ --disable-gif disable GIF support through libgif or libungif],
645 gif=$enableval, gif=yes, gif=no)
647 if test "$gif" = yes; then
649 WM_CHECK_LIB(ungif, DGifOpenFileName, [$XLFLAGS $XLIBS])
650 if test "x$ac_cv_lib_ungif_DGifOpenFileName" = xyes; then
654 dnl libungif is the same thing as libgif for all practical purposes.
656 if test "x$my_libname" = x; then
657 WM_CHECK_LIB(gif, DGifOpenFileName, [$XLFLAGS $XLIBS])
658 if test "x$ac_cv_lib_gif_DGifOpenFileName" = xyes; then
663 if test "$my_libname" != x; then
664 WM_CHECK_HEADER(gif_lib.h)
665 if test "x$ac_cv_header_gif_lib_h" = xyes; then
666 GFXLIBS="$GFXLIBS $my_libname"
667 supported_gfx="$supported_gfx GIF"
678 [ --disable-tiff disable use of TIFF images through libtiff],
679 tif=$enableval, tif=yes, tif=no)
682 # TIFF can optionally have JPEG and/or zlib support. Must find out
683 # when they are supported so that correct library flags are passed during
684 # detection and linkage
687 # By default use xpm icons if tiff is not found.
691 if test "$tif" = yes; then
693 WM_CHECK_LIB(tiff, TIFFGetVersion, [-lm])
694 if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then
700 unset ac_cv_lib_tiff_TIFFGetVersion
701 if test "x$my_libname" = x; then
702 WM_CHECK_LIB(tiff, TIFFGetVersion, [$ljpeg -lz -lm])
703 if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then
704 my_libname="-ltiff -lz"
708 if test "x$my_libname" = x; then
709 WM_CHECK_LIB(tiff34, TIFFGetVersion, [$ljpeg -lm])
710 if test "x$ac_cv_lib_tiff34_TIFFGetVersion" = xyes; then
711 my_libname="-ltiff34"
716 if test "x$my_libname" != x; then
717 WM_CHECK_HEADER(tiffio.h)
718 if test "x$ac_cv_header_tiffio_h" = xyes; then
719 GFXLIBS="$my_libname $GFXLIBS"
721 supported_gfx="$supported_gfx TIFF"
727 LIBRARY_SEARCH_PATH="$lib_search_path"
728 HEADER_SEARCH_PATH="$inc_search_path"
730 AC_SUBST(LIBRARY_SEARCH_PATH)
731 AC_SUBST(HEADER_SEARCH_PATH)
738 dnl ==============================================
739 dnl End of Graphic Format Libraries
740 dnl ==============================================
746 [ --enable-debug enable debugging ],, enable_debug=no)
748 if test "$enable_debug" = yes; then
750 # Efence makes things too slow. Add it by hand in the Makefiles
751 # if it is really needed.
752 # AC_CHECK_LIB(efence, malloc, LIBS="$LIBS -lefence")
754 DFLAGS="-DWITHOUT_NANA"
759 dnl Sound support - Dan
760 dnl =============================================
763 [ --disable-sound disable sound support ],
764 sound=$enableval, sound=yes)
765 if test "$sound" = yes; then
770 # AC_PREFIX_PROGRAM(wmaker)
772 dnl Support for PIXMAPDIR option
773 dnl ============================
774 AC_ARG_WITH(pixmapdir,
775 [ --with-pixmapdir=PATH specify where pixmaps are located [DATADIR/pixmaps]])
777 if test "x$with_pixmapdir" != "x"; then
778 pixmapdir=$with_pixmapdir
780 pixmapdir=`eval echo ${datadir}/pixmaps`
783 AC_DEFINE_UNQUOTED(PIXMAPDIR, "$pixmapdir")
785 pkgdatadir=`eval echo $datadir`
786 AC_DEFINE_UNQUOTED(PKGDATADIR, "$pkgdatadir/WindowMaker")
788 _sysconfdir=`eval echo $sysconfdir`
789 AC_DEFINE_UNQUOTED(SYSCONFDIR, "$_sysconfdir")
792 dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
793 dnl ==============================================
797 AC_ARG_WITH(appspath,
798 [ --with-appspath=PATH specify the directory for GNUstep applications], appspath=$withval )
800 if test "x$appspath" = "x"; then
801 gnustepdir='$(prefix)/GNUstep'
803 if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then
804 gnustepdir=`echo "$GNUSTEP_LOCAL_ROOT" | sed -e "s|^${prefix}|prefix|"`
805 gnustepdir=`echo $gnustepdir | sed -e 's|^prefix|${prefix}|'`
808 with_appspath=$gnustepdir/Apps
811 wprefsdir=$with_appspath/WPrefs.app
817 dnl Enable single appicon per wm instance+class combo -cls
818 dnl =====================================================
819 AC_ARG_ENABLE(single-icon,
820 [ --enable-single-icon create one application icon per WM_INSTANCE+WM_CLASS],
821 if test "$enableval" = yes; then
822 AC_DEFINE(REDUCE_APPICONS)
826 dnl Enable User Defined Menu thing
827 dnl ==================================
828 AC_ARG_ENABLE(usermenu,
829 [ --enable-usermenu user defined menus for applications
831 if test "$enableval" = yes; then
838 dnl Nicolai: Program tests for Documentation Section
839 dnl =================================================
841 dnl AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, ,$PATH)
842 dnl if test "x$MAKEINFO" != "x" ; then
843 dnl DOCTYPES="$DOCTYPES info_doc"
845 dnl AC_CHECK_PROG(TEX, tex, tex, ,$PATH)
846 dnl if test "x$TEX" != "x" ; then
847 dnl DOCTYPES="$DOCTYPES dvi_doc"
849 dnl AC_CHECK_PROG(DVIPS, dvips, dvips, ,$PATH)
850 dnl if test "x$DVIPS" != "x" ; then
851 dnl DOCTYPES="$DOCTYPES ps_doc"
853 dnl AC_CHECK_PROG(PERL, perl, perl, ,$PATH)
854 dnl if test "x$PERL" != "x" ; then
855 dnl DOCTYPES="$DOCTYPES html_doc"
857 dnl AC_PATH_PROG(PERL_PATH, perl, perl, ,$PATH)
858 dnl AC_CHECK_PROG(TEXI2HTML, texi2html, texi2html, ,$PATH)
860 dnl AC_SUBST(DOCTYPES)
862 AC_OUTPUT(Makefile po/Makefile util/Makefile test/Makefile wmlib/Makefile \
863 WINGs/Makefile WINGs/Resources/Makefile src/Makefile src/wconfig.h \
864 wrlib/Makefile doc/Makefile WindowMaker/Makefile contrib/Makefile \
865 WindowMaker/Backgrounds/Makefile WindowMaker/Defaults/Makefile \
866 WindowMaker/IconSets/Makefile WindowMaker/Icons/Makefile \
867 WindowMaker/Pixmaps/Makefile WindowMaker/Styles/Makefile \
868 WindowMaker/Themes/Makefile \
869 WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile \
870 WPrefs.app/po/Makefile contrib/WindowMaker.spec )
875 dnl Output some helpful data for compiling wraster and WINGs/WUtil apps
876 dnl ===================================================================
879 dnl echo "WFLAGS=\"$LIBPL_INC_PATH -I$prefix/include\"" > WINGs-flags
880 dnl echo "WLIBS=\"-L$exec_prefix/lib -lWINGs -lwraster $LIBPL_LIBS $GFXLIBS -lm\""\
881 dnl | sed -e 's|\$(prefix)|'"$prefix|" >> WINGs-flags
883 dnl The #lp# and #rp# stuff below is a hack because [ and ] get lost when
886 cat <<EOF >get-wraster-flags
892 WCFLAGS="-I\$prefix/include $inc_search_path"
893 WLFLAGS="-L\$exec_prefix/lib $lib_search_path"
894 WLIBS="-lwraster $GFXLIBS $XLIBS -lm"
896 usage="Usage: get-wraster-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#"
898 if test \$# -eq 0; then
899 echo "\${usage}" 1>&2
903 while test \$# -gt 0; do
915 echo "\${usage}" 1>&2
925 cat <<EOF >get-wings-flags
931 WCFLAGS="-I\$prefix/include $inc_search_path"
932 WLFLAGS="-L\$exec_prefix/lib $lib_search_path"
933 WLIBS="-lWINGs -lwraster $GFXLIBS $XLIBS -lm $NETLIBS -lPropList"
935 usage="Usage: get-wings-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#"
937 if test \$# -eq 0; then
938 echo "\${usage}" 1>&2
942 while test \$# -gt 0; do
954 echo "\${usage}" 1>&2
964 cat <<EOF >get-wutil-flags
970 WCFLAGS="-I\$prefix/include $inc_search_path"
971 WLFLAGS="-L\$exec_prefix/lib $lib_search_path"
972 WLIBS="-lWUtil $NETLIBS -lPropList"
974 usage="Usage: get-wutil-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#"
976 if test \$# -eq 0; then
977 echo "\${usage}" 1>&2
981 while test \$# -gt 0; do
993 echo "\${usage}" 1>&2
1003 sed 's/#lp#/[/g' get-wraster-flags | sed 's/#rp#/]/g' > wrlib/get-wraster-flags
1004 sed 's/#lp#/[/g' get-wings-flags | sed 's/#rp#/]/g' > WINGs/get-wings-flags
1005 sed 's/#lp#/[/g' get-wutil-flags | sed 's/#rp#/]/g' > WINGs/get-wutil-flags
1007 chmod 755 wrlib/get-wraster-flags WINGs/get-wings-flags WINGs/get-wutil-flags
1009 rm -f get-wraster-flags get-wings-flags get-wutil-flags
1013 dnl Spit out the configuration
1014 dnl ==========================
1016 supported_gfx="$supported_gfx builtin-PPM"
1018 if test "x$MOFILES" = "x"; then
1026 echo "Window Maker was configured as follows:"
1028 echo "Installation path prefix: $prefix"
1029 echo "Installation path prefix for binaries: $_bindir"
1030 echo "Installation path for WPrefs.app: $wprefsdir" | sed -e 's|\$(prefix)|'"$prefix|"
1031 echo "Graphic format libraries: $supported_gfx"
1032 echo "Sound support: $sound"
1033 echo "Translated message files to install: $mof"
1034 if test "x$MOFILES" != "x"; then
1035 echo "Installation path of translated messages: $NLSDIR" | sed -e 's|\$(prefix)|'"$prefix|"
1038 dnl WM_PRINT_REDCRAP_BUG_STATUS
1040 if test "x$ac_cv_header_jpeglib_h" != xyes; then
1041 echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING"
1043 echo "JPEG support will not be included because the JPEG library is"
1044 echo "not installed correctly or was not found. Background images"
1045 echo "from themes will not display as they usually are JPEG files."
1047 echo "To fix, download and install the jpeg library and/or make sure you"
1048 echo "installed all jpeg related packages, SPECIALLY the development packages"
1049 echo "like jpeg-devel (if you use some prepackaged version of libjpeg)."
1051 echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING"
1055 dnl This is for Emacs. I'm lazy, I know... (nicolai)
1056 dnl ================================================
1057 dnl Local Variables:
1058 dnl compile-command: "autoconf"