summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 431ba45..59a5d45 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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