Commit a21959af authored by Filippo Carone's avatar Filippo Carone

remove ant references on --enable-java-bindings, say users to run mvn

parent fc14fe5d
...@@ -392,7 +392,7 @@ lt_cv_deplibs_check_method=pass_all ...@@ -392,7 +392,7 @@ lt_cv_deplibs_check_method=pass_all
dnl dnl
dnl Gettext stuff dnl Gettext stuff
dnl dnl
AM_GNU_GETTEXT_VERSION(0.17) AM_GNU_GETTEXT_VERSION(0.16.1)
AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT([external])
VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}]) VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}])
...@@ -5987,10 +5987,11 @@ if test "${enable_java_bindings}" = "yes" ...@@ -5987,10 +5987,11 @@ if test "${enable_java_bindings}" = "yes"
then then
echo "" echo ""
echo "****** WARNING **** WARNING ***** WARNING *************" echo "****** WARNING **** WARNING ***** WARNING *************"
echo "*** To compile the java bindings go to the echo "*** To compile the java bindings go to the "
echo "*** bindings/java folder and run ant. echo "*** bindings/java folder and run mvn install. "
echo "*** This configuration will continue, so you will be echo "*** You need maven2 installed. "
echo "*** able to compile VideoLAN as usual. echo "*** This configuration will continue, so you will be "
echo "*** able to compile VideoLAN as usual. "
echo "*******************************************************" echo "*******************************************************"
echo "" echo ""
fi fi
......
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