summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-10-27 13:43:10 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-10-27 13:43:10 +0100
commit6be316e88f686b29d502a69536f7773b1636e9ea (patch)
tree5a1859f4101c612d86b2dc0ad3ff1568c3c53ee8
parent1d8db24de6fce25997b1e672c497daf9b60ac725 (diff)
Specify m4 directory in configure script
-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