mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
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)
|
||
|
])
|