Skip to content

Commit

Permalink
Pass -I option to aclocal.
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneD committed May 1, 2015
1 parent 3bc3197 commit 2ac35b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -145,7 +145,7 @@ conf:
cd $(srcdir) && $(MAKE) -f prepare-source.mak conf

aclocal.m4: m4/*.m4
aclocal
aclocal -I $(srcdir)/m4

configure.sh config.h.in: configure.ac aclocal.m4
@if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; fi
Expand Down
2 changes: 1 addition & 1 deletion prepare-source.mak
@@ -1,7 +1,7 @@
conf: configure.sh config.h.in

aclocal.m4:
aclocal
aclocal -I m4

configure.sh: configure.ac aclocal.m4
autoconf -o configure.sh
Expand Down

0 comments on commit 2ac35b4

Please sign in to comment.