diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2014-04-22 15:10:57 +0200 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2014-04-22 15:10:57 +0200 |
commit | aae45a3089686ac7adeabb77ba04350430e3ae8c (patch) | |
tree | 2dd5c8172844f05dafe6ef7e8fb20410ef844bde | |
parent | 55a24796f1152c2fc41464f57d829b018fa75174 (diff) | |
download | pam_tacplus-aae45a3089686ac7adeabb77ba04350430e3ae8c.tar.gz pam_tacplus-aae45a3089686ac7adeabb77ba04350430e3ae8c.zip |
Added macro dir and fix readme issue
-rw-r--r-- | configure.ac | 3 |
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. |