diff --git a/ChangeLog b/ChangeLog index e10c7ba5..63218832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Changes since version 0.63.1: +............................. +- fixed messup in get-{wings,wutil,wraster}-flags + + Changes since version 0.63.0: ............................. - fixed compile prob with SGI compiler diff --git a/configure.in b/configure.in index 52b02199..67c9b744 100644 --- a/configure.in +++ b/configure.in @@ -258,8 +258,8 @@ dnl ================== dnl List of supported locales dnl ------------------------- -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 bg" -supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de bg" +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 bg hu" +supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de bg hu" for lang in $LINGUAS; do ok=0 @@ -465,7 +465,7 @@ AC_ARG_ENABLE(xinerama, xinerama=$enableval, xinerama=yes) if test "$xinerama" = yes; then - AC_CHECK_LIB(Xext, X, [XLIBS="-lXext $XLIBS" + AC_CHECK_LIB(Xext, XineramaQueryScreens, [XLIBS="-lXext $XLIBS" added_xext=yes AC_DEFINE(XINERAMA)], xinerama=no, $XLFLAGS $XLIBS) fi @@ -886,7 +886,7 @@ cat <get-wraster-flags prefix="$prefix" exec_prefix=\$prefix -WCFLAGS="-I\$prefix/include/WINGs $inc_search_path" +WCFLAGS="-I\$prefix/include $inc_search_path" WLFLAGS="-L\$exec_prefix/lib $lib_search_path" WLIBS="-lwraster $GFXLIBS $XLIBS -lm" @@ -925,7 +925,7 @@ cat <get-wings-flags prefix="$prefix" exec_prefix=\$prefix -WCFLAGS="-I\$prefix/include $inc_search_path" +WCFLAGS="-I\$prefix/include/WINGs $inc_search_path" WLFLAGS="-L\$exec_prefix/lib $lib_search_path" WLIBS="-lWINGs -lwraster $GFXLIBS $XLIBS -lm $NETLIBS -lPropList" @@ -964,7 +964,7 @@ cat <get-wutil-flags prefix="$prefix" exec_prefix=\$prefix -WCFLAGS="-I\$prefix/include $inc_search_path" +WCFLAGS="-I\$prefix/include/WINGs $inc_search_path" WLFLAGS="-L\$exec_prefix/lib $lib_search_path" WLIBS="-lWUtil $NETLIBS -lPropList"