2000-10-18 20:42:20 +08:00
|
|
|
## ----------------------## -*- Autoconf -*-
|
2000-01-29 20:18:40 +08:00
|
|
|
## Prepare for testing. ##
|
|
|
|
## ----------------------##
|
|
|
|
|
2001-01-16 18:25:57 +08:00
|
|
|
#serial 3
|
2000-01-29 20:18:40 +08:00
|
|
|
|
2001-01-16 18:25:57 +08:00
|
|
|
# AT_CONFIG([AUTOTEST-PATH = .])
|
|
|
|
# ------------------------------
|
|
|
|
# Configure the test suite.
|
|
|
|
#
|
|
|
|
# AUTOTEST-PATH must help the test suite to find the executables, i.e.,
|
|
|
|
# if the test suite is in `tests/' and the executables are in `src/',
|
|
|
|
# pass `../src'. If there are also executables in the source tree, use
|
|
|
|
# `../src:$top_srcdir/src'.
|
2000-10-18 20:42:20 +08:00
|
|
|
AC_DEFUN([AT_CONFIG],
|
2001-01-16 18:25:57 +08:00
|
|
|
[AC_SUBST([AUTOTEST_PATH], [m4_default([$1], [.])])])
|