1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-21 01:05:45 +01:00

Latest fixes for released 0.51.0

This commit is contained in:
dan
1999-01-29 08:11:17 +00:00
parent d694d6fe1c
commit 931a37b124
56 changed files with 2916 additions and 2383 deletions

View File

@@ -358,6 +358,35 @@ dnl ===================================
#AC_SUBST(XSMPLIBS)
#
dnl Check for libPropList
dnl =====================
lPL=""
LIBPL=""
AC_CHECK_LIB(PropList, PLGetString, lPL=yes, lPL=no, $XLFLAGS $XLIBS)
if test "$lPL" = yes; then
my_old_cppflags=$CPPFLAGS
CPPFLAGS="$CPPFLAGS $XCFLAGS"
AC_CHECK_HEADER(proplist.h, LIBPL="-lPropList", LIBPL="")
CPPFLAGS=$my_old_cppflags
fi
if test "x$LIBPL" = "x"; then
echo
echo "ERROR!!! libPropList is not installed, or could not be found."
echo " Window Maker requires libPropList to build."
echo " Please read INSTALL to find where you can find libPropList,"
echo " and install it first."
echo
exit 1
fi
AC_SUBST(LIBPL)
dnl ==============================================
dnl Graphic Format Libraries
dnl ==============================================
@@ -751,6 +780,7 @@ else
mof=$MOFILES
fi
echo
echo "Window Maker was configured as follows:"
echo