X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=blobdiff_plain;f=autogen.sh;h=b7776402e88a708fab4bd4e4df7cf14c81f59495;hp=54c6c747e0b268dfdea9957f3cfce258dc2a25bd;hb=HEAD;hpb=5e865a029889f7cbb3a9759047d67908876a15ac diff --git a/autogen.sh b/autogen.sh index 54c6c74..b777640 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,13 +1,21 @@ -#!/bin/sh -touch NEWS -libtoolize --copy --install -aclocal -I config -I cmulocal -automake --add-missing -autoconf -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 -automake --add-missing -autoconf -autoheader + +autoreconf -ivf + +aclocal -I . -I ../cmulocal -I ../config && \ + autoheader && \ + libtoolize --automake -c && \ + autoconf && \ + automake --add-missing --copy