mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Mingw32 - changed default GNUSTEP_BASE_PATH to GNUSTEP_LOCAL_TOOLS so that resources are found in the default configuration. Added --with-installation-domain configure option to be able to control it
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27213 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f8a62eda20
commit
a0235beb54
5 changed files with 461 additions and 176 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2008-12-05 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
|
* configure.ac: On mingw32, set GNUSTEP_BASE_PATH to
|
||||||
|
GNUSTEP_LOCAL_TOOLS by default to match the new default
|
||||||
|
installation domain. Added new option --with-installation-domain
|
||||||
|
allowing to override this setting.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2008-12-05 Richard Frith-Macdonald <rfm@gnu.org>
|
2008-12-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSBundle.m: ([bundleForLibrary:version:]) extract version
|
* Source/NSBundle.m: ([bundleForLibrary:version:]) extract version
|
||||||
|
|
|
@ -1,55 +1,100 @@
|
||||||
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||||
|
|
||||||
/* Define if you have the <libc.h> header file. */
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
|
#undef HAVE_INTTYPES_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `cipher' library (-lcipher). */
|
||||||
|
#undef HAVE_LIBCIPHER
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `crypto' library (-lcrypto). */
|
||||||
|
#undef HAVE_LIBCRYPTO
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <libc.h> header file. */
|
||||||
#undef HAVE_LIBC_H
|
#undef HAVE_LIBC_H
|
||||||
|
|
||||||
/* Define if you have the <limits.h> header file. */
|
/* Define to 1 if you have the `socket' library (-lsocket). */
|
||||||
|
#undef HAVE_LIBSOCKET
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `ssl' library (-lssl). */
|
||||||
|
#undef HAVE_LIBSSL
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <limits.h> header file. */
|
||||||
#undef HAVE_LIMITS_H
|
#undef HAVE_LIMITS_H
|
||||||
|
|
||||||
/* Define if you have the <malloc.h> header file. */
|
/* Define to 1 if you have the <malloc.h> header file. */
|
||||||
#undef HAVE_MALLOC_H
|
#undef HAVE_MALLOC_H
|
||||||
|
|
||||||
/* Define if you have the <memory.h> header file. */
|
/* Define to 1 if you have the <memory.h> header file. */
|
||||||
#undef HAVE_MEMORY_H
|
#undef HAVE_MEMORY_H
|
||||||
|
|
||||||
/* Define if you have the <openssl/ssl.h> header file. */
|
/* Define to 1 if you have the <openssl/ssl.h> header file. */
|
||||||
#undef HAVE_OPENSSL_SSL_H
|
#undef HAVE_OPENSSL_SSL_H
|
||||||
|
|
||||||
/* Define if you have the <signal.h> header file. */
|
/* Define to 1 if you have the <signal.h> header file. */
|
||||||
#undef HAVE_SIGNAL_H
|
#undef HAVE_SIGNAL_H
|
||||||
|
|
||||||
/* Define if you have the <stdint.h> header file. */
|
/* Define to 1 if you have the <stdint.h> header file. */
|
||||||
#undef HAVE_STDINT_H
|
#undef HAVE_STDINT_H
|
||||||
|
|
||||||
/* Define if you have the <string.h> header file. */
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||||
|
#undef HAVE_STDLIB_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <strings.h> header file. */
|
||||||
|
#undef HAVE_STRINGS_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <string.h> header file. */
|
||||||
#undef HAVE_STRING_H
|
#undef HAVE_STRING_H
|
||||||
|
|
||||||
/* Define if you have the <sys/fcntl.h> header file. */
|
/* Define to 1 if you have the <sys/fcntl.h> header file. */
|
||||||
#undef HAVE_SYS_FCNTL_H
|
#undef HAVE_SYS_FCNTL_H
|
||||||
|
|
||||||
/* Define if you have the <sys/file.h> header file. */
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
||||||
#undef HAVE_SYS_FILE_H
|
#undef HAVE_SYS_FILE_H
|
||||||
|
|
||||||
/* Define if you have the <sys/inttypes.h> header file. */
|
/* Define to 1 if you have the <sys/inttypes.h> header file. */
|
||||||
#undef HAVE_SYS_INTTYPES_H
|
#undef HAVE_SYS_INTTYPES_H
|
||||||
|
|
||||||
/* Define if you have the <sys/ioctl.h> header file. */
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
||||||
#undef HAVE_SYS_IOCTL_H
|
#undef HAVE_SYS_IOCTL_H
|
||||||
|
|
||||||
/* Define if you have the <sys/param.h> header file. */
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||||
#undef HAVE_SYS_PARAM_H
|
#undef HAVE_SYS_PARAM_H
|
||||||
|
|
||||||
/* Define if you have the <sys/signal.h> header file. */
|
/* Define to 1 if you have the <sys/signal.h> header file. */
|
||||||
#undef HAVE_SYS_SIGNAL_H
|
#undef HAVE_SYS_SIGNAL_H
|
||||||
|
|
||||||
/* Define if you have the <sys/stropts.h> header file. */
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||||
|
#undef HAVE_SYS_STAT_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <sys/stropts.h> header file. */
|
||||||
#undef HAVE_SYS_STROPTS_H
|
#undef HAVE_SYS_STROPTS_H
|
||||||
|
|
||||||
/* Define if you have the <sys/wait.h> header file. */
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||||
|
#undef HAVE_SYS_TYPES_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <sys/wait.h> header file. */
|
||||||
#undef HAVE_SYS_WAIT_H
|
#undef HAVE_SYS_WAIT_H
|
||||||
|
|
||||||
/* Define if you have the <unistd.h> header file. */
|
/* Define to 1 if you have the <unistd.h> header file. */
|
||||||
#undef HAVE_UNISTD_H
|
#undef HAVE_UNISTD_H
|
||||||
|
|
||||||
/* Define if you have the <utime.h> header file. */
|
/* Define to 1 if you have the <utime.h> header file. */
|
||||||
#undef HAVE_UTIME_H
|
#undef HAVE_UTIME_H
|
||||||
|
|
||||||
|
/* Define to the address where bug reports for this package should be sent. */
|
||||||
|
#undef PACKAGE_BUGREPORT
|
||||||
|
|
||||||
|
/* Define to the full name of this package. */
|
||||||
|
#undef PACKAGE_NAME
|
||||||
|
|
||||||
|
/* Define to the full name and version of this package. */
|
||||||
|
#undef PACKAGE_STRING
|
||||||
|
|
||||||
|
/* Define to the one symbol short name of this package. */
|
||||||
|
#undef PACKAGE_TARNAME
|
||||||
|
|
||||||
|
/* Define to the version of this package. */
|
||||||
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
|
/* Define to 1 if you have the ANSI C header files. */
|
||||||
|
#undef STDC_HEADERS
|
||||||
|
|
475
Source/mframe/configure
vendored
475
Source/mframe/configure
vendored
|
@ -1,19 +1,10 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.53.
|
# Generated by GNU Autoconf 2.59.
|
||||||
#
|
#
|
||||||
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
# Copyright (C) 2003 Free Software Foundation, Inc.
|
||||||
# Free Software Foundation, Inc.
|
|
||||||
# This configure script is free software; the Free Software Foundation
|
# This configure script is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy, distribute and modify it.
|
# gives unlimited permission to copy, distribute and modify it.
|
||||||
|
|
||||||
if expr a : '\(a\)' >/dev/null 2>&1; then
|
|
||||||
as_expr=expr
|
|
||||||
else
|
|
||||||
as_expr=false
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
## --------------------- ##
|
## --------------------- ##
|
||||||
## M4sh Initialization. ##
|
## M4sh Initialization. ##
|
||||||
## --------------------- ##
|
## --------------------- ##
|
||||||
|
@ -22,46 +13,57 @@ fi
|
||||||
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
||||||
emulate sh
|
emulate sh
|
||||||
NULLCMD=:
|
NULLCMD=:
|
||||||
|
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
||||||
|
# is contrary to our usage. Disable this feature.
|
||||||
|
alias -g '${1+"$@"}'='"$@"'
|
||||||
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
||||||
set -o posix
|
set -o posix
|
||||||
fi
|
fi
|
||||||
|
DUALCASE=1; export DUALCASE # for MKS sh
|
||||||
|
|
||||||
# NLS nuisances.
|
|
||||||
# Support unset when possible.
|
# Support unset when possible.
|
||||||
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
|
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
||||||
as_unset=unset
|
as_unset=unset
|
||||||
else
|
else
|
||||||
as_unset=false
|
as_unset=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
|
|
||||||
{ $as_unset LANG || test "${LANG+set}" != set; } ||
|
# Work around bugs in pre-3.0 UWIN ksh.
|
||||||
{ LANG=C; export LANG; }
|
$as_unset ENV MAIL MAILPATH
|
||||||
(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
|
PS1='$ '
|
||||||
{ $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
|
PS2='> '
|
||||||
{ LC_ALL=C; export LC_ALL; }
|
PS4='+ '
|
||||||
(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
|
|
||||||
{ $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
|
# NLS nuisances.
|
||||||
{ LC_TIME=C; export LC_TIME; }
|
for as_var in \
|
||||||
(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
|
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
||||||
{ $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
|
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
||||||
{ LC_CTYPE=C; export LC_CTYPE; }
|
LC_TELEPHONE LC_TIME
|
||||||
(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
|
do
|
||||||
{ $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
|
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
||||||
{ LANGUAGE=C; export LANGUAGE; }
|
eval $as_var=C; export $as_var
|
||||||
(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
|
else
|
||||||
{ $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
|
$as_unset $as_var
|
||||||
{ LC_COLLATE=C; export LC_COLLATE; }
|
fi
|
||||||
(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
|
done
|
||||||
{ $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
|
|
||||||
{ LC_NUMERIC=C; export LC_NUMERIC; }
|
# Required to use basename.
|
||||||
(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
|
if expr a : '\(a\)' >/dev/null 2>&1; then
|
||||||
{ $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
|
as_expr=expr
|
||||||
{ LC_MESSAGES=C; export LC_MESSAGES; }
|
else
|
||||||
|
as_expr=false
|
||||||
|
fi
|
||||||
|
|
||||||
|
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
|
||||||
|
as_basename=basename
|
||||||
|
else
|
||||||
|
as_basename=false
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Name of the executable.
|
# Name of the executable.
|
||||||
as_me=`(basename "$0") 2>/dev/null ||
|
as_me=`$as_basename "$0" ||
|
||||||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
||||||
X"$0" : 'X\(//\)$' \| \
|
X"$0" : 'X\(//\)$' \| \
|
||||||
X"$0" : 'X\(/\)$' \| \
|
X"$0" : 'X\(/\)$' \| \
|
||||||
|
@ -72,6 +74,7 @@ echo X/"$0" |
|
||||||
/^X\/\(\/\).*/{ s//\1/; q; }
|
/^X\/\(\/\).*/{ s//\1/; q; }
|
||||||
s/.*/./; q'`
|
s/.*/./; q'`
|
||||||
|
|
||||||
|
|
||||||
# PATH needs CR, and LINENO needs CR and PATH.
|
# PATH needs CR, and LINENO needs CR and PATH.
|
||||||
# Avoid depending upon Character Ranges.
|
# Avoid depending upon Character Ranges.
|
||||||
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
||||||
|
@ -82,15 +85,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
|
||||||
|
|
||||||
# The user is always right.
|
# The user is always right.
|
||||||
if test "${PATH_SEPARATOR+set}" != set; then
|
if test "${PATH_SEPARATOR+set}" != set; then
|
||||||
echo "#! /bin/sh" >conftest.sh
|
echo "#! /bin/sh" >conf$$.sh
|
||||||
echo "exit 0" >>conftest.sh
|
echo "exit 0" >>conf$$.sh
|
||||||
chmod +x conftest.sh
|
chmod +x conf$$.sh
|
||||||
if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
|
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
|
||||||
PATH_SEPARATOR=';'
|
PATH_SEPARATOR=';'
|
||||||
else
|
else
|
||||||
PATH_SEPARATOR=:
|
PATH_SEPARATOR=:
|
||||||
fi
|
fi
|
||||||
rm -f conftest.sh
|
rm -f conf$$.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -138,6 +141,8 @@ do
|
||||||
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
||||||
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
||||||
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
|
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
|
||||||
|
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
|
||||||
|
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
|
||||||
CONFIG_SHELL=$as_dir/$as_base
|
CONFIG_SHELL=$as_dir/$as_base
|
||||||
export CONFIG_SHELL
|
export CONFIG_SHELL
|
||||||
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
|
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
|
||||||
|
@ -210,13 +215,20 @@ else
|
||||||
fi
|
fi
|
||||||
rm -f conf$$ conf$$.exe conf$$.file
|
rm -f conf$$ conf$$.exe conf$$.file
|
||||||
|
|
||||||
|
if mkdir -p . 2>/dev/null; then
|
||||||
|
as_mkdir_p=:
|
||||||
|
else
|
||||||
|
test -d ./-p && rmdir ./-p
|
||||||
|
as_mkdir_p=false
|
||||||
|
fi
|
||||||
|
|
||||||
as_executable_p="test -f"
|
as_executable_p="test -f"
|
||||||
|
|
||||||
# Sed expression to map a string onto a valid CPP name.
|
# Sed expression to map a string onto a valid CPP name.
|
||||||
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
||||||
|
|
||||||
# Sed expression to map a string onto a valid variable name.
|
# Sed expression to map a string onto a valid variable name.
|
||||||
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
||||||
|
|
||||||
|
|
||||||
# IFS
|
# IFS
|
||||||
|
@ -226,7 +238,7 @@ as_nl='
|
||||||
IFS=" $as_nl"
|
IFS=" $as_nl"
|
||||||
|
|
||||||
# CDPATH.
|
# CDPATH.
|
||||||
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
|
$as_unset CDPATH
|
||||||
|
|
||||||
|
|
||||||
# Name of the host.
|
# Name of the host.
|
||||||
|
@ -240,6 +252,7 @@ exec 6>&1
|
||||||
# Initializations.
|
# Initializations.
|
||||||
#
|
#
|
||||||
ac_default_prefix=/usr/local
|
ac_default_prefix=/usr/local
|
||||||
|
ac_config_libobj_dir=.
|
||||||
cross_compiling=no
|
cross_compiling=no
|
||||||
subdirs=
|
subdirs=
|
||||||
MFLAGS=
|
MFLAGS=
|
||||||
|
@ -259,6 +272,8 @@ PACKAGE_STRING=
|
||||||
PACKAGE_BUGREPORT=
|
PACKAGE_BUGREPORT=
|
||||||
|
|
||||||
ac_unique_file="mframe.head"
|
ac_unique_file="mframe.head"
|
||||||
|
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os LIBOBJS LTLIBOBJS'
|
||||||
|
ac_subst_files=''
|
||||||
|
|
||||||
# Initialize some variables set by options.
|
# Initialize some variables set by options.
|
||||||
ac_init_help=
|
ac_init_help=
|
||||||
|
@ -616,7 +631,7 @@ done
|
||||||
|
|
||||||
# Be sure to have absolute paths.
|
# Be sure to have absolute paths.
|
||||||
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
|
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
|
||||||
localstatedir libdir includedir oldincludedir infodir mandir
|
localstatedir libdir includedir oldincludedir infodir mandir
|
||||||
do
|
do
|
||||||
eval ac_val=$`echo $ac_var`
|
eval ac_val=$`echo $ac_var`
|
||||||
case $ac_val in
|
case $ac_val in
|
||||||
|
@ -656,10 +671,10 @@ if test -z "$srcdir"; then
|
||||||
# Try the directory containing this script, then its parent.
|
# Try the directory containing this script, then its parent.
|
||||||
ac_confdir=`(dirname "$0") 2>/dev/null ||
|
ac_confdir=`(dirname "$0") 2>/dev/null ||
|
||||||
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
||||||
X"$0" : 'X\(//\)[^/]' \| \
|
X"$0" : 'X\(//\)[^/]' \| \
|
||||||
X"$0" : 'X\(//\)$' \| \
|
X"$0" : 'X\(//\)$' \| \
|
||||||
X"$0" : 'X\(/\)' \| \
|
X"$0" : 'X\(/\)' \| \
|
||||||
. : '\(.\)' 2>/dev/null ||
|
. : '\(.\)' 2>/dev/null ||
|
||||||
echo X"$0" |
|
echo X"$0" |
|
||||||
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
||||||
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
||||||
|
@ -682,6 +697,9 @@ if test ! -r $srcdir/$ac_unique_file; then
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
|
||||||
|
{ echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
|
||||||
|
{ (exit 1); exit 1; }; }
|
||||||
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
|
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
|
||||||
ac_env_build_alias_set=${build_alias+set}
|
ac_env_build_alias_set=${build_alias+set}
|
||||||
ac_env_build_alias_value=$build_alias
|
ac_env_build_alias_value=$build_alias
|
||||||
|
@ -728,9 +746,9 @@ _ACEOF
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
Installation directories:
|
Installation directories:
|
||||||
--prefix=PREFIX install architecture-independent files in PREFIX
|
--prefix=PREFIX install architecture-independent files in PREFIX
|
||||||
[$ac_default_prefix]
|
[$ac_default_prefix]
|
||||||
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
||||||
[PREFIX]
|
[PREFIX]
|
||||||
|
|
||||||
By default, \`make install' will install all the files in
|
By default, \`make install' will install all the files in
|
||||||
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
|
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
|
||||||
|
@ -800,12 +818,45 @@ case $srcdir in
|
||||||
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
||||||
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
||||||
esac
|
esac
|
||||||
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
|
|
||||||
# absolute.
|
# Do not use `cd foo && pwd` to compute absolute paths, because
|
||||||
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
|
# the directories may not exist.
|
||||||
ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
|
case `pwd` in
|
||||||
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
|
.) ac_abs_builddir="$ac_dir";;
|
||||||
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
*)
|
||||||
|
case "$ac_dir" in
|
||||||
|
.) ac_abs_builddir=`pwd`;;
|
||||||
|
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
||||||
|
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
||||||
|
esac;;
|
||||||
|
esac
|
||||||
|
case $ac_abs_builddir in
|
||||||
|
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
||||||
|
*)
|
||||||
|
case ${ac_top_builddir}. in
|
||||||
|
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
||||||
|
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
||||||
|
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
||||||
|
esac;;
|
||||||
|
esac
|
||||||
|
case $ac_abs_builddir in
|
||||||
|
.) ac_abs_srcdir=$ac_srcdir;;
|
||||||
|
*)
|
||||||
|
case $ac_srcdir in
|
||||||
|
.) ac_abs_srcdir=$ac_abs_builddir;;
|
||||||
|
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
||||||
|
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
||||||
|
esac;;
|
||||||
|
esac
|
||||||
|
case $ac_abs_builddir in
|
||||||
|
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
||||||
|
*)
|
||||||
|
case $ac_top_srcdir in
|
||||||
|
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
||||||
|
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
||||||
|
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
||||||
|
esac;;
|
||||||
|
esac
|
||||||
|
|
||||||
cd $ac_dir
|
cd $ac_dir
|
||||||
# Check for guested configure; otherwise get Cygnus style configure.
|
# Check for guested configure; otherwise get Cygnus style configure.
|
||||||
|
@ -816,7 +867,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
||||||
echo
|
echo
|
||||||
$SHELL $ac_srcdir/configure --help=recursive
|
$SHELL $ac_srcdir/configure --help=recursive
|
||||||
elif test -f $ac_srcdir/configure.ac ||
|
elif test -f $ac_srcdir/configure.ac ||
|
||||||
test -f $ac_srcdir/configure.in; then
|
test -f $ac_srcdir/configure.in; then
|
||||||
echo
|
echo
|
||||||
$ac_configure --help
|
$ac_configure --help
|
||||||
else
|
else
|
||||||
|
@ -830,8 +881,7 @@ test -n "$ac_init_help" && exit 0
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
This configure script is free software; the Free Software Foundation
|
This configure script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it.
|
gives unlimited permission to copy, distribute and modify it.
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
@ -843,7 +893,7 @@ This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by $as_me, which was
|
It was created by $as_me, which was
|
||||||
generated by GNU Autoconf 2.53. Invocation command line was
|
generated by GNU Autoconf 2.59. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
|
||||||
|
@ -895,27 +945,54 @@ _ACEOF
|
||||||
|
|
||||||
# Keep a trace of the command line.
|
# Keep a trace of the command line.
|
||||||
# Strip out --no-create and --no-recursion so they do not pile up.
|
# Strip out --no-create and --no-recursion so they do not pile up.
|
||||||
|
# Strip out --silent because we don't want to record it for future runs.
|
||||||
# Also quote any args containing shell meta-characters.
|
# Also quote any args containing shell meta-characters.
|
||||||
|
# Make two passes to allow for proper duplicate-argument suppression.
|
||||||
ac_configure_args=
|
ac_configure_args=
|
||||||
|
ac_configure_args0=
|
||||||
|
ac_configure_args1=
|
||||||
ac_sep=
|
ac_sep=
|
||||||
for ac_arg
|
ac_must_keep_next=false
|
||||||
|
for ac_pass in 1 2
|
||||||
do
|
do
|
||||||
case $ac_arg in
|
for ac_arg
|
||||||
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
do
|
||||||
| --no-cr | --no-c | -n ) continue ;;
|
case $ac_arg in
|
||||||
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
|
-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
|
||||||
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
|
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
||||||
continue ;;
|
| -silent | --silent | --silen | --sile | --sil)
|
||||||
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
|
continue ;;
|
||||||
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
|
||||||
esac
|
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
||||||
case " $ac_configure_args " in
|
esac
|
||||||
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
|
case $ac_pass in
|
||||||
*) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
|
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
|
||||||
ac_sep=" " ;;
|
2)
|
||||||
esac
|
ac_configure_args1="$ac_configure_args1 '$ac_arg'"
|
||||||
# Get rid of the leading space.
|
if test $ac_must_keep_next = true; then
|
||||||
|
ac_must_keep_next=false # Got value, back to normal.
|
||||||
|
else
|
||||||
|
case $ac_arg in
|
||||||
|
*=* | --config-cache | -C | -disable-* | --disable-* \
|
||||||
|
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
|
||||||
|
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
|
||||||
|
| -with-* | --with-* | -without-* | --without-* | --x)
|
||||||
|
case "$ac_configure_args0 " in
|
||||||
|
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
-* ) ac_must_keep_next=true ;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
|
||||||
|
# Get rid of the leading space.
|
||||||
|
ac_sep=" "
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
done
|
done
|
||||||
|
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
|
||||||
|
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
|
||||||
|
|
||||||
# When interrupted or exit'd, cleanup temporary files, and complete
|
# When interrupted or exit'd, cleanup temporary files, and complete
|
||||||
# config.log. We remove comments because anyway the quotes in there
|
# config.log. We remove comments because anyway the quotes in there
|
||||||
|
@ -926,6 +1003,7 @@ trap 'exit_status=$?
|
||||||
# Save into config.log some information that might help in debugging.
|
# Save into config.log some information that might help in debugging.
|
||||||
{
|
{
|
||||||
echo
|
echo
|
||||||
|
|
||||||
cat <<\_ASBOX
|
cat <<\_ASBOX
|
||||||
## ---------------- ##
|
## ---------------- ##
|
||||||
## Cache variables. ##
|
## Cache variables. ##
|
||||||
|
@ -938,16 +1016,45 @@ _ASBOX
|
||||||
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
|
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
|
||||||
*ac_space=\ *)
|
*ac_space=\ *)
|
||||||
sed -n \
|
sed -n \
|
||||||
"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
|
"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
|
||||||
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
|
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
sed -n \
|
sed -n \
|
||||||
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
||||||
;;
|
;;
|
||||||
esac;
|
esac;
|
||||||
}
|
}
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
cat <<\_ASBOX
|
||||||
|
## ----------------- ##
|
||||||
|
## Output variables. ##
|
||||||
|
## ----------------- ##
|
||||||
|
_ASBOX
|
||||||
|
echo
|
||||||
|
for ac_var in $ac_subst_vars
|
||||||
|
do
|
||||||
|
eval ac_val=$`echo $ac_var`
|
||||||
|
echo "$ac_var='"'"'$ac_val'"'"'"
|
||||||
|
done | sort
|
||||||
|
echo
|
||||||
|
|
||||||
|
if test -n "$ac_subst_files"; then
|
||||||
|
cat <<\_ASBOX
|
||||||
|
## ------------- ##
|
||||||
|
## Output files. ##
|
||||||
|
## ------------- ##
|
||||||
|
_ASBOX
|
||||||
|
echo
|
||||||
|
for ac_var in $ac_subst_files
|
||||||
|
do
|
||||||
|
eval ac_val=$`echo $ac_var`
|
||||||
|
echo "$ac_var='"'"'$ac_val'"'"'"
|
||||||
|
done | sort
|
||||||
|
echo
|
||||||
|
fi
|
||||||
|
|
||||||
if test -s confdefs.h; then
|
if test -s confdefs.h; then
|
||||||
cat <<\_ASBOX
|
cat <<\_ASBOX
|
||||||
## ----------- ##
|
## ----------- ##
|
||||||
|
@ -955,14 +1062,14 @@ _ASBOX
|
||||||
## ----------- ##
|
## ----------- ##
|
||||||
_ASBOX
|
_ASBOX
|
||||||
echo
|
echo
|
||||||
sed "/^$/d" confdefs.h
|
sed "/^$/d" confdefs.h | sort
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
test "$ac_signal" != 0 &&
|
test "$ac_signal" != 0 &&
|
||||||
echo "$as_me: caught signal $ac_signal"
|
echo "$as_me: caught signal $ac_signal"
|
||||||
echo "$as_me: exit $exit_status"
|
echo "$as_me: exit $exit_status"
|
||||||
} >&5
|
} >&5
|
||||||
rm -f core core.* *.core &&
|
rm -f core *.core &&
|
||||||
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
|
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
|
||||||
exit $exit_status
|
exit $exit_status
|
||||||
' 0
|
' 0
|
||||||
|
@ -1042,7 +1149,7 @@ fi
|
||||||
# value.
|
# value.
|
||||||
ac_cache_corrupted=false
|
ac_cache_corrupted=false
|
||||||
for ac_var in `(set) 2>&1 |
|
for ac_var in `(set) 2>&1 |
|
||||||
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
|
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
|
||||||
eval ac_old_set=\$ac_cv_env_${ac_var}_set
|
eval ac_old_set=\$ac_cv_env_${ac_var}_set
|
||||||
eval ac_new_set=\$ac_env_${ac_var}_set
|
eval ac_new_set=\$ac_env_${ac_var}_set
|
||||||
eval ac_old_val="\$ac_cv_env_${ac_var}_value"
|
eval ac_old_val="\$ac_cv_env_${ac_var}_value"
|
||||||
|
@ -1059,13 +1166,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
|
||||||
,);;
|
,);;
|
||||||
*)
|
*)
|
||||||
if test "x$ac_old_val" != "x$ac_new_val"; then
|
if test "x$ac_old_val" != "x$ac_new_val"; then
|
||||||
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
|
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
|
||||||
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
|
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
|
||||||
{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5
|
{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5
|
||||||
echo "$as_me: former value: $ac_old_val" >&2;}
|
echo "$as_me: former value: $ac_old_val" >&2;}
|
||||||
{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5
|
{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5
|
||||||
echo "$as_me: current value: $ac_new_val" >&2;}
|
echo "$as_me: current value: $ac_new_val" >&2;}
|
||||||
ac_cache_corrupted=:
|
ac_cache_corrupted=:
|
||||||
fi;;
|
fi;;
|
||||||
esac
|
esac
|
||||||
# Pass precious variables to config.status.
|
# Pass precious variables to config.status.
|
||||||
|
@ -1113,6 +1220,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Use config.guess, config.sub and install-sh provided by gnustep-make
|
# Use config.guess, config.sub and install-sh provided by gnustep-make
|
||||||
|
@ -1285,7 +1393,7 @@ cat >confcache <<\_ACEOF
|
||||||
# config.status only pays attention to the cache file if you give it
|
# config.status only pays attention to the cache file if you give it
|
||||||
# the --recheck option to rerun configure.
|
# the --recheck option to rerun configure.
|
||||||
#
|
#
|
||||||
# `ac_cv_env_foo' variables (set or unset) will be overriden when
|
# `ac_cv_env_foo' variables (set or unset) will be overridden when
|
||||||
# loading this file, other *unset* `ac_cv_foo' will be assigned the
|
# loading this file, other *unset* `ac_cv_foo' will be assigned the
|
||||||
# following values.
|
# following values.
|
||||||
|
|
||||||
|
@ -1303,13 +1411,13 @@ _ACEOF
|
||||||
# `set' does not quote correctly, so add quotes (double-quote
|
# `set' does not quote correctly, so add quotes (double-quote
|
||||||
# substitution turns \\\\ into \\, and sed turns \\ into \).
|
# substitution turns \\\\ into \\, and sed turns \\ into \).
|
||||||
sed -n \
|
sed -n \
|
||||||
"s/'/'\\\\''/g;
|
"s/'/'\\\\''/g;
|
||||||
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
|
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# `set' quotes correctly as required by POSIX, so do not add quotes.
|
# `set' quotes correctly as required by POSIX, so do not add quotes.
|
||||||
sed -n \
|
sed -n \
|
||||||
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
||||||
;;
|
;;
|
||||||
esac;
|
esac;
|
||||||
} |
|
} |
|
||||||
|
@ -1320,7 +1428,7 @@ _ACEOF
|
||||||
t end
|
t end
|
||||||
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
||||||
: end' >>confcache
|
: end' >>confcache
|
||||||
if cmp -s $cache_file confcache; then :; else
|
if diff $cache_file confcache >/dev/null 2>&1; then :; else
|
||||||
if test -w $cache_file; then
|
if test -w $cache_file; then
|
||||||
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
|
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
|
||||||
cat confcache >$cache_file
|
cat confcache >$cache_file
|
||||||
|
@ -1339,13 +1447,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||||
# trailing colons and then remove the whole line if VPATH becomes empty
|
# trailing colons and then remove the whole line if VPATH becomes empty
|
||||||
# (actually we leave an empty line to preserve line numbers).
|
# (actually we leave an empty line to preserve line numbers).
|
||||||
if test "x$srcdir" = x.; then
|
if test "x$srcdir" = x.; then
|
||||||
ac_vpsub='/^[ ]*VPATH[ ]*=/{
|
ac_vpsub='/^[ ]*VPATH[ ]*=/{
|
||||||
s/:*\$(srcdir):*/:/;
|
s/:*\$(srcdir):*/:/;
|
||||||
s/:*\${srcdir}:*/:/;
|
s/:*\${srcdir}:*/:/;
|
||||||
s/:*@srcdir@:*/:/;
|
s/:*@srcdir@:*/:/;
|
||||||
s/^\([^=]*=[ ]*\):*/\1/;
|
s/^\([^=]*=[ ]*\):*/\1/;
|
||||||
s/:*$//;
|
s/:*$//;
|
||||||
s/^[^=]*=[ ]*$//;
|
s/^[^=]*=[ ]*$//;
|
||||||
}'
|
}'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1359,13 +1467,13 @@ fi
|
||||||
cat >confdef2opt.sed <<\_ACEOF
|
cat >confdef2opt.sed <<\_ACEOF
|
||||||
t clear
|
t clear
|
||||||
: clear
|
: clear
|
||||||
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
|
||||||
t quote
|
t quote
|
||||||
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
|
||||||
t quote
|
t quote
|
||||||
d
|
d
|
||||||
: quote
|
: quote
|
||||||
s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
|
s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
|
||||||
s,\[,\\&,g
|
s,\[,\\&,g
|
||||||
s,\],\\&,g
|
s,\],\\&,g
|
||||||
s,\$,$$,g
|
s,\$,$$,g
|
||||||
|
@ -1382,6 +1490,21 @@ DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
|
||||||
rm -f confdef2opt.sed
|
rm -f confdef2opt.sed
|
||||||
|
|
||||||
|
|
||||||
|
ac_libobjs=
|
||||||
|
ac_ltlibobjs=
|
||||||
|
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
|
||||||
|
# 1. Remove the extension, and $U if already installed.
|
||||||
|
ac_i=`echo "$ac_i" |
|
||||||
|
sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
|
||||||
|
# 2. Add them.
|
||||||
|
ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
|
||||||
|
ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
|
||||||
|
done
|
||||||
|
LIBOBJS=$ac_libobjs
|
||||||
|
|
||||||
|
LTLIBOBJS=$ac_ltlibobjs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
: ${CONFIG_STATUS=./config.status}
|
: ${CONFIG_STATUS=./config.status}
|
||||||
ac_clean_files_save=$ac_clean_files
|
ac_clean_files_save=$ac_clean_files
|
||||||
|
@ -1396,11 +1519,12 @@ cat >$CONFIG_STATUS <<_ACEOF
|
||||||
# configure, is in config.log if it exists.
|
# configure, is in config.log if it exists.
|
||||||
|
|
||||||
debug=false
|
debug=false
|
||||||
|
ac_cs_recheck=false
|
||||||
|
ac_cs_silent=false
|
||||||
SHELL=\${CONFIG_SHELL-$SHELL}
|
SHELL=\${CONFIG_SHELL-$SHELL}
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
cat >>$CONFIG_STATUS <<\_ACEOF
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
||||||
|
|
||||||
## --------------------- ##
|
## --------------------- ##
|
||||||
## M4sh Initialization. ##
|
## M4sh Initialization. ##
|
||||||
## --------------------- ##
|
## --------------------- ##
|
||||||
|
@ -1409,46 +1533,57 @@ cat >>$CONFIG_STATUS <<\_ACEOF
|
||||||
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
||||||
emulate sh
|
emulate sh
|
||||||
NULLCMD=:
|
NULLCMD=:
|
||||||
|
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
||||||
|
# is contrary to our usage. Disable this feature.
|
||||||
|
alias -g '${1+"$@"}'='"$@"'
|
||||||
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
||||||
set -o posix
|
set -o posix
|
||||||
fi
|
fi
|
||||||
|
DUALCASE=1; export DUALCASE # for MKS sh
|
||||||
|
|
||||||
# NLS nuisances.
|
|
||||||
# Support unset when possible.
|
# Support unset when possible.
|
||||||
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
|
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
||||||
as_unset=unset
|
as_unset=unset
|
||||||
else
|
else
|
||||||
as_unset=false
|
as_unset=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
|
|
||||||
{ $as_unset LANG || test "${LANG+set}" != set; } ||
|
# Work around bugs in pre-3.0 UWIN ksh.
|
||||||
{ LANG=C; export LANG; }
|
$as_unset ENV MAIL MAILPATH
|
||||||
(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
|
PS1='$ '
|
||||||
{ $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
|
PS2='> '
|
||||||
{ LC_ALL=C; export LC_ALL; }
|
PS4='+ '
|
||||||
(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
|
|
||||||
{ $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
|
# NLS nuisances.
|
||||||
{ LC_TIME=C; export LC_TIME; }
|
for as_var in \
|
||||||
(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
|
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
||||||
{ $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
|
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
||||||
{ LC_CTYPE=C; export LC_CTYPE; }
|
LC_TELEPHONE LC_TIME
|
||||||
(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
|
do
|
||||||
{ $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
|
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
||||||
{ LANGUAGE=C; export LANGUAGE; }
|
eval $as_var=C; export $as_var
|
||||||
(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
|
else
|
||||||
{ $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
|
$as_unset $as_var
|
||||||
{ LC_COLLATE=C; export LC_COLLATE; }
|
fi
|
||||||
(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
|
done
|
||||||
{ $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
|
|
||||||
{ LC_NUMERIC=C; export LC_NUMERIC; }
|
# Required to use basename.
|
||||||
(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
|
if expr a : '\(a\)' >/dev/null 2>&1; then
|
||||||
{ $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
|
as_expr=expr
|
||||||
{ LC_MESSAGES=C; export LC_MESSAGES; }
|
else
|
||||||
|
as_expr=false
|
||||||
|
fi
|
||||||
|
|
||||||
|
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
|
||||||
|
as_basename=basename
|
||||||
|
else
|
||||||
|
as_basename=false
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Name of the executable.
|
# Name of the executable.
|
||||||
as_me=`(basename "$0") 2>/dev/null ||
|
as_me=`$as_basename "$0" ||
|
||||||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
||||||
X"$0" : 'X\(//\)$' \| \
|
X"$0" : 'X\(//\)$' \| \
|
||||||
X"$0" : 'X\(/\)$' \| \
|
X"$0" : 'X\(/\)$' \| \
|
||||||
|
@ -1459,6 +1594,7 @@ echo X/"$0" |
|
||||||
/^X\/\(\/\).*/{ s//\1/; q; }
|
/^X\/\(\/\).*/{ s//\1/; q; }
|
||||||
s/.*/./; q'`
|
s/.*/./; q'`
|
||||||
|
|
||||||
|
|
||||||
# PATH needs CR, and LINENO needs CR and PATH.
|
# PATH needs CR, and LINENO needs CR and PATH.
|
||||||
# Avoid depending upon Character Ranges.
|
# Avoid depending upon Character Ranges.
|
||||||
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
||||||
|
@ -1469,15 +1605,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
|
||||||
|
|
||||||
# The user is always right.
|
# The user is always right.
|
||||||
if test "${PATH_SEPARATOR+set}" != set; then
|
if test "${PATH_SEPARATOR+set}" != set; then
|
||||||
echo "#! /bin/sh" >conftest.sh
|
echo "#! /bin/sh" >conf$$.sh
|
||||||
echo "exit 0" >>conftest.sh
|
echo "exit 0" >>conf$$.sh
|
||||||
chmod +x conftest.sh
|
chmod +x conf$$.sh
|
||||||
if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
|
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
|
||||||
PATH_SEPARATOR=';'
|
PATH_SEPARATOR=';'
|
||||||
else
|
else
|
||||||
PATH_SEPARATOR=:
|
PATH_SEPARATOR=:
|
||||||
fi
|
fi
|
||||||
rm -f conftest.sh
|
rm -f conf$$.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -1526,6 +1662,8 @@ do
|
||||||
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
||||||
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
||||||
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
|
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
|
||||||
|
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
|
||||||
|
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
|
||||||
CONFIG_SHELL=$as_dir/$as_base
|
CONFIG_SHELL=$as_dir/$as_base
|
||||||
export CONFIG_SHELL
|
export CONFIG_SHELL
|
||||||
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
|
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
|
||||||
|
@ -1599,13 +1737,20 @@ else
|
||||||
fi
|
fi
|
||||||
rm -f conf$$ conf$$.exe conf$$.file
|
rm -f conf$$ conf$$.exe conf$$.file
|
||||||
|
|
||||||
|
if mkdir -p . 2>/dev/null; then
|
||||||
|
as_mkdir_p=:
|
||||||
|
else
|
||||||
|
test -d ./-p && rmdir ./-p
|
||||||
|
as_mkdir_p=false
|
||||||
|
fi
|
||||||
|
|
||||||
as_executable_p="test -f"
|
as_executable_p="test -f"
|
||||||
|
|
||||||
# Sed expression to map a string onto a valid CPP name.
|
# Sed expression to map a string onto a valid CPP name.
|
||||||
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
||||||
|
|
||||||
# Sed expression to map a string onto a valid variable name.
|
# Sed expression to map a string onto a valid variable name.
|
||||||
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
||||||
|
|
||||||
|
|
||||||
# IFS
|
# IFS
|
||||||
|
@ -1615,7 +1760,7 @@ as_nl='
|
||||||
IFS=" $as_nl"
|
IFS=" $as_nl"
|
||||||
|
|
||||||
# CDPATH.
|
# CDPATH.
|
||||||
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
|
$as_unset CDPATH
|
||||||
|
|
||||||
exec 6>&1
|
exec 6>&1
|
||||||
|
|
||||||
|
@ -1632,7 +1777,7 @@ _ASBOX
|
||||||
cat >&5 <<_CSEOF
|
cat >&5 <<_CSEOF
|
||||||
|
|
||||||
This file was extended by $as_me, which was
|
This file was extended by $as_me, which was
|
||||||
generated by GNU Autoconf 2.53. Invocation command line was
|
generated by GNU Autoconf 2.59. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
CONFIG_HEADERS = $CONFIG_HEADERS
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
||||||
|
@ -1672,6 +1817,7 @@ Usage: $0 [OPTIONS] [FILE]...
|
||||||
|
|
||||||
-h, --help print this help, then exit
|
-h, --help print this help, then exit
|
||||||
-V, --version print version number, then exit
|
-V, --version print version number, then exit
|
||||||
|
-q, --quiet do not print progress messages
|
||||||
-d, --debug don't remove temporary files
|
-d, --debug don't remove temporary files
|
||||||
--recheck update $as_me by reconfiguring in the same conditions
|
--recheck update $as_me by reconfiguring in the same conditions
|
||||||
|
|
||||||
|
@ -1681,11 +1827,10 @@ _ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF
|
cat >>$CONFIG_STATUS <<_ACEOF
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
config.status
|
config.status
|
||||||
configured by $0, generated by GNU Autoconf 2.53,
|
configured by $0, generated by GNU Autoconf 2.59,
|
||||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||||
|
|
||||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
This config.status script is free software; the Free Software Foundation
|
This config.status script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it."
|
gives unlimited permission to copy, distribute and modify it."
|
||||||
srcdir=$srcdir
|
srcdir=$srcdir
|
||||||
|
@ -1701,25 +1846,25 @@ do
|
||||||
--*=*)
|
--*=*)
|
||||||
ac_option=`expr "x$1" : 'x\([^=]*\)='`
|
ac_option=`expr "x$1" : 'x\([^=]*\)='`
|
||||||
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
|
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
|
||||||
shift
|
ac_shift=:
|
||||||
set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
|
;;
|
||||||
shift
|
-*)
|
||||||
|
ac_option=$1
|
||||||
|
ac_optarg=$2
|
||||||
|
ac_shift=shift
|
||||||
;;
|
;;
|
||||||
-*);;
|
|
||||||
*) # This is not an option, so the user has probably given explicit
|
*) # This is not an option, so the user has probably given explicit
|
||||||
# arguments.
|
# arguments.
|
||||||
|
ac_option=$1
|
||||||
ac_need_defaults=false;;
|
ac_need_defaults=false;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case $1 in
|
case $ac_option in
|
||||||
# Handling of the options.
|
# Handling of the options.
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF
|
|
||||||
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
|
||||||
echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
|
|
||||||
exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
|
|
||||||
_ACEOF
|
|
||||||
cat >>$CONFIG_STATUS <<\_ACEOF
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
||||||
|
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
||||||
|
ac_cs_recheck=: ;;
|
||||||
--version | --vers* | -V )
|
--version | --vers* | -V )
|
||||||
echo "$ac_cs_version"; exit 0 ;;
|
echo "$ac_cs_version"; exit 0 ;;
|
||||||
--he | --h)
|
--he | --h)
|
||||||
|
@ -1734,13 +1879,16 @@ Try \`$0 --help' for more information." >&2;}
|
||||||
--debug | --d* | -d )
|
--debug | --d* | -d )
|
||||||
debug=: ;;
|
debug=: ;;
|
||||||
--file | --fil | --fi | --f )
|
--file | --fil | --fi | --f )
|
||||||
shift
|
$ac_shift
|
||||||
CONFIG_FILES="$CONFIG_FILES $1"
|
CONFIG_FILES="$CONFIG_FILES $ac_optarg"
|
||||||
ac_need_defaults=false;;
|
ac_need_defaults=false;;
|
||||||
--header | --heade | --head | --hea )
|
--header | --heade | --head | --hea )
|
||||||
shift
|
$ac_shift
|
||||||
CONFIG_HEADERS="$CONFIG_HEADERS $1"
|
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
|
||||||
ac_need_defaults=false;;
|
ac_need_defaults=false;;
|
||||||
|
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
||||||
|
| -silent | --silent | --silen | --sile | --sil | --si | --s)
|
||||||
|
ac_cs_silent=: ;;
|
||||||
|
|
||||||
# This is an error.
|
# This is an error.
|
||||||
-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
|
-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
|
||||||
|
@ -1755,6 +1903,20 @@ Try \`$0 --help' for more information." >&2;}
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ac_configure_extra_args=
|
||||||
|
|
||||||
|
if $ac_cs_silent; then
|
||||||
|
exec 6>/dev/null
|
||||||
|
ac_configure_extra_args="$ac_configure_extra_args --silent"
|
||||||
|
fi
|
||||||
|
|
||||||
|
_ACEOF
|
||||||
|
cat >>$CONFIG_STATUS <<_ACEOF
|
||||||
|
if \$ac_cs_recheck; then
|
||||||
|
echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
|
||||||
|
exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
||||||
|
fi
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
|
@ -1780,8 +1942,11 @@ ac_clean_files=$ac_clean_files_save
|
||||||
# need to make the FD available again.
|
# need to make the FD available again.
|
||||||
if test "$no_create" != yes; then
|
if test "$no_create" != yes; then
|
||||||
ac_cs_success=:
|
ac_cs_success=:
|
||||||
|
ac_config_status_args=
|
||||||
|
test "$silent" = yes &&
|
||||||
|
ac_config_status_args="$ac_config_status_args --quiet"
|
||||||
exec 5>/dev/null
|
exec 5>/dev/null
|
||||||
$SHELL $CONFIG_STATUS || ac_cs_success=false
|
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
|
||||||
exec 5>>config.log
|
exec 5>>config.log
|
||||||
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
|
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
|
||||||
# would make configure fail if this is the last instruction.
|
# would make configure fail if this is the last instruction.
|
||||||
|
|
41
configure
vendored
41
configure
vendored
|
@ -913,6 +913,13 @@ Optional Packages:
|
||||||
is found at runtime. If this is not specified
|
is found at runtime. If this is not specified
|
||||||
then the path from --with-config-file or from
|
then the path from --with-config-file or from
|
||||||
the gnustep-make package is used.
|
the gnustep-make package is used.
|
||||||
|
--with-installation-domain=DOMAIN (Mingw32-only option) Specify the domain (SYSTEM, LOCAL, NETWORK
|
||||||
|
or USER) into which gnustep-base will be installed. This is
|
||||||
|
necessary on Microsoft Windows (mingw) because relative paths
|
||||||
|
are hardcoded into gnustep-base. If this is not specified, LOCAL
|
||||||
|
is used. Please make sure this matches the DOMAIN where
|
||||||
|
you will be installing gnustep-base to prevent problems
|
||||||
|
with finding resources at runtime.
|
||||||
--with-include-flags=FLAGS Specify all include flags at once
|
--with-include-flags=FLAGS Specify all include flags at once
|
||||||
--with-library-flags=FLAGS Specify all library flags at once
|
--with-library-flags=FLAGS Specify all library flags at once
|
||||||
--with-ffi-include=PATH Include path for ffi (ffcall/libffi) headers
|
--with-ffi-include=PATH Include path for ffi (ffcall/libffi) headers
|
||||||
|
@ -1798,7 +1805,39 @@ if test x"$GNUSTEP_USER_DIR_DOC_INFO" = x""; then GNUSTEP_USER_DIR_DOC_INFO=$GNU
|
||||||
#
|
#
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
mingw*)
|
mingw*)
|
||||||
GNUSTEP_BASE_PATH="$GNUSTEP_SYSTEM_TOOLS"
|
echo "$as_me:$LINENO: checking for GNUstep-base installation domain" >&5
|
||||||
|
echo $ECHO_N "checking for GNUstep-base installation domain... $ECHO_C" >&6
|
||||||
|
|
||||||
|
# Check whether --with-installation-domain or --without-installation-domain was given.
|
||||||
|
if test "${with_installation_domain+set}" = set; then
|
||||||
|
withval="$with_installation_domain"
|
||||||
|
result="$withval"
|
||||||
|
else
|
||||||
|
result="no"
|
||||||
|
|
||||||
|
fi;
|
||||||
|
case "$result" in
|
||||||
|
SYSTEM)
|
||||||
|
echo "$as_me:$LINENO: result: SYSTEM" >&5
|
||||||
|
echo "${ECHO_T}SYSTEM" >&6
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_SYSTEM_TOOLS";;
|
||||||
|
LOCAL)
|
||||||
|
echo "$as_me:$LINENO: result: LOCAL" >&5
|
||||||
|
echo "${ECHO_T}LOCAL" >&6
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_LOCAL_TOOLS";;
|
||||||
|
NETWORK)
|
||||||
|
echo "$as_me:$LINENO: result: NETWORK" >&5
|
||||||
|
echo "${ECHO_T}NETWORK" >&6
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_NETWORK_TOOLS";;
|
||||||
|
USER)
|
||||||
|
echo "$as_me:$LINENO: result: USER" >&5
|
||||||
|
echo "${ECHO_T}USER" >&6
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_USER_TOOLS";;
|
||||||
|
*)
|
||||||
|
echo "$as_me:$LINENO: result: none specified => using LOCAL" >&5
|
||||||
|
echo "${ECHO_T}none specified => using LOCAL" >&6
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_LOCAL_TOOLS";;
|
||||||
|
esac
|
||||||
|
|
||||||
# TODO: Improve this hack.
|
# TODO: Improve this hack.
|
||||||
# According to Wikipedia, this is the default for Windows 2000,
|
# According to Wikipedia, this is the default for Windows 2000,
|
||||||
|
|
30
configure.ac
30
configure.ac
|
@ -360,7 +360,35 @@ if test x"$GNUSTEP_USER_DIR_DOC_INFO" = x""; then GNUSTEP_USER_DIR_DOC_INFO=$GNU
|
||||||
#
|
#
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
mingw*)
|
mingw*)
|
||||||
GNUSTEP_BASE_PATH="$GNUSTEP_SYSTEM_TOOLS"
|
AC_MSG_CHECKING([for GNUstep-base installation domain])
|
||||||
|
AC_ARG_WITH(installation-domain,
|
||||||
|
[ --with-installation-domain=DOMAIN (Mingw32-only option) Specify the domain (SYSTEM, LOCAL, NETWORK
|
||||||
|
or USER) into which gnustep-base will be installed. This is
|
||||||
|
necessary on Microsoft Windows (mingw) because relative paths
|
||||||
|
are hardcoded into gnustep-base. If this is not specified, LOCAL
|
||||||
|
is used. Please make sure this matches the DOMAIN where
|
||||||
|
you will be installing gnustep-base to prevent problems
|
||||||
|
with finding resources at runtime.],
|
||||||
|
result="$withval",
|
||||||
|
result="no"
|
||||||
|
)
|
||||||
|
case "$result" in
|
||||||
|
SYSTEM)
|
||||||
|
AC_MSG_RESULT([SYSTEM])
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_SYSTEM_TOOLS";;
|
||||||
|
LOCAL)
|
||||||
|
AC_MSG_RESULT([LOCAL])
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_LOCAL_TOOLS";;
|
||||||
|
NETWORK)
|
||||||
|
AC_MSG_RESULT([NETWORK])
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_NETWORK_TOOLS";;
|
||||||
|
USER)
|
||||||
|
AC_MSG_RESULT([USER])
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_USER_TOOLS";;
|
||||||
|
*)
|
||||||
|
AC_MSG_RESULT([none specified => using LOCAL])
|
||||||
|
GNUSTEP_BASE_PATH="$GNUSTEP_LOCAL_TOOLS";;
|
||||||
|
esac
|
||||||
|
|
||||||
# TODO: Improve this hack.
|
# TODO: Improve this hack.
|
||||||
# According to Wikipedia, this is the default for Windows 2000,
|
# According to Wikipedia, this is the default for Windows 2000,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue