]> git.saurik.com Git - wxWidgets.git/commitdiff
added APPEXTRADEFS var so things like tex2rtf can pass their own flags to the make...
authorRon Lee <ron@debian.org>
Thu, 17 Feb 2000 13:57:54 +0000 (13:57 +0000)
committerRon Lee <ron@debian.org>
Thu, 17 Feb 2000 13:57:54 +0000 (13:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in
utils/tex2rtf/src/Makefile.in

index e59f52ce454af68ae85f993113861219a86fb5e0..4f4d5682464b99868ef4e6743c545b51d9809134 100644 (file)
@@ -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
index 65cdbb704c001e63540df7d05eff01cce26922d0..075c80ce30946308bbbcf75432c9a75290995786 100644 (file)
@@ -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@/..