summaryrefslogtreecommitdiff
path: root/autogen.sh
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 /autogen.sh
parent5d3090193dea81a7bc8fd59af4377947d925d0ab (diff)
downloadlibunistring-893e69ece42c7e2a52607005f782c6f4a4c9af52.tar.gz
Update after gnulib changed.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
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 \