From: Bruno Haible Date: Tue, 24 Oct 2006 11:42:08 +0000 (+0000) Subject: Update obstack_free hack. X-Git-Tag: 0.16.x-branchpoint~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b2a14207b49908e35a2093dd1493f1e714e273;p=thirdparty%2Fgettext.git Update obstack_free hack. --- diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 83b80b12e..b7c41664b 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,7 @@ +2006-10-23 Bruno Haible + + * Makefile.am (config.h): Update obstack_free hack. + 2006-10-23 Bruno Haible Fix "make dist". diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 620f0ac18..1e38542ee 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -141,7 +141,7 @@ config.h: done; \ } 5>&1 \ | sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq \ - | sed -e 's,^obstack_free$$,_obstack_free,' \ + | sed -e 's,^obstack_free$$,__obstack_free,' \ | sed -e 's,^\(.*\)$$,#define \1 libgettextpo_\1,' > config.h-t; \ cat config.h-t >> config.h; \ fi