]> git.eshelyaron.com Git - emacs.git/commitdiff
<darwin>: Use fink packages if available.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Jan 2004 16:48:17 +0000 (16:48 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Jan 2004 16:48:17 +0000 (16:48 +0000)
ChangeLog
configure.in

index 05ce35671f2fc21fe479a7ad9c820a593c11ed12..a01025e36f3841590ce38e6da00e505496a06da4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * configure.in <darwin>: Use fink packages if available.
+
 2004-01-25  Jerome Marant  <jmarant@free.fr>  (tiny change)
 
        * make-dist (lispref): Do include lispref/index.texi.
@@ -39,7 +43,7 @@
 
        * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
        multiple displays.
-        Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
+       Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
 
 2003-09-23  Dave Love  <fx@gnu.org>
 
index 8663ce9765c5a62cd6c91797aa8abb18821154e5..d5e4ba1e69b9e2a6283e67efbc95022a4b657684 100644 (file)
@@ -1135,6 +1135,12 @@ dnl see the `changequote' comment above.
     machine=powermac opsys=darwin
     # Define CPP as follows to make autoconf work correctly.
     CPP="${CC-cc} -E -no-cpp-precomp"
+    # Use fink packages if available.
+    if test -d /sw/include && test -d /sw/lib; then
+       GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
+        CPP="${CPP} ${GCC_TEST_OPTIONS}"
+       NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
+    fi
   ;;
 
   ## AMD x86-64 Linux-based GNU system