X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=bootstrap;fp=bootstrap;h=83328e3fbdc22af2dbad4a156e978dc26813dc8a;hp=0000000000000000000000000000000000000000;hb=8988b3bef0760b4cab8144715cc3d8f55688861c;hpb=c1803bf619ef0f58f968610157e8bafed177b881 diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..83328e3 --- /dev/null +++ b/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh + +aclocal \ +&& autoheader \ +&& automake --gnu --add-missing \ +&& autoconf +