aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-09-18 14:47:32 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-09-18 14:47:32 +0300
commit61a582dfee9134e86cce7c1b2551b191070a3362 (patch)
tree947104bb462ded012eb2db42795f786d5111cc6b
parent587cae0ebeb94edb1c06afdd7ea73590fe7e64e5 (diff)
downloadweb-61a582dfee9134e86cce7c1b2551b191070a3362.tar.gz
web-61a582dfee9134e86cce7c1b2551b191070a3362.tar.bz2
bootstrap: Update the submodule.
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 4cf1646..82cdcf0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,8 @@
#! /bin/sh
+set -e
+git submodule init
+git submodule update
+
test -d m4 || mkdir m4
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.