>>>>> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: Mo> I am getting this strange error from autoheader. % autoheader Mo> autoheader: No template for symbol `PATH_SEPARATOR' Mo> The code that defines this var looks like: Mo> AC_DEFINE(PATH_SEPARATOR, ';') Mo> Both of these errors seem wrong, I should be able to call Mo> AC_DEFINE with 1, 2, or 3 arguments. Yes you can, *if* you have templated PATH_SEPARATOR, which you can do using acconfig.h, but you should not, or use AC_DEFINE/3.
- No template for symbol error Mo DeJong
- Akim Demaille