mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-26 00:19:52 +03:00
Initialize submodules in autogen.sh
This commit is contained in:
parent
6a9ed003b2
commit
930096120d
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
set -e
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
test -d m4 || mkdir m4
|
test -d m4 || mkdir m4
|
||||||
autoreconf -f -i -s
|
autoreconf -f -i -s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue