>>>>> "Earnie" == Earnie Boyd <[EMAIL PROTECTED]> writes:
Earnie> But, neither of you answered my question. Why not use `_' to
Earnie> prefix A?_* names? You can then declare that the user is
Earnie> incorrect as _A?_* is a vendor variable! I as a user should
Earnie> be allowed to declare A?_ as a variable or function. I as a
Earnie> user should never declare _A?_ as a variable or function.
Let it be for elegance: why would you want to run _AU_DEFUN instead of
AU_DEFUN etc. Leading underscore has another meaning: private. _AC_
is private to Autoconf, _AU_ to autoupdate etc. That's a different
issue.
And anyway, you just delay the problem to the day someone will need
_AR_FLAGS, or _AC_OPTIONS.