summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-08-03 11:20:41 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:46 +0200
commit39c573c98576b8952268311f627cec7562b1fe95 (patch)
tree9cd21c221af73754292e7093ea1a115fb11cb703 /autogen.sh
parent6e0ad5eccb5e18754270277fcbb5d1ee903b419e (diff)
downloadexternal_gettext-39c573c98576b8952268311f627cec7562b1fe95.zip
external_gettext-39c573c98576b8952268311f627cec7562b1fe95.tar.gz
external_gettext-39c573c98576b8952268311f627cec7562b1fe95.tar.bz2
New glocale library.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 74f680a..e8a2f3b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -43,6 +43,13 @@ automake
automake
)
+(cd gettext-runtime/glocale
+ aclocal -I m4 -I ../m4 -I ../../gettext-tools/m4 -I ../../m4
+ autoconf
+ autoheader && touch config.h.in
+ automake
+)
+
cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
(cd gettext-tools