On Mon, 12 Aug 2013, Santiago Vila wrote:

> The following lines from the build log may be relevant:
> 
> Making install in po
> make[1]: Entering directory `/tmp/diffutils-3.3/po'
> /bin/sh: 6: @mkdir_p@: not found

Hi again. I finally did this to solve the build problem:

--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -42,7 +42,7 @@
 mkinstalldirs = $(SHELL) @install_sh@ -d
 install_sh = $(SHELL) @install_sh@
 MKDIR_P = @MKDIR_P@
-mkdir_p = @mkdir_p@
+mkdir_p = $(MKDIR_P)
 
 GMSGFMT_ = @GMSGFMT@
 GMSGFMT_no = @GMSGFMT@


Thanks.



Reply via email to