summaryrefslogtreecommitdiff
blob: 2a726b8abedc484921b152c949d0320f2f321825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
fix Makefile.in.in rather than running `autopoint` as that requires cvs

http://bugs.gentoo.org/142565
http://bugs.gentoo.org/142997

--- po/Makefile.in.in
+++ po/Makefile.in.in
@@ -27,7 +27,7 @@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = @MKINSTALLDIRS@
+mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
 
 GMSGFMT = @GMSGFMT@
 MSGFMT = @MSGFMT@