We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa21b5c commit 03e5877Copy full SHA for 03e5877
configure.ac
@@ -1,6 +1,9 @@
1
AC_PREREQ([2.60])
2
AC_INIT([bash-completion], [2.11])
3
-AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip -Wall -Wno-portability -Werror])
+dnl tar-pax for portable UTF-8 handling
4
+AM_INIT_AUTOMAKE([
5
+ foreign dist-xz no-dist-gzip tar-pax -Wall -Wno-portability -Werror
6
+])
7
AC_PROG_LN_S
8
AC_PROG_MKDIR_P
9
AC_PROG_SED
0 commit comments