X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=blobdiff_plain;f=autogen.sh;h=b7776402e88a708fab4bd4e4df7cf14c81f59495;hp=4f67fddbe996de596136a1862247e4c957362890;hb=HEAD;hpb=9ccdda01071315a3cc9e21d6e39ea29f5628bc38 diff --git a/autogen.sh b/autogen.sh index 4f67fdd..b777640 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,10 +2,20 @@ PATH=/usr/local/bin:$PATH -#autoreconf -ivf +autoreconf -ivf aclocal -I . -I cmulocal -I config && \ autoheader && \ libtoolize --automake -c && \ autoconf && \ automake --add-missing --copy + +cd saslauthd + +autoreconf -ivf + +aclocal -I . -I ../cmulocal -I ../config && \ + autoheader && \ + libtoolize --automake -c && \ + autoconf && \ + automake --add-missing --copy