aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 3f38d90766addf658beb35a6aab6912d459777aa (plain)
1
2
3
4
5
6
#! /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.