> AC_CONFIG_MACRO_DIRS is the one you want to use (plural form). Thanks. I wasn't aware that it exists (since it is missing in the autoconf 2.69 documentation). I now see that it is mentioned in automake, but the macro's prefix `AC_' didn't make me look it up there.
Werner