summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f6af66f..d65217d 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