X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=b7776402e88a708fab4bd4e4df7cf14c81f59495;hb=297243451e7c62b6f0b88142110aec01a5ada2da;hp=8676972ab749b9d74255c9e520cc7a0b62c3ada0;hpb=e3ff617df4881231ee8496f17f2f71a0fe4b849a;p=cyrus-sasl.git diff --git a/autogen.sh b/autogen.sh index 8676972..b777640 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,13 +1,21 @@ -#!/bin/sh -touch NEWS -libtoolize --copy --install -aclocal -I config -I cmulocal -autoconf -automake -autoheader +#! /bin/sh + +PATH=/usr/local/bin:$PATH + +autoreconf -ivf + +aclocal -I . -I cmulocal -I config && \ + autoheader && \ + libtoolize --automake -c && \ + autoconf && \ + automake --add-missing --copy cd saslauthd -aclocal -I ../config -I ../cmulocal -autoconf -automake -autoheader + +autoreconf -ivf + +aclocal -I . -I ../cmulocal -I ../config && \ + autoheader && \ + libtoolize --automake -c && \ + autoconf && \ + automake --add-missing --copy