Skip to content

Commit

Permalink
Makefile: Add -I . to ACLOCAL_AMFLAGS
Browse files Browse the repository at this point in the history
Without this when aclocal is automatically run it doesn't generate a working
configure.
  • Loading branch information
sirainen committed Nov 16, 2016
1 parent c4c48f8 commit 1e78108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,5 +1,5 @@
aclocaldir = $(datadir)/aclocal
ACLOCAL_AMFLAGS=-I m4
ACLOCAL_AMFLAGS=-I . -I m4

SUBDIRS = \
. \
Expand Down

0 comments on commit 1e78108

Please sign in to comment.