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 0f9dfce..d3e3bc9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -72,7 +72,6 @@ if [ -n "$po_only" ]; then
fi
test -d am || mkdir am
-git submodule init
-git submodule update
+git submodule update --init --recursive
autoreconf -f -i -s
diff --git a/grecs b/grecs
-Subproject c2f02c56a38a3e6d50b8ca2081db9d2de658b8e
+Subproject b06fb7d30415eec1d2efb39286ab96070c724fd
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c08d11b..a203c98 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -13,4 +13,4 @@ grecs/src/path-parser.c
grecs/src/preproc.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.