From 82b32d097d2e3f4e5b9c9f6c87a5ca016139d562 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 15 Apr 2014 20:54:47 -0400 Subject: [PATCH] Use appropriate flags so make dist works On my system I have high UIds, without tar-pax make dist fails. Also add other useful parameters --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e65a44a..85c72ae 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.1.4