Re: [Cppunit-devel] Re: [patch] fix aclocal warning
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-07-16 07:01:50
|
I'm using automake 1.9.5 on SUSE 9.3. My rough guess (based on automake warning link explanation, I don't know much about automake) on how the patch introduce this error: the "quoting" introduce a separate "namespace" for the aclocal macro, and the declaration of DOC in that macro is put that "namespace". Hence DOC is no longer visible in doc/Makefile.am. Baptiste. ----- Original Message ----- From: "Brad Hards" <br...@fr...> To: <cpp...@li...> Cc: "Baptiste Lepilleur" <bl...@us...> Sent: Saturday, July 16, 2005 2:12 AM Subject: Re: [Cppunit-devel] Re: [patch] fix aclocal warning > I'm having trouble seeing how my patch changed this, but I'll take another > look. Can you tell me what automake version you are using? > > Brad |