From 82b2a14207b49908e35a2093dd1493f1e714e273 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 Oct 2006 11:42:08 +0000 Subject: [PATCH] Update obstack_free hack. --- gettext-tools/libgettextpo/ChangeLog | 4 ++++ gettext-tools/libgettextpo/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2