mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/config/configure.in


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/config/configure.in
Date: Tue, 11 Oct 2005 13:50:27 -0400

Index: mldonkey/config/configure.in
diff -u mldonkey/config/configure.in:1.224 mldonkey/config/configure.in:1.225
--- mldonkey/config/configure.in:1.224  Sun Oct  9 15:51:43 2005
+++ mldonkey/config/configure.in        Tue Oct 11 17:50:27 2005
@@ -1040,16 +1040,17 @@
         AC_CHECK_LIB(gd, gdImagePng, [LIBGD_PNG=yes], [LIBGD_PNG=no])
       fi
 
+      AC_MSG_CHECKING(for png support in libgd)
       if test "$LIBGD_PNG" = "yes"; then
         GD=yes
         HAS_GD_PNG=true
        GD_PNG=yes
+        AC_MSG_RESULT(yes)
        AC_CHECK_LIB(png, png_access_version_number,[AC_DEFINE(HAVE_PNGVERSION, 
1,)])
         AC_DEFINE(HAVE_GD_PNG, 1, [Define to 1 if you have png support in 
libgd.])
-        AC_MSG_NOTICE(using png support in libgd)
       else
         HAS_GD_PNG=false
-        AC_MSG_NOTICE(png support not available in libgd)
+        AC_MSG_RESULT(no)
       fi
     fi
 
@@ -1073,15 +1074,16 @@
         AC_CHECK_LIB(gd, gdImageJpeg, [LIBGD_JPG=yes], [LIBGD_JPG=no])
       fi
 
+      AC_MSG_CHECKING(for jpeg support in libgd)
       if test "$LIBGD_JPG" = "yes"; then
         GD=yes
        HAS_GD_JPG=true
        GD_JPG=yes
         AC_DEFINE(HAVE_GD_JPG, 1, [Define to 1 if you have jpg support in 
libgd.])
-        AC_MSG_NOTICE(using jpeg support in libgd)
+        AC_MSG_RESULT(yes)
       else
        HAS_GD_JPG=false
-        AC_MSG_NOTICE(jpeg support not available in libgd)
+        AC_MSG_RESULT(no)
       fi
     fi
   else
@@ -1220,7 +1222,7 @@
 
 cd ..
 
-echo "Building dependencies (if it blocks, try '$GNU_MAKE depend' to see the 
problem)"
+echo -e "\nBuilding dependencies (if it blocks, try '$GNU_MAKE depend' to see 
the problem)"
 $GNU_MAKE depend 2> /dev/null > /dev/null || echo "Building dependencies 
fails: try: '$GNU_MAKE depend'"
 
 echo -e -n "\nConfiguring MLDonkey" $MLDONKEY_VERSION
@@ -1358,3 +1360,7 @@
 fi
 
 echo -e "\nNow execute '$GNU_MAKE' to start compiling with Ocaml 
$OCAMLVERSION. Good luck!"
+echo -e "\nTo compile a static code execute:     $GNU_MAKE mlnet.static"
+echo      "To produce a release tarball execute: $GNU_MAKE 
release.mlnet.static"
+echo      "To clean the build directory execute: $GNU_MAKE maintainerclean"
+echo -e "\nCompiling CryptoPP.cc can take several minutes, on slow machines up 
to half an hour."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]