================================================================
= Naming
-* We've adopted the convention that internal AC_SUBSTs should be
- named with a leading 'am__', and internally generated targets
- should be named with a leading 'am--'. This convention, although
- in place from at least February 2001, isn't yet universally used.
- But all new code should use it.
-
- We used to use '_am_' as the prefix for an internal AC_SUBST.
- However, it turns out that NEWS-OS 4.2R complains if a Makefile
- variable begins with the underscore character. Yay for them.
- I changed the target naming convention just to be safe.
+* Internal make variables and functions should be named following patterns
+ like 'am.tty-colors' or 'am.dist.files'.
+
+* Internal AC_SUBSTs should be named with a leading 'am__'.
+
+* Private make targets should be named with a leading 'am--'.
+
+* WARNING! This convention, introduced recently (since July 2012),
+ isn't yet universally used. But all new code should use it,
+ except in those situation where that would cause spurious
+ conflicts with mainline Automake.
================================================================
= Editing '.am' files