>>>>> "Andrew" == Andrew Begel <[EMAIL PROTECTED]> writes:
Andrew> I'm using Autoconf 2.52, and trying to detect the shell Andrew> command, printf using Andrew> AC_CHECK_PROG(PRINTF, printf, printf) Andrew> This check comes up empty when printf is not a standalone Andrew> binary, but a built-in shell command (on bash in MSYS/Windows Andrew> it is). What is the proper check to use in this case? if bash -c builtin printf blah blah or something like that.
