X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Flibreceita.git;a=blobdiff_plain;f=bootstrap.sh;fp=bootstrap.sh;h=41e9823c0e20595eca05d4d11329a3f056c88036;hp=0000000000000000000000000000000000000000;hb=8ea077a0fac049cfeca6764bf871b2048b2f8e19;hpb=5841189ed3bcc48374443519935d4abc3202ed04 diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..41e9823 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +# These are the necessary steps to generate the configure scripts. + +set -x + +# Use "build-aux" as our aux dir, i.e., put the generated files there. +AUX_DIR=build-aux + +test -d $AUX_DIR || mkdir -p $AUX_DIR + +aclocal +autoconf +automake --add-missing --copy --force --foreign