Skip to content

Commit

Permalink
update git submodules on autogen
Browse files Browse the repository at this point in the history
Update the submodules (currently starksoftproxy) when ./autogen.sh is run.
  • Loading branch information
RavuAlHemio committed May 18, 2013
1 parent 94cc75b commit 0c8077b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions autogen.sh
Expand Up @@ -79,6 +79,13 @@ $AUTOMAKE --add-missing --gnu $am_opt
echo "Running $AUTOCONF ..."
$AUTOCONF

if test x$NOGIT = x; then
git submodule init || exit 1
git submodule update || exit 1
else
echo Skipping git submodule initialization.
fi

if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...
$srcdir/configure --enable-maintainer-mode $conf_flags "$@" || exit 1
Expand Down

0 comments on commit 0c8077b

Please sign in to comment.