diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-30 14:39:56 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:28 +0200 |
commit | a0b3357d069f9ee7795b970414a6fe650d3d3ccc (patch) | |
tree | beb43e83dfba627c4a16dad506e70ab8e8d49287 /autogen.sh | |
parent | 35c6e20d3e3eb9febf06a32b4a7158cfb886eb7d (diff) | |
download | external_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-x | autogen.sh | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |