From aae45a3089686ac7adeabb77ba04350430e3ae8c Mon Sep 17 00:00:00 2001 From: Jeroen Nijhof Date: Tue, 22 Apr 2014 15:10:57 +0200 Subject: Added macro dir and fix readme issue --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3