summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 3be96fdf..1f3b37e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,9 @@
AC_PREREQ([2.60])
-AC_INIT([bash-completion], [2.8])
-AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Werror])
+AC_INIT([bash-completion], [2.9])
+AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Wno-portability -Werror])
AC_PROG_LN_S
AC_PROG_MKDIR_P
+AC_PROG_SED
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
AC_CONFIG_FILES([
Makefile
@@ -10,8 +11,7 @@ completions/Makefile
doc/Makefile
helpers/Makefile
test/Makefile
-bash-completion.pc
-bash-completion-config.cmake
-bash-completion-config-version.cmake
+test/t/Makefile
+test/t/unit/Makefile
])
AC_OUTPUT