summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-09-15 03:23:49 +0200
committerBruno Haible <bruno@clisp.org>2010-09-15 03:23:49 +0200
commit893e69ece42c7e2a52607005f782c6f4a4c9af52 (patch)
tree2e7f7766ada45f5df0380378664209b363e1a6ca
parent5d3090193dea81a7bc8fd59af4377947d925d0ab (diff)
downloadlibunistring-893e69ece42c7e2a52607005f782c6f4a4c9af52.tar.gz
Update after gnulib changed.
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bedf04..367dcfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-14 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * autogen.sh: Update creation of lib/unistr.in.h.
+
2010-09-04 Bruno Haible <bruno@clisp.org>
Simplify use of gnulib-tool now that gnulib-tool --import works better.
diff --git a/autogen.sh b/autogen.sh
index bcc3451..2ac312b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -412,7 +412,8 @@ if test $skip_gnulib = false; then
--with-tests --lgpl --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local \
--import $GNULIB_MODULES
# Change lib/unistr.h to be usable standalone.
- sed -e 's/ifdef GNULIB_[A-Za-z0-9_]*/if 1/' -e 's/defined GNULIB_[A-Za-z0-9_]*/1/g' \
+ sed -e 's/if GNULIB_[A-Za-z0-9_]* || .*/if 1/g' \
+ -e 's/if GNULIB_[A-Za-z0-9_]*/if 1/g' \
-e 's/HAVE_INLINE/UNISTRING_HAVE_INLINE/g' \
< lib/unistr.in.h \
> lib/unistr.in.h.tmp \