diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-10-27 13:43:10 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-10-27 13:43:10 +0100 |
commit | 6be316e88f686b29d502a69536f7773b1636e9ea (patch) | |
tree | 5a1859f4101c612d86b2dc0ad3ff1568c3c53ee8 | |
parent | 1d8db24de6fce25997b1e672c497daf9b60ac725 (diff) |
Specify m4 directory in configure script
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ do done # generate aclocal.m4 from configure.ac -aclocal -I m4 +aclocal # generate config.h.in from configure.ac autoheader --warnings=all --force diff --git a/configure.ac b/configure.ac index 4f49cc6..f9a501c 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ AC_INIT([nss-pam-ldapd], RELEASE_MONTH="Aug 2013" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) +AC_CONFIG_MACRO_DIR([m4]) # some initialisation AC_CANONICAL_TARGET |