Skip to content
Snippets Groups Projects
Commit d7cab1d9 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

compile fix


Without this I get

	$ make
	aclocal --acdir=./m4 --output=aclocal.m4
	aclocal: error: unrecognized option '--acdir=./m4'.
	aclocal: Try '/usr/bin/aclocal --help' for more information.
	make: *** [aclocal.m4] Error 1

on my Fedora 20 machine.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 9422024a
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ $(CONFIGURE): aclocal.m4
touch .census
aclocal.m4::
aclocal --acdir=$(TOPDIR)/m4 --output=$@
aclocal --output=$@
# we don't have any docs to install just now ...
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment