Use appropriate flags so make dist works
authorSimo Sorce <simo@redhat.com>
Wed, 16 Apr 2014 00:54:47 +0000 (20:54 -0400)
committerSimo Sorce <simo@redhat.com>
Wed, 16 Apr 2014 00:58:15 +0000 (20:58 -0400)
On my system I have high UIds, without tar-pax make dist fails.
Also add other useful parameters

configure.ac

index e65a44a..85c72ae 100644 (file)
@@ -1,7 +1,8 @@
 AC_PREREQ([2.69])
 AC_INIT([mod_auth_gssapi], [0.0.1], [simo@redhat.com])
 AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])