Download M4 Source Macro Index Page

ac_echo_n

Synopsis

AC_ECHO_N(PATH)

Description

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

Author

Guido Draheim <guidod@gmx.de>

Last Modified

2001-05-03

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])