X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=9456f930a1c026ef2f2840854faee82a3e425be5;hb=ce3fdc9815a5f9921e54f950d19b05c92a87b6f6;hp=0000000000000000000000000000000000000000;hpb=8c91007f5dea7416f21beff1c2f2b96ee36c0863;p=cyrus-sasl.git diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..9456f93 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,13 @@ +#!/bin/sh +touch NEWS +libtoolize --copy --install +aclocal -I cmulocal -I config +autoconf +automake +autoheader + +cd saslauthd +aclocal -I ../cmulocal -I ../config +autoconf +automake +autoheader