mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-25 16:09:54 +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
|
||||
set -e
|
||||
git submodule init
|
||||
git submodule update
|
||||
test -d m4 || mkdir m4
|
||||
autoreconf -f -i -s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue