look for Motif 2.1 headers before Motif 1.2 ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1745,18 +1745,19 @@ dnl headers are included instead of the "fixed" (ANSI-fied) gcc ones.
|
|||||||
dnl
|
dnl
|
||||||
dnl Also try to put all directories which may contain X11R6 before those which
|
dnl Also try to put all directories which may contain X11R6 before those which
|
||||||
dnl may contain X11R5/4 - we want to use R6 on machines which have both!
|
dnl may contain X11R5/4 - we want to use R6 on machines which have both!
|
||||||
|
dnl
|
||||||
|
dnl In the same vein. Motif 2.1 should be tried before Motif 1.2 for the
|
||||||
|
dnl systems which have both (AIX 4.x does)
|
||||||
SEARCH_INCLUDE="\
|
SEARCH_INCLUDE="\
|
||||||
/usr/local/include \
|
/usr/local/include \
|
||||||
\
|
\
|
||||||
/usr/Motif-1.2/include \
|
|
||||||
/usr/Motif-2.1/include \
|
/usr/Motif-2.1/include \
|
||||||
\
|
/usr/Motif-1.2/include \
|
||||||
/usr/include/Motif1.2 \
|
/usr/include/Motif1.2 \
|
||||||
/opt/xpm/include/X11 \
|
/opt/xpm/include/X11 \
|
||||||
/opt/GBxpm/include/ \
|
/opt/GBxpm/include/ \
|
||||||
/opt/GBxpm/X11/include/ \
|
/opt/GBxpm/X11/include/ \
|
||||||
\
|
\
|
||||||
/usr/Motif1.2/include \
|
|
||||||
/usr/dt/include \
|
/usr/dt/include \
|
||||||
/usr/openwin/include \
|
/usr/openwin/include \
|
||||||
\
|
\
|
||||||
|
@@ -160,6 +160,10 @@ wxMac:
|
|||||||
- fix for long file names (longer than 32 characters) in file dialogs
|
- fix for long file names (longer than 32 characters) in file dialogs
|
||||||
- use unix sockets for Mach-o builds
|
- use unix sockets for Mach-o builds
|
||||||
|
|
||||||
|
wxMotif:
|
||||||
|
|
||||||
|
- look for Motif 2.1 headers before Motif 1.2 ones in configure
|
||||||
|
|
||||||
wxHTML:
|
wxHTML:
|
||||||
|
|
||||||
- wxHtmlHelpController now supports compressed MS HTML Help files (*.chm)
|
- wxHtmlHelpController now supports compressed MS HTML Help files (*.chm)
|
||||||
|
Reference in New Issue
Block a user