Skip to content

Commit 82b32d0

Browse files
committed
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
1 parent 574d469 commit 82b32d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
AC_PREREQ([2.69])
22
AC_INIT([mod_auth_gssapi], [0.0.1], [simo@redhat.com])
33
AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c])
4-
AM_INIT_AUTOMAKE
4+
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
5+
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
56
AC_CONFIG_MACRO_DIR([m4])
67
AC_CONFIG_HEADERS([config.h])
78

0 commit comments

Comments
 (0)