X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=prepare;h=1f955eaa0f2896686f6b7cf1e0e94ac1c823e4c6;hp=b382ef086a27e4b6ba9d1dc96d1946a59a98c35a;hb=f9906e737c60c89e063c30807214fe88188cc795;hpb=f1e38f3d65038a5ce40640f384cddb0ff85f1276 diff --git a/prepare b/prepare index b382ef0..1f955ea 100755 --- a/prepare +++ b/prepare @@ -1,18 +1,11 @@ #!/bin/sh -- -if test x"$1" = x"-dev" ; then - include_deps= - shift -else - include_deps="-i" -fi - if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \ - && automake $include_deps && autoconf && ./configure "$@" + && automake --include-deps && autoconf then echo - echo "The mutt source code was successfully prepared." - echo "Type make && make install to build and install mutt." + echo "The configure script for mutt-ng was successfully prepared." + echo "Continue with \"./configure [your options]\"." echo else echo