Google

Back to the Main Page.

ac_echo_n

Download the M4 Source.

Synopsis

Version

1.1.1.1 (2001/07/26)     guidod @ ac-archive-0.5.39

Author

complain to <guidod@gmx.de>

Description
AC_ECHO_N(PATH) this is somewhat like the macro _AC_ECHO_N from autoconf 2.4x defined here for use in autoconf 2.1x, add the _ when you use 2.4x

M4 Source Code

# _AC_ECHO_N(STRING, [FD = AS_MESSAGE_FD])
# ------------------------------------
# Same as _AS_ECHO, but echo doesn't return to a new line.
AC_DEFUN([AC_ECHO_N],[dnl
[echo $ac_n "$1""$ac_c" >&AC_FD_MSG])