diff options
| author | Simo Sorce <simo@redhat.com> | 2014-04-15 20:54:47 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2014-04-15 20:58:15 -0400 |
| commit | 82b32d097d2e3f4e5b9c9f6c87a5ca016139d562 (patch) | |
| tree | 7bef77f5393a1d76b91ca7b894a9cab8015bf0d4 | |
| parent | 574d469f451f2c68809c56a3a8c905a7800df33d (diff) | |
| download | mod_auth_gssapi-82b32d097d2e3f4e5b9c9f6c87a5ca016139d562.tar.gz mod_auth_gssapi-82b32d097d2e3f4e5b9c9f6c87a5ca016139d562.tar.xz mod_auth_gssapi-82b32d097d2e3f4e5b9c9f6c87a5ca016139d562.zip | |
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
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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]) |
