aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap3
m---------grecs0
-rw-r--r--po/POTFILES.in2
3 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index c663a47..1c32d62 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1222,8 +1222,7 @@ if ($addmod) {
abend(EX_USAGE, "too many arguments; did you mean --new?");
} elsif (-d '.git') {
error("Initializing submodules", fd => \*STDOUT) unless $quiet;
- run('git submodule init');
- run('git submodule update');
+ run('git submodule update --init --recursive');
make_tree();
modproc();
gnulib_init();
diff --git a/grecs b/grecs
-Subproject 1498bd570eb001a6b2bc3f1a5074e8b384d6db3
+Subproject eb66a000db9b2726411c8c0f132c0278bd18c1a
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a8e0f95..62121d3 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -82,4 +82,4 @@ grecs/src/preproc.c
grecs/src/sockaddr.c
grecs/src/symtab.c
grecs/src/tree.c
-grecs/src/wordsplit.c
+grecs/wordsplit/wordsplit.c

Return to:

Send suggestions and report system problems to the System administrator.