configure.ac: Clean up the wording and lines at the end of the file.
This commit is contained in:
18
configure.ac
18
configure.ac
@ -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"
|
|
||||||
|
Reference in New Issue
Block a user