From 84e5ac623e7b86de9f9a0821d46f4a297535099d Mon Sep 17 00:00:00 2001 From: Jon Masters Date: Thu, 12 Mar 2009 13:35:50 -0400 Subject: [PATCH] docs: don't forget to pass -I m4 to aclocal We now use a separated out build directory to aid in building debug/nodebug versions of the binaries for ease of testing, and other reasons. We need to have aclocal include the m4 directory to pull in the additional macro. Signed-off-by: Jon Masters --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index dd9a443..cb5fd1b 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ OR, 6) If you want to hack on the source: autoreconf -i - (or in full: aclocal && automake --add-missing --copy && autoconf) + (or in full: aclocal -I m4 && automake --add-missing --copy && autoconf) If this is all too complicated, I recommend getting and installing the source rpm or debian package instead. -- 2.11.4.GIT