aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-10 18:43:51 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-10 18:43:51 +0300
commit60097b486884c3b58d315fe96222b30bc8a0d065 (patch)
treebeda2aea22b4750113aa89899cb12758290a3d3f
parentbecc0633f67b346b7c434655a71e6818ed62d58f (diff)
downloadpies-60097b486884c3b58d315fe96222b30bc8a0d065.tar.gz
pies-60097b486884c3b58d315fe96222b30bc8a0d065.tar.bz2
Switch to grecs b06fb7d3
-rw-r--r--bootstrap.conf6
m---------grecs0
-rw-r--r--po/POTFILES.in2
3 files changed, 2 insertions, 6 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index ce1625b..f43cb4d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -15,17 +15,13 @@
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
source_base=gnu
gnulib_name=libgnu
gnulib_mk=Makefile.am
-if git config submodule.grecs.url >/dev/null; then : ; else
- git submodule init || exit $?
-fi
-
-git submodule update || exit $?
+git submodule update --init --recursive || exit $?
MODAVOID="xalloc-die openat-die"
if [ -n "$MODAVOID" ]; then
gnulib_tool_option_extras="`echo $MODAVOID | sed 's/\([^ ][^ ]*\)/--avoid &/g'`"
fi
diff --git a/grecs b/grecs
-Subproject ee35adccec058a5a8cc62f5030b9a925168236d
+Subproject b06fb7d30415eec1d2efb39286ab96070c724fd
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 307e775..f78cad4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -51,7 +51,7 @@ grecs/src/meta1-lex.l
grecs/src/opthelp.c
grecs/src/path-parser.c
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.