diff options
-rw-r--r-- | bootstrap.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 4e846e5d..0f38fcb6 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -125,6 +125,19 @@ test -f ChangeLog || touch ChangeLog || exit 1 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests" +# Build prerequisites +buildreq="\ +autoconf 2.62 +automake 1.11.1 +autopoint - +gettext - +git 1.4.4 +gzip - +makeinfo - +rsync - +tar - +" + bootstrap_epilogue() { # Change paths in gnulib-tests/gnulib.mk from "../.." to "..". |