From: Bruno Haible Date: Wed, 7 Dec 2005 12:41:41 +0000 (+0000) Subject: Move m4/woe32-dll.m4 to upper directory. X-Git-Tag: v0.15~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d587eca5fbedc4708b793ddb45037fc181a8e6b1;p=thirdparty%2Fgettext.git Move m4/woe32-dll.m4 to upper directory. --- diff --git a/ChangeLog b/ChangeLog index b4ab07d70..1c467cdc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ Cygwin portability. * build-aux/install-reloc: Expect additional exeext argument. On Cygwin, use suffix ".bin.exe" instead of just ".bin". + * m4/woe32-dll.m4: New file. + * Makefile.am (EXTRA_DIST): Add it. 2005-09-18 Bruno Haible diff --git a/Makefile.am b/Makefile.am index e1ad93cba..45d3d2a11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ EXTRA_DIST = \ version.sh PACKAGING ChangeLog.0 autogen.sh \ build-aux/config.libpath build-aux/reloc-ldflags build-aux/install-reloc \ build-aux/ac-help.sed \ - m4/fixautomake.m4 \ + m4/fixautomake.m4 m4/woe32-dll.m4 \ m4/libtool.m4 # Additional dependencies for configure, due to the use of autoconf --trace. diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index d37b725fc..12d0002c3 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,9 +1,3 @@ -2005-11-23 Bruno Haible - - Cygwin portability. - * woe32-dll.m4: New file. - * Makefile.am (EXTRA_DIST): Add it. - 2005-11-21 Bruno Haible * gettext.m4 (AM_INTL_SUBDIR): Invoke gt_LC_MESSAGES always, since we diff --git a/gettext-runtime/m4/Makefile.am b/gettext-runtime/m4/Makefile.am index e091e8325..3b45d07dc 100644 --- a/gettext-runtime/m4/Makefile.am +++ b/gettext-runtime/m4/Makefile.am @@ -31,5 +31,4 @@ ulonglong.m4 \ visibility.m4 \ wchar_t.m4 \ wint_t.m4 \ -woe32-dll.m4 \ xsize.m4