Initialize submodules in autogen.sh

This commit is contained in:
Sergey Poznyakoff 2012-05-14 20:35:29 +03:00
parent 6a9ed003b2
commit 930096120d

View file

@ -1,3 +1,6 @@
#! /bin/sh
set -e
git submodule init
git submodule update
test -d m4 || mkdir m4
autoreconf -f -i -s