Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / gnu / dist / autoconf / m4 / atconfig.m4
blob79c7c722683310b726bf0059865648ae81e770ab
1 ## ----------------------##                              -*- Autoconf -*-
2 ## Prepare for testing.  ##
3 ## ----------------------##
5 #serial 3
7 # AT_CONFIG([AUTOTEST-PATH = .])
8 # ------------------------------
9 # Configure the test suite.
11 # AUTOTEST-PATH must help the test suite to find the executables, i.e.,
12 # if the test suite is in `tests/' and the executables are in `src/',
13 # pass `../src'.  If there are also executables in the source tree, use
14 # `../src:$top_srcdir/src'.
15 AC_DEFUN([AT_CONFIG],
16 [AC_SUBST([AUTOTEST_PATH], [m4_default([$1], [.])])])