Skip to content

Commit

Permalink
Fix path autoconf-pre-depends looks in for m4
Browse files Browse the repository at this point in the history
The pre-build-deps folder is under tools/depends so one .. is missing
  • Loading branch information
pkerling committed Aug 6, 2017
1 parent 794694a commit 63099e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/pre-depends/autoconf-pre-depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VERSION=2.68
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz

export PATH:=$(CURDIR)/../pre-build-deps/bin:$(PATH)
export PATH:=$(CURDIR)/../../pre-build-deps/bin:$(PATH)

# configuration settings
CONFIGURE=./configure --prefix=$(PREFIX)
Expand Down

0 comments on commit 63099e5

Please sign in to comment.