autoconf/m4/atconfig.m4
Akim Demaille c27236bff5 * tests/atgeneral.m4 (AT_INIT): Avoid foo="bar", foo=bar is
enough.
Use grep to check the presence of a string in a stream.
* m4/atconfig.m4: Quote.
2000-10-18 12:42:20 +00:00

14 lines
375 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],
[AT_TESTPATH=ifelse([$1], [], [.], [$1])
AC_SUBST(AT_TESTPATH)
])