delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/02/26/17:48:23

X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f
From: Tim Van Holder <tim-nospam DOT van DOT holder AT pandora-nospam DOT be>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Which cxxfilt.exe? Which config.site? - config.site
Distribution: local
Message-ID: <5d3o7usd2gl8ggh25li1scpn0e91teelp3@4ax.com>
References: <pan DOT 2002 DOT 02 DOT 26 DOT 08 DOT 18 DOT 47 DOT 687325 DOT 28858 AT spamproofemail DOT com>
X-Newsreader: Forte Agent 1.8/32.548
MIME-Version: 1.0
Lines: 84
Date: Tue, 26 Feb 2002 22:37:47 GMT
NNTP-Posting-Host: 213.119.95.93
X-Complaints-To: abuse AT telenet DOT be
X-Trace: hebe.telenet-ops.be 1014763067 213.119.95.93 (Tue, 26 Feb 2002 23:37:47 CET)
NNTP-Posting-Date: Tue, 26 Feb 2002 23:37:47 CET
Organization: Telenet Internet
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

So here is my current config.site (in case it didn't previously make
it to the NG as attachment).
Once it has been reworked a bit for autoconf 2.53, it'll be posted to
djgpp-workers for review.

#! /bin/sh

# Sanity check
if test "x${DJDIR}" = "x"; then
  echo "Your DJGPP installation is not setup correctly. DJDIR is not
set."
  exit 1
fi

# The root of the DJGPP tree serves as the default prefix.
#
# IMHO, this is not needed, as this file is supposed to be loaded
# exactly because the user gave --prefix /dev/env/DJDIR -- tvh
if test "x$ac_default_prefix" = "x/usr/local"; then
  ac_default_prefix="/dev/env/DJDIR"
fi

# This is here for backward compatibility with 2.13 configures; the
conditional
# ensures it's disabled in the DJGPP package of autoconf 2.50 and
above.
if test -z "$as_ln_s"; then

  echo "Warning: This configure script was generated using an old
version of autoconf"
  echo "Warning: Newer versions have much better DJGPP compatibility"

  # In 2.5x, replaced by ac_executable_extensions
  export TEST_FINDS_EXE=y

  # Set automagically by 2.5x
  export PATH_SEPARATOR=:

  # $INSTALL must be an absolute path name, otherwise config.status
  # will try to prepend ./ and ../ to it when it goes into subdirs.
  export INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'}

  # Help out libtool
  ac_exeext=".exe"
  export lt_cv_sys_max_cmd_len=12288

  # Force the test for 'ln -s' to report no.
  export LN_S="cp -p"
  ac_cv_prog_LN_S="cp -p"

else # autoconf 2.50 or higher

  # Feel free to add others (.com, .btm, .sh, .pl, ...) to this list
if you
  # need configure scripts to find such files.  Try to limit it to
things
  # you need to avoid false positives.
  ac_executable_extensions=".exe .bat"

fi

# Uncomment these to avoid typical portability problems
#ac_cv_func_fork=no
#ac_cv_func_mkfifo=no
#ac_cv_func_mknod=no
#ac_cv_func_mmap=no
#ac_cv_func_pipe=no
#ac_cv_func_vfork=no

# By using this, results of configure's program checks will be more
portable
PATH="/dev/env/DJDIR/bin$PATH_SEPARATOR$PATH"

# This is REQUIRED: using simply "/bin/(ba)sh" will NOT work (programs
need
# need this to be a full path with executable suffix for enhanced
shell
# support)
SHELL=/dev/env/DJDIR/bin/bash.exe

# This is required for config.status script to be run, since
# ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh}
CONFIG_SHELL=$SHELL

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019