From: Bruno Haible Date: Mon, 17 Feb 2003 20:46:50 +0000 (+0000) Subject: Forgot libasprintf. X-Git-Tag: v0.12~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d69443ffe2f8c08b13bf87f8af58b4e7027617;p=thirdparty%2Fgettext.git Forgot libasprintf. --- diff --git a/autogen.sh b/autogen.sh index f6af66f9d..d65217de8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,6 +17,13 @@ automake automake ) +(cd gettext-runtime/libasprintf + aclocal -I ../../config/m4 -I ../m4 + autoconf + autoheader + automake +) + cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS (cd gettext-tools