unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Martin Fredriksson <m@rfc.se>
Subject: configure.in/darwin: remove fink dependency?
Date: Fri, 11 Feb 2005 01:31:05 +0100	[thread overview]
Message-ID: <3e1a81be655c454f2e830db588446f90@rfc.se> (raw)

In configure.in, for powerpc-apple-darwin, I believe that "using fink 
packages if available" should be removed.  There is no use for that (as 
far as I know?) since the needed packages (I think it's only ncurses) 
are part of the normal development environment.

The problem with using fink packages is when one builds on a machine 
with fink present.  The resulting binary will have dynamic dependencies 
to "/sw/lib/..." which might not exist on other machines.

I suggest following patch:

--- configure.in.orig   Fri Feb 11 01:19:29 2005
+++ configure.in        Fri Feb 11 01:19:58 2005
@@ -1126,12 +1126,6 @@
      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

Note the question mark in the subject.  Anyone think this should be 
kept there?

/m

-- 
Martin Fredriksson <m@rfc.se>, 0730-59 77 00

             reply	other threads:[~2005-02-11  0:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-11  0:31 Martin Fredriksson [this message]
2005-02-11  4:20 ` configure.in/darwin: remove fink dependency? Stefan Monnier
2005-02-11  4:45   ` Martin Fredriksson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3e1a81be655c454f2e830db588446f90@rfc.se \
    --to=m@rfc.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).