X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=daemon.git;a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=3a87743b4676dd9e04590e70976bbe821197566f;hp=0000000000000000000000000000000000000000;hb=0ecfcfec3dab23f0864cddc3d2ad5ab7ca9d4ca0;hpb=7162d53967117a8eda4257244327d63f95633783 diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..3a87743 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,7 @@ +#!/bin/sh +set -x + +aclocal || exit 1 +autoheader || exit 1 +automake -a -c || exit 1 +autoconf || exit 1