build: corrected MKINSTALLDIRS in po-properties/Makefile.in.in
commit8b516e633d0af3e492b47887aa57253c35e3c0af
authorNicola Fontana <ntd@entidi.it>
Sat, 24 Mar 2012 07:49:12 +0000 (24 08:49 +0100)
committerNicola Fontana <ntd@entidi.it>
Sat, 24 Mar 2012 08:32:48 +0000 (24 09:32 +0100)
treefb90599fe8ebc44ff697036bdfd83858508318de
parent7718983853e08662a9c49bb2ccef5eb44af023be
build: corrected MKINSTALLDIRS in po-properties/Makefile.in.in

The MKINSTALLDIRS var above suffers from serious expansion problems:
$ac_aux_dir, part of MKINSTALLDIRS when AC_CONFIG_AUX_DIR() is used,
is embedded in its expanded form. This means is useless because can be
either an absolute path or a path relative to $(top_srcdir).

To avoid tinkering with this path, the proper hardcoded version
"$(top_srcdir)/build/mkinstalldirs" will be used instead.
po-properties/Makefile.in.in