Commit 7e42637b authored by Avuton Olrich's avatar Avuton Olrich

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

parent dbe93d4a
...@@ -1532,24 +1532,18 @@ results(curl,[CURL]) ...@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment