aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: f3a1c41882ce8f8a5ee1f538c03468abb3216f11 (plain)
1
2
3
4
5
6
7
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.