aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-12-22 02:06:55 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-12-22 02:06:55 +0200
commit6f49d439216e3067d3f2994221edb8ea16e2c74e (patch)
tree515173740b95a06faee97f11c0b14270c7c26ea5 /bootstrap.conf
parentb200591a7a85ddb90169b1791355af25b009fa1a (diff)
downloadwydawca-6f49d439216e3067d3f2994221edb8ea16e2c74e.tar.gz
wydawca-6f49d439216e3067d3f2994221edb8ea16e2c74e.tar.bz2
Fix documentation + minor changes.
* bootstrap.conf: Unconditionally update submodules. * configure.ac: Fix wording of an error message. * doc/Makefile.am (check-config) (check-sub-config): Fix regexps. * doc/wydawca.texi: Update. * src/cmdline.opt (selected_spools): New function, * src/config.c (spool_kw): Move "archive-signatures" to wydawca_kw. * src/wydawca.c (main): selected_spools implies cron_option. * src/wydawca.h (selected_spools): New proto.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index fde2671..52f8d74 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -21,10 +21,8 @@ gnulib_mk=Makefile.am
test -d $source_base || mkdir -p $source_base
-if git config submodule.grecs.url >/dev/null; then : ; else
- git submodule init || exit $?
- git submodule update || exit $?
-fi
+git submodule init || exit $?
+git submodule update || exit $?
# We don't need these modules, even though gnulib-tool mistakenly
# includes them because of gettext dependencies.

Return to:

Send suggestions and report system problems to the System administrator.