aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..f3a1c41
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,8 @@
+#! /bin/sh
+if test -d .git -a -f src/ping903.c; then
+ test -d m4 || mkdir m4
+ autoreconf -f -i -s
+else
+ echo >&2 "$0: not running from a source directory?"
+ exit 1
+fi

Return to:

Send suggestions and report system problems to the System administrator.