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