blob: 28a41bb2acadf73152edbfc2a5a975b94d4c0ea1 [file] [log] [blame]
#!/bin/sh
echo "git submodule update"
git submodule sync
git submodule init
git submodule update
echo "Generating configure files"
autoreconf -i
# Run twice to get around a "ltmain.sh" bug
autoreconf --install --force