diff options
-rw-r--r-- | configure.ac | 1 |
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]) |