From a0b3357d069f9ee7795b970414a6fe650d3d3ccc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 30 Jun 2006 14:39:56 +0000 Subject: Add a configure.ac file also in the gettext-tools/examples/ subdirectory. --- autogen.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.1