mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
ab73229498
* doc/autoconf.texi (Default Includes): Export the knowledge on disabling echo's trailing new line. * acspecific.m4 (AC_PROG_ECHO_N): Renamed as... (_AC_PROG_ECHO): this. Set ECHO_N, ECHO_C, ECHO_T instead of ac_n, ac_c and ac_t. All dependencies changed. * doc/autoconf.texi (Preset Output Variables): Document ECHO_C, ECHO_N and ECHO_T. * m4/atconfig.m4 (fp_PROG_ECHO): Removed. (AT_CONFIG): Don't use it.
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
## ----------------------##
|
|
## Prepare for testing. ##
|
|
## ----------------------##
|
|
|
|
# Single argument says where are built sources to test, relative to the
|
|
# built test directory. Maybe omitted if the same (flat distribution).
|
|
|
|
AC_DEFUN(AT_CONFIG,
|
|
[AT_TESTPATH=ifelse($1, , ., $1)
|
|
AC_SUBST(AT_TESTPATH)
|
|
])
|