>>>>> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes:
Harlan> What's the best way to handle getting header template stuff
Harlan> from a local macro into acconfig.h?
Harlan> It looks like aclocal does not scan acinclude.m4, which seems
Harlan> to be a logical place to look if one doesn't want to have to
Harlan> maintain local "check" information in 2 places...
I don't understand the `check' thing you are referring to.
What is the exact failure you see?
Did you embed the AH_ macro inside AC_ macros? That's the logical
means to do that. See AC_CHECK_FUNCS for instance.