# The aclocal and autoconf invocations need to be done bottom-up
# (subdirs first), so that 'configure --help' shows also the options
# that matter for the subdirs.
-# The automake invocations need to be done top-down (subdirs last), however,
-# because otherwise the invocation of automake in gettext-runtime/ overwrites
-# gettext-runtime/intl/Makefile.in with one that lists the wrong *.m4 files
-# and thus produces an endless recursion when invoked through 'make'. Seen
-# with automake 1.16.3.
dir0=`pwd`
echo "$0: generating configure in gettext-runtime/intl..."
&& autoconf \
&& autoheader && touch config.h.in \
&& touch ChangeLog \
+ && automake --add-missing --copy \
&& rm -rf autom4te.cache \
|| exit $?
cd "$dir0"
&& autoconf \
&& autoheader && touch config.h.in \
&& touch ChangeLog \
+ && automake --add-missing --copy \
&& rm -rf autom4te.cache \
|| exit $?
cd "$dir0"
&& autoconf \
&& autoheader && touch config.h.in \
&& touch ChangeLog \
+ && automake --add-missing --copy \
&& rm -rf autom4te.cache \
|| exit $?
cd "$dir0"
aclocal -I ../../gettext-runtime/m4 -I ../../m4 \
&& autoconf \
&& touch ChangeLog \
+ && automake --add-missing --copy \
&& rm -rf autom4te.cache \
|| exit $?
cd "$dir0"
&& autoconf \
&& autoheader && touch config.h.in \
&& touch ChangeLog \
+ && automake --add-missing --copy \
&& rm -rf autom4te.cache \
|| exit $?
cd "$dir0"
gettext-tools/examples/autom4te.cache \
|| exit $?
-echo "$0: generating Makefile.in in gettext-tools..."
-cd gettext-tools
-automake --add-missing --copy \
- && rm -rf autom4te.cache \
- || exit $?
-cd "$dir0"
-
-echo "$0: generating Makefile.in in gettext-tools/examples..."
-cd gettext-tools/examples
-automake --add-missing --copy \
- && rm -rf autom4te.cache \
- || exit $?
-cd "$dir0"
-
-echo "$0: generating Makefile.in in gettext-runtime..."
-cd gettext-runtime
-automake --add-missing --copy \
- && rm -rf autom4te.cache \
- || exit $?
-cd "$dir0"
-
-echo "$0: generating Makefile.in in gettext-runtime/libasprintf..."
-cd gettext-runtime/libasprintf
-automake --add-missing --copy \
- && rm -rf autom4te.cache \
- || exit $?
-cd "$dir0"
-
-echo "$0: generating Makefile.in in gettext-runtime/intl..."
-cd gettext-runtime/intl
-automake --add-missing --copy \
- && rm -rf autom4te.cache \
- || exit $?
-cd "$dir0"
-
echo "$0: done. Now you can run './configure'."