Commit df040551 authored by Christophe Mutricy's avatar Christophe Mutricy

Gettext produce libintl.h or libgnuintl.h depending the situation.

So patch libgnuintl.h.in so both header got the patch.
For win32 it seems to produce libintl.h so kludge this one.
parent 925ab46a
......@@ -379,7 +379,7 @@ else
endif
# Work around another non-sense of autoconf.
ifdef HAVE_WIN32
(cd ../include; sed -i.orig '311 c #if !1' libgnuintl.h)
(cd ../include; sed -i.orig '311 c #if 0' libintl.h)
endif
$(INSTALL_NAME)
touch $@
......
--- gettext/gettext-runtime/intl/libgnuintl.h 2006-12-03 17:42:40.265625000 -0500
+++ gettext/gettext-runtime/intl/libgnuintl.h 2006-12-04 19:27:03.125000000 -0500
--- gettext/gettext-runtime/intl/libgnuintl.h.in 2006-12-03 17:42:40.265625000 -0500
+++ gettext/gettext-runtime/intl/libgnuintl.h.in 2006-12-04 19:27:03.125000000 -0500
@@ -88,7 +88,7 @@
If he doesn't, we choose the method. A third possible method is
_INTL_REDIRECT_ASM, supported only by GCC. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment