Commit 1b0b082d authored by Pierre Ynard's avatar Pierre Ynard

contrib: use real prefix when hacking libintl headers

parent 1bc507d1
...@@ -399,7 +399,7 @@ else ...@@ -399,7 +399,7 @@ else
endif endif
# Work around another non-sense of autoconf. # Work around another non-sense of autoconf.
ifdef HAVE_WIN32 ifdef HAVE_WIN32
(cd ../include; sed -i.orig '311 c #if 0' libintl.h) (cd $(PREFIX)/include; sed -i.orig '311 c #if 0' libintl.h)
endif endif
$(INSTALL_NAME) $(INSTALL_NAME)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment