X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=blobdiff_plain;f=autogen.sh;h=4f67fddbe996de596136a1862247e4c957362890;hp=54c6c747e0b268dfdea9957f3cfce258dc2a25bd;hb=9ccdda01071315a3cc9e21d6e39ea29f5628bc38;hpb=b1eae772f99ba55acb755cb4f1c830da103a411f diff --git a/autogen.sh b/autogen.sh index 54c6c74..4f67fdd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,13 +1,11 @@ -#!/bin/sh -touch NEWS -libtoolize --copy --install -aclocal -I config -I cmulocal -automake --add-missing -autoconf -autoheader +#! /bin/sh -cd saslauthd -aclocal -I ../config -I ../cmulocal -automake --add-missing -autoconf -autoheader +PATH=/usr/local/bin:$PATH + +#autoreconf -ivf + +aclocal -I . -I cmulocal -I config && \ + autoheader && \ + libtoolize --automake -c && \ + autoconf && \ + automake --add-missing --copy