From c2cc00028b79adcbe9ed4b26f6d6c380fb4bb07b Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 26 Aug 2010 13:49:33 +0000 Subject: Relevant BUGIDs: #2315432, debian#284854#42. Purpose of commit: bugfix Commit summary: --------------- 2010-08-26 Thorsten Kukuk * doc/specs/Makefile.am: Use CC_FOR_BUILD as compiler (cross compile support). * configure.in: Check for host compiler if cross compiling. Bug #2315432, debian#284854#42. --- doc/specs/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/specs/Makefile.am') diff --git a/doc/specs/Makefile.am b/doc/specs/Makefile.am index 595c09bf..d92ddd38 100644 --- a/doc/specs/Makefile.am +++ b/doc/specs/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2006 Thorsten Kukuk +# Copyright (c) 2005, 2006, 2010 Thorsten Kukuk # CLEANFILES = draft-morgan-pam-current.txt *~ @@ -11,6 +11,8 @@ draft-morgan-pam-current.txt: padout draft-morgan-pam.raw AM_YFLAGS = -d +CC = @CC_FOR_BUILD@ + BUILT_SOURCES = parse_y.h noinst_PROGRAMS = padout -- cgit v1.2.3