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:
Vadim Zeitlin
2004-02-04 10:21:58 +00:00
parent cb025c0c86
commit 789c5f4a8d
3 changed files with 1915 additions and 4685 deletions

6589
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1745,18 +1745,19 @@ dnl headers are included instead of the "fixed" (ANSI-fied) gcc ones.
dnl
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
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="\
/usr/local/include \
\
/usr/Motif-1.2/include \
/usr/Motif-2.1/include \
\
/usr/Motif-1.2/include \
/usr/include/Motif1.2 \
/opt/xpm/include/X11 \
/opt/GBxpm/include/ \
/opt/GBxpm/X11/include/ \
\
/usr/Motif1.2/include \
/usr/dt/include \
/usr/openwin/include \
\

View File

@@ -160,6 +160,10 @@ wxMac:
- fix for long file names (longer than 32 characters) in file dialogs
- use unix sockets for Mach-o builds
wxMotif:
- look for Motif 2.1 headers before Motif 1.2 ones in configure
wxHTML:
- wxHtmlHelpController now supports compressed MS HTML Help files (*.chm)