From 19a9df0980f731c918dd384e2bf0a72bb9a5345f Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Thu, 17 Feb 2000 13:57:54 +0000 Subject: [PATCH] added APPEXTRADEFS var so things like tex2rtf can pass their own flags to the make system git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- utils/tex2rtf/src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index e59f52ce45..4f4d568246 100644 --- a/configure.in +++ b/configure.in @@ -3387,7 +3387,7 @@ if test "$wxUSE_GUI" = "yes"; then font fractal image minimal richedit" dnl this is needed to be able to find AFM files - CPPFLAGS="$CPPFLAGS \$(EXTRADEFS)" + CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" else SAMPLES_SUBDIRS="" fi diff --git a/utils/tex2rtf/src/Makefile.in b/utils/tex2rtf/src/Makefile.in index 65cdbb704c..075c80ce30 100644 --- a/utils/tex2rtf/src/Makefile.in +++ b/utils/tex2rtf/src/Makefile.in @@ -9,7 +9,7 @@ # # Makefile for Tex2RTF (Unix) -EXTRADEFS=-DNO_GUI +APPEXTRADEFS=-DNO_GUI # comment out if you want GUI version of tex2rtf... top_srcdir = @top_srcdir@/.. -- 2.45.2