autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Shell built-in command detection?


From: Andrew Begel
Subject: Shell built-in command detection?
Date: Tue, 19 Mar 2002 10:28:06 -0800

I'm using Autoconf 2.52, and trying to detect the shell command, printf using

AC_CHECK_PROG(PRINTF, printf, printf)

This check comes up empty when printf is not a standalone binary, but a built-in shell command (on bash in MSYS/Windows it is). What is the proper check to use in this case?

Thanks,

Andrew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]