configure.ac: Declare we're using the serial test harness

Fixes #200.
This commit is contained in:
Ricardo M. Correia 2015-04-10 18:16:44 +02:00 committed by Eelco Dolstra
parent 63306aaf5a
commit 5af301ee82

View file

@ -1,6 +1,6 @@
AC_INIT([Hydra], [m4_esyscmd([echo -n $(cat ./version)$VERSION_SUFFIX])],
[nix-dev@cs.uu.nl], [hydra], [http://nixos.org/hydra/])
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_LANG([C++])