Build makefiles after checking available outputs and decoder plugins
Move the AC_OUTPUT below the checks. So you nicely see what goes wrong.
This commit is contained in:
parent
3b2a752d0e
commit
fe4a9a6d67
22
configure.ac
22
configure.ac
@ -903,15 +903,6 @@ then
|
|||||||
MPD_CHECK_FLAG([-pedantic])
|
MPD_CHECK_FLAG([-pedantic])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
dnl
|
|
||||||
dnl generate files
|
|
||||||
dnl
|
|
||||||
|
|
||||||
|
|
||||||
AC_OUTPUT(doc/Makefile src/Makefile Makefile)
|
|
||||||
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl pretty-print result
|
dnl pretty-print result
|
||||||
dnl
|
dnl
|
||||||
@ -1151,9 +1142,20 @@ else
|
|||||||
echo " HTTP streaming (libcurl) ......disabled"
|
echo " HTTP streaming (libcurl) ......disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "##########################################"
|
echo "##########################################"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
echo "Generating needed files for compilation"
|
||||||
|
echo ""
|
||||||
|
|
||||||
|
dnl
|
||||||
|
dnl generate files
|
||||||
|
dnl
|
||||||
|
|
||||||
|
AC_OUTPUT(doc/Makefile src/Makefile Makefile)
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
|
||||||
echo "You are now ready to compile MPD"
|
echo "You are now ready to compile MPD"
|
||||||
echo "Type \"make\" to compile MPD"
|
echo "Type \"make\" to compile MPD"
|
||||||
|
Loading…
Reference in New Issue
Block a user