summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Nijhof <jeroen@jeroennijhof.nl>2014-04-22 15:10:57 +0200
committerJeroen Nijhof <jeroen@jeroennijhof.nl>2014-04-22 15:10:57 +0200
commitaae45a3089686ac7adeabb77ba04350430e3ae8c (patch)
tree2dd5c8172844f05dafe6ef7e8fb20410ef844bde
parent55a24796f1152c2fc41464f57d829b018fa75174 (diff)
downloadpam_tacplus-aae45a3089686ac7adeabb77ba04350430e3ae8c.tar.gz
pam_tacplus-aae45a3089686ac7adeabb77ba04350430e3ae8c.zip
Added macro dir and fix readme issue
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 88e65ba..c6c5b02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,10 @@ See the included file: COPYING for copyright information.
])
AC_INIT(pam_tacplus, 1.3.8, [jeroen@jeroennijhof.nl,pawel.krawczyk@hush.com])
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([pam_tacplus.c])
AC_CONFIG_HEADER([config.h])
+AC_CONFIG_MACRO_DIR([config])
dnl --------------------------------------------------------------------
dnl Checks for programs.