mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/configure


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/configure
Date: Tue, 19 Jul 2005 13:39:50 -0400

Index: mldonkey/configure
diff -u mldonkey/configure:1.10 mldonkey/configure:1.11
--- mldonkey/configure:1.10     Sun Mar 20 01:41:28 2005
+++ mldonkey/configure  Tue Jul 19 17:39:48 2005
@@ -8,6 +8,18 @@
 rm -f mlgnut mlnap mlbt mldonkey mlslsk mldonkey_gui*
 rm -f build/*.cma build/*.cmxa build/*.a
 touch .depend
+
+case "`uname -s`" in
+  *FreeBSD*)
+    CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
+    export CPPFLAGS
+    LDFLAGS="${LDFLAGS} -L/usr/local/lib"
+    export LDFLAGS
+    ;;
+  *)
+    ;;
+esac
+
 if test ! -d config; then
     echo "Missing ./config/ directory. Re-download mldonkey"
 else
@@ -17,9 +29,11 @@
               ac="autoconf259"
           else if which autoconf-2.59; then
               ac="autoconf-2.59"
+          else if which autoconf-2.5x; then
+              ac="autoconf-2.5x"
           else
               ac="autoconf"
-          fi; fi
+          fi; fi; fi
           echo "Running Autoconf ($ac)..."
           $ac
        fi \




reply via email to

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