]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Forgot libasprintf.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Feb 2003 20:46:50 +0000 (20:46 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:08 +0000 (12:10 +0200)
autogen.sh

index f6af66f9dea14c4f36ce3e8de573ba9d5ccc8543..d65217de8667f8a960852533154fd359890c2685 100755 (executable)
@@ -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