]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update obstack_free hack.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Oct 2006 11:42:08 +0000 (11:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:12 +0000 (12:14 +0200)
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am

index 83b80b12e8f2fb3340604f1e626e3d4979ccb052..b7c41664b9a243ab55b6ddde58d6a3f3a3967d71 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-23  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h): Update obstack_free hack.
+
 2006-10-23  Bruno Haible  <bruno@clisp.org>
 
        Fix "make dist".
index 620f0ac181d5f6475f8e0342752e44cb0bf8dc2a..1e38542ee09b363a30064310c5155b780a8e917e 100644 (file)
@@ -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