bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure does not output CPPFLAGS to Makefile


From: Akihiro Sagawa
Subject: configure does not output CPPFLAGS to Makefile
Date: Sat, 29 May 2004 19:19:48 +0900

GROFF VERSION:
1.19

MACHINE:
PC/AT compatible P4-machine

OS:
FreeBSD 5.2-CURRENT

COMPILER:
gcc (GCC) 3.3.3 [FreeBSD] 20031106

INPUT FILES:
none

COMMAND LINE:
env CPPFLAGS=/usr/another/include ./configure

DESCRIPTION OF INCORRECT BEHAVIOUR:
Although Makefile.comm. uses CPPFLAGS,
produced Makefile doesn't include CPPFLAGS.

SUGGESTED FIX:
Please apply this patch to Makefile.in

--- Makefile.in.orig    Sat Oct 18 12:01:52 2003
+++ Makefile.in Sat May 29 14:40:36 2004
@@ -298,6 +298,7 @@

 address@hidden@
 address@hidden@
address@hidden@
 address@hidden@
 address@hidden@
 YACCFLAGS=-v
@@ -345,6 +346,7 @@
   "CCFLAGS=$(CCFLAGS)" \
   "CDEFINES=$(CDEFINES)" \
   "CFLAGS=$(CFLAGS)" \
+  "CPPFLAGS=$(CPPFLAGS)" \
   "DEVICE=$(DEVICE)" \
   "DVIPRINT=$(DVIPRINT)" \
   "ETAGS=$(ETAGS)" \

-- 
Akihiro SAGAWA <address@hidden>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]