From 6be316e88f686b29d502a69536f7773b1636e9ea Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 27 Oct 2013 13:43:10 +0100 Subject: Specify m4 directory in configure script --- autogen.sh | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3