41e9823c0e20595eca05d4d11329a3f056c88036
[cascardo/libreceita.git] / bootstrap.sh
1 #!/bin/sh
2
3 # These are the necessary steps to generate the configure scripts.
4
5 set -x
6
7 # Use "build-aux" as our aux dir, i.e., put the generated files there.
8 AUX_DIR=build-aux
9
10 test -d $AUX_DIR || mkdir -p $AUX_DIR
11
12 aclocal
13 autoconf
14 automake --add-missing --copy --force --foreign