X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=autogen.sh;h=bf2a8a7fc2c570bba0911e728be1709cf562e207;hp=dfe1b36dfdf02a63efbb9f0f066c255777e62b31;hb=c05e2953d8c688f8e1321bbf717298c9177fe5c5;hpb=c598d6a40f47fba9400589a84ae5573d1a9f74ef diff --git a/autogen.sh b/autogen.sh index dfe1b36..bf2a8a7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,16 +1,14 @@ #!/bin/sh -- -if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \ - && automake --include-deps && autoconf +if aclocal -I m4 && autoheader && automake --include-deps && autoconf then echo - echo "The configure script for Mutt-ng was successfully prepared." + echo "The configure script for madmutt was successfully prepared." echo "Continue with \"./configure [your options]\"." echo else echo echo "Some part of the preparation process failed." - echo "Please refer to doc/devel-notes.txt for details." echo exit 1 fi