Bug#435798: gettext: Missing @MKINSTALLDIRS@ substitution in the autotools

2007-08-03 Thread Daniel Leidert
Am Freitag, den 03.08.2007, 10:58 +0200 schrieb Emmanuel Fleury: [..] make[2]: Entering directory `bless/debian-pkg/bless-0.5.1/po' /bin/sh @MKINSTALLDIRS@ bless/debian-pkg/bless-0.5.1/debian/bless/usr/share /bin/sh: @MKINSTALLDIRS@: No such file or directory make[2]: *** [install-data-yes]

Bug#435798: gettext: Missing @MKINSTALLDIRS@ substitution in the autotools

2007-08-03 Thread Emmanuel Fleury
Some updates... Looking at the m4/nls.m4 script: AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS)

Bug#435798: gettext: Missing @MKINSTALLDIRS@ substitution in the autotools

2007-08-03 Thread Emmanuel Fleury
Package: gettext Version: 0.16.1-2 Severity: normal I'm 'flying' around a project using gettext and the autotools, recently I've hit the following problem: Making install in po make[2]: Entering directory `bless/debian-pkg/bless-0.5.1/po' /bin/sh @MKINSTALLDIRS@