mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
7bb9bdc360
because AT_TESTPATH looks like a macro. * tests/atconfig.in: Likewise.
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
## ----------------------## -*- Autoconf -*-
|
|
## Prepare for testing. ##
|
|
## ----------------------##
|
|
|
|
#serial 2
|
|
|
|
# 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],
|
|
[AUTOTEST_PATH=ifelse([$1], [], [.], [$1])
|
|
AC_SUBST(AUTOTEST_PATH)
|
|
])
|