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 574d469 commit 82b32d0Copy full SHA for 82b32d0
configure.ac
@@ -1,7 +1,8 @@
1
AC_PREREQ([2.69])
2
AC_INIT([mod_auth_gssapi], [0.0.1], [simo@redhat.com])
3
AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c])
4
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
5
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
6
AC_CONFIG_MACRO_DIR([m4])
7
AC_CONFIG_HEADERS([config.h])
8
0 commit comments