summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-20 18:27:33 +0100
committerColin Watson <cjwatson@debian.org>2007-10-20 18:27:33 +0100
commit4a40aa91d977e91d564331cc671b02d8437c6916 (patch)
tree971638feb8d16c89f2b5435ce1107a6bbe763eff /autogen.sh
parent8ebd9e58dd73d41f4177bfb17b6e1f6a486479f9 (diff)
* gnulib/lib/xmalloc.c (xstrdup): Explicitly tolerate a NULL
argument, returning NULL in that case. (Also sent to Gnulib upstream.) * gnulib/lib/xmalloc.patch: Add, with the above change in patch format. * autogen.sh: Apply xmalloc.patch after updating Gnulib.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 97c06ccf..61695223 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,5 @@
#! /bin/sh -e
gnulib-tool --update >/dev/null
+patch -s -p0 < gnulib/lib/xmalloc.patch
autoreconf -i "$@"