From d762128fe864268596a074db7da796216613f0b8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 2 Mar 2007 01:53:11 +0000 Subject: [PATCH] Recommend to set -D options in CPPFLAGS, not CFLAGS. --- ChangeLog | 6 ++++++ doc/relocatable-maint.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 37bc7bee66..ab1d9012de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-01 Bruno Haible + + * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not + foo_CFLAGS. + Reported by Ralf Wildenhues. + 2007-03-01 Bruno Haible * build-aux/install-reloc: Remove object files left over by some diff --git a/doc/relocatable-maint.texi b/doc/relocatable-maint.texi index a8fce10ced..da57402a4b 100644 --- a/doc/relocatable-maint.texi +++ b/doc/relocatable-maint.texi @@ -116,7 +116,7 @@ In your @file{Makefile.am}, for every program @command{foo} that gets installed in, say, @file{$(bindir)}, you add: @example -foo_CFLAGS = -DINSTALLDIR=\"$(bindir)\" +foo_CPPFLAGS = -DINSTALLDIR=\"$(bindir)\" if RELOCATABLE_VIA_LD foo_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` endif -- 2.30.2