+2009-11-30 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh: Treat gettext-runtime/libasprintf before gettext-runtime.
+ Treat gettext-tools/examples before gettext-tools.
+
2009-10-18 Bruno Haible <bruno@clisp.org>
* Makefile.am (distcheck-hook): Compare fcntl_h.m4.
fi
)
+(cd gettext-runtime/libasprintf
+ ../../build-aux/fixaclocal aclocal -I ../../m4 -I ../m4 -I gnulib-m4
+ autoconf
+ autoheader && touch config.h.in
+ automake --add-missing --copy
+)
+
(cd gettext-runtime
../build-aux/fixaclocal aclocal -I m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4
autoconf
fi
)
-(cd gettext-runtime/libasprintf
- ../../build-aux/fixaclocal aclocal -I ../../m4 -I ../m4 -I gnulib-m4
+cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
+
+(cd gettext-tools/examples
+ ../../build-aux/fixaclocal aclocal -I ../../gettext-runtime/m4 -I ../../m4
autoconf
- autoheader && touch config.h.in
automake --add-missing --copy
+ # Rebuilding the examples PO files is only rarely needed.
+ if ! $quick; then
+ ./configure && (cd po && make update-po) && make distclean
+ fi
)
-cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
-
(cd gettext-tools
../build-aux/fixaclocal aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
autoconf
fi
)
-(cd gettext-tools/examples
- ../../build-aux/fixaclocal aclocal -I ../../gettext-runtime/m4 -I ../../m4
- autoconf
- automake --add-missing --copy
- # Rebuilding the examples PO files is only rarely needed.
- if ! $quick; then
- ./configure && (cd po && make update-po) && make distclean
- fi
-)
-
build-aux/fixaclocal aclocal -I m4
autoconf
automake