From: Simo Sorce Date: Wed, 16 Apr 2014 00:54:47 +0000 (-0400) Subject: Use appropriate flags so make dist works X-Git-Tag: v1.0.0~8 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=commitdiff_plain;h=82b32d097d2e3f4e5b9c9f6c87a5ca016139d562 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 --- 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])