I am getting this strange error from autoheader. % autoheader autoheader: No template for symbol `PATH_SEPARATOR' The code that defines this var looks like: AC_DEFINE(PATH_SEPARATOR, ';') Whats up with that? If I use the old version of autoheader, it given me some other error. Symbol `PATH_SEPARATOR' is not covered by /usr/share/autoconf/acconfig.h Both of these errors seem wrong, I should be able to call AC_DEFINE with 1, 2, or 3 arguments. Mo DeJong Red Hat Inc
- Re: No template for symbol error Mo DeJong
- Re: No template for symbol error Akim Demaille