summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-06-30 14:39:56 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:28 +0200
commita0b3357d069f9ee7795b970414a6fe650d3d3ccc (patch)
treebeb43e83dfba627c4a16dad506e70ab8e8d49287 /autogen.sh
parent35c6e20d3e3eb9febf06a32b4a7158cfb886eb7d (diff)
downloadexternal_gettext-a0b3357d069f9ee7795b970414a6fe650d3d3ccc.zip
external_gettext-a0b3357d069f9ee7795b970414a6fe650d3d3ccc.tar.gz
external_gettext-a0b3357d069f9ee7795b970414a6fe650d3d3ccc.tar.bz2
Add a configure.ac file also in the gettext-tools/examples/ subdirectory.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4c17b6e..75eed57 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -51,7 +51,13 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
autoconf
autoheader && touch config.h.in
automake
- (cd examples/po && make update-po)
+)
+
+(cd gettext-tools/examples
+ aclocal -I ../../gettext-runtime/m4 -I ../../m4
+ autoconf
+ automake
+ ./configure && (cd po && make update-po) && make distclean
)
cp -p autoconf-lib-link/config.rpath build-aux/config.rpath