Hello,
I noticed that a comment mentions AM_ASFLAGS instead of AM_CCASFLAGS.
Moreover, the comment should mention AM_CPPFLAGS, too.
Patch attached.
Stepan
2005-08-15 Stepan Kasal <[EMAIL PROTECTED]>
* automake.in (Languages) <cppasm>: Fix typo in the comment.
Index: automake.in
===================================================================
RCS file: /cvsroot/automake/automake/automake.in,v
retrieving revision 1.1611
diff -u -r1.1611 automake.in
--- automake.in 7 Aug 2005 09:48:30 -0000 1.1611
+++ automake.in 15 Aug 2005 17:44:30 -0000
@@ -827,8 +827,9 @@
'autodep' => 'CCAS',
'flags' => ['CCASFLAGS', 'CPPFLAGS'],
- # Users can set AM_ASFLAGS to include DEFS, INCLUDES,
- # or anything else required. They can also set CCAS.
+ # Users can set AM_CCASFLAGS to include DEFS, INCLUDES,
+ # or anything else required beyond AM_CPPFLAGS. They
+ # can also set CCAS.
'compile' => '$(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS)
$(AM_CCASFLAGS) $(CCASFLAGS)',
'compiler' => 'CPPASCOMPILE',
'compile_flag' => '-c',