On 1 Dec 2000, Assar Westerlund wrote: > AC_PATH_PROG(PINGPATH, ping) > AC_DEFINE_UNQUOTED(PINGPATH, "$PINGPATH", [path to ping]) Worked like a charm! Thanks tons. >From config.h: /* path to ping */ #define PINGPATH "/bin/ping" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matthew whitworth [EMAIL PROTECTED] Between here and there is better than either here or there!
- trying to get AC_PATH_PROG into config.h... Matthew Whitworth
- Re: trying to get AC_PATH_PROG into config.h... Assar Westerlund
- Matthew Whitworth
