mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
changes to build XmHTML
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@210 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
84c85404f7
commit
0076947080
@ -45,5 +45,8 @@
|
||||
/* If configure found libXpm, then use it */
|
||||
#define HAVE_XPM
|
||||
|
||||
/* Use the new XmHTML widdget instead of the old htmlw widget */
|
||||
#define USE_HTMLW
|
||||
#define USE_XMHTML
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -14,6 +14,9 @@ AC_ARG_ENABLE( debug,
|
||||
AC_DEFINE(USE_QUICKFILL,1)
|
||||
# USE_NO_COLOR ??? for now:
|
||||
AC_DEFINE(USE_NO_COLOR,0)
|
||||
# use the new XmHTML instead of the old htmlw
|
||||
AC_DEFINE(USE_HTMLW,0)
|
||||
AC_DEFINE(USE_XMHTML,1)
|
||||
|
||||
AC_SUBST(cflags)
|
||||
AC_SUBST(lflags)
|
||||
@ -29,6 +32,7 @@ AC_PROG_RANLIB
|
||||
AC_SUBST(RANLIB)
|
||||
AC_PROG_CC
|
||||
AC_SUBST(CC)
|
||||
AC_ISC_POSIX
|
||||
AC_C_BIGENDIAN
|
||||
|
||||
# *******************************************
|
||||
@ -44,8 +48,5 @@ AC_CHECK_LIB(Xpm, XpmReadFileToXpmImage,
|
||||
AC_SUBST(LIBS)
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_OUTPUT(Makefile src/Makefile lib/Makefile lib/libhtmlw/Makefile
|
||||
lib/Xbae-4.6.
|
||||
2-linas/Makefile lib/Xbae-4.6.2-linas/src/Makefile
|
||||
lib/ComboBox-1.33/Makefile)
|
||||
AC_OUTPUT(Makefile src/Makefile lib/Makefile lib/XmHTML-1.1.0/Makefile lib/XmHTML-1.1.0/src/Makefile lib/libhtmlw/Makefile lib/Xbae-4.6.2-linas/Makefile lib/Xbae-4.6.2-linas/src/Makefile lib/ComboBox-1.33/Makefile)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user