]> git.draconx.ca Git - upkg.git/blob - bootstrap
upkg: Print object properties in info mode.
[upkg.git] / bootstrap
1 #!/bin/sh
2
3 die()
4 {
5         echo $@ 1>&2
6         exit 1
7 }
8
9 test -d m4  || mkdir m4
10 test -d lib || mkdir lib
11
12 git submodule update --init || echo "Failed to update Gnulib sources from git."
13 if test -x gnulib/gnulib-tool; then
14         gnulib/gnulib-tool --update || die "Failed to update gnulib."
15 else
16         die "Gnulib sources are not properly installed in gnulib/"
17 fi
18
19 autoreconf -fis