summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-12-02 04:00:33 +0100
committerBruno Haible <bruno@clisp.org>2016-12-02 04:02:52 +0100
commit5705307b89e16446a0801fa73524593b3f1157b5 (patch)
treed93fd910059bc8a08de2b0630dc28418b0689f1d /autogen.sh
parent76524497421bcb79f863504b024ac5423cd7e0f1 (diff)
downloadlibunistring-5705307b89e16446a0801fa73524593b3f1157b5.tar.gz
Change license to LGPLv3+ or GPLv2.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b7c925e..c738a86 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -424,7 +424,7 @@ if test $skip_gnulib = false; then
relocatable-lib-lgpl
'
$GNULIB_TOOL --lib=libunistring --source-base=lib --m4-base=gnulib-m4 --tests-base=tests \
- --with-tests --lgpl --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local \
+ --with-tests --lgpl=3orGPLv2 --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local \
--import $GNULIB_MODULES
# Change lib/unistr.h to be usable standalone.
sed -e 's/if GNULIB_[A-Za-z0-9_]* || .*/if 1/g' \