From: Bruno Haible Date: Mon, 8 May 2006 20:13:59 +0000 (+0000) Subject: Create directory 'windows' if $srcdir != $builddir. X-Git-Tag: v0.15~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24404cc670b587213694cb19af7642ed6ebde61d;p=thirdparty%2Fgettext.git Create directory 'windows' if $srcdir != $builddir. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 69a74f87a..4b208b88a 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2006-05-08 Bruno Haible + + * Makefile.am (windows/stdbool.h): Create directory if needed. + Based on a patch by Charles Wilson. + 2006-04-30 Bruno Haible * configure.ac: Invoke gl_STDARG_H. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index fb3e148ad..e9073caf7 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -231,6 +231,7 @@ config.h.msvc: config.h.in ../version.sh < $(srcdir)/config.h.in > $@ windows/stdbool.h: lib/stdbool_.h + test -d windows || mkdir windows sed -e 's/@''HAVE__BOOL''@/0/' < $(srcdir)/lib/stdbool_.h > $@ all-local : windows/stdbool.h