configure.ac: Clean up the wording and lines at the end of the file.

This commit is contained in:
Avuton Olrich
2010-04-17 11:30:40 -07:00
parent dbe93d4a6d
commit 7e42637b74

@ -1532,24 +1532,18 @@ results(curl,[CURL])
results(lastfm,[Last.FM]) results(lastfm,[Last.FM])
results(mms,[MMS]) results(mms,[MMS])
echo -ne '\n\n##########################################\n\n'
echo -ne '\n\n##########################################\n'
if test x$enable_sndfile = xyes && test x$enable_modplug = xyes; then if test x$enable_sndfile = xyes && test x$enable_modplug = xyes; then
AC_MSG_WARN([compilation may fail, because libmodplug conflicts with libsndfile]) AC_MSG_WARN([compilation may fail, because libmodplug conflicts with libsndfile])
AC_MSG_WARN([libmodplug ships modplug/sndfile.h, which hides libsndfile's sndfile.h]) AC_MSG_WARN([libmodplug ships modplug/sndfile.h, which hides libsndfile's sndfile.h])
fi fi
echo "Generating needed files for compilation" echo -ne 'Generating files needed for compilation\n'
echo ""
dnl
dnl generate files
dnl
dnl ---------------------------------------------------------------------------
dnl Generate files
dnl ---------------------------------------------------------------------------
AC_OUTPUT(Makefile) AC_OUTPUT(Makefile)
echo "" echo 'MPD is ready for compilation, type "make" to begin.'
echo "You are now ready to compile MPD"
echo "Type \"make\" to compile MPD"