]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Use configure.ac hack to apply serial_test AM option only if supported.
authorGert Doering <gert@greenie.muc.de>
Mon, 1 Jun 2015 19:04:47 +0000 (21:04 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 1 Jun 2015 19:16:46 +0000 (21:16 +0200)
commitd378850ab70af4c967d099627f0a19ad42ecbdcb
tree31ae2aa1c8353ee94f8bc17246ee21d1aa41e3a3
parent38c9f980d4f7cb7061f9db3ed8645ab3404e533d
Use configure.ac hack to apply serial_test AM option only if supported.

Inspired by libguestfs' configure.ac hack - test automake version,
and if 1.12 or newer, use m4 magic to pass "serial_tests" option
to AM_INIT_AUTOMAKE().

https://www.redhat.com/archives/libguestfs/2013-February/msg00102.html

Trac #427

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: <1433185487-9724-1-git-send-email-gert@greenie.muc.de>
URL: http://article.gmane.org/gmane.network.openvpn.devel/9769
(cherry picked from commit c615835aa93701c764c23fc2579d97757c1a9970)
configure.ac