Skip to content

Commit

Permalink
[pre-depends] bump m4 to 1.4.17
Browse files Browse the repository at this point in the history
- version bump fixes osx clang build issue
- fix LIBDYLIB definition that it not always reinstalls if nothing has changed
  • Loading branch information
Rechi authored and pkerling committed Aug 7, 2017
1 parent 63099e5 commit 7489734
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/depends/pre-depends/m4-pre-depends/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
include ../../Makefile.include.in
DEPS=Makefile
PREFIX=$(CURDIR)/../../pre-build-deps
PLATFORM=native
TARBALLS_LOCATION=$(PREFIX)
RETRIEVE_TOOL=curl
ARCHIVE_TOOL=tar
# lib name, version
LIBNAME=m4
VERSION=1.4.9
VERSION=1.4.17
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz

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

LIBDYLIB=$(PLATFORM)/bin/$(LIBNAME)
LIBDYLIB=$(PLATFORM)/src/$(LIBNAME)

CLEAN_FILES=$(ARCHIVE) $(PLATFORM)

Expand Down

0 comments on commit 7489734

Please sign in to comment.