summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 21:21:54 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 21:21:54 (EDT)
commit7fd9aa9fe32b1721d5606d554fa58b8d34a44f43 (patch)
treea7faa6269808b22a92b6554c51269e70c472f7b8 /configure.ac
parent3f819f1773e21433429f85480c6e91ba465ef631 (diff)
configure.ac: Require build-aux/tap-driver.sh
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b34ae71..f33b9d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_INIT([ProteanOS Archive Manager], [2.0.0],
[mailto:proteanos-dev@lists.proteanos.com], [pro-archman],
[http://www.proteanos.com/dev/pro-archman/])
AC_CONFIG_AUX_DIR([build-aux])
+AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_CONFIG_SRCDIR([src/main.sh])
AM_INIT_AUTOMAKE([gnu check-news dist-bzip2 dist-xz subdir-objects])