]> git.saurik.com Git - bison.git/blob - djgpp/config.site
portability: `<' and `>' are not always defined on addresses.
[bison.git] / djgpp / config.site
1 #! /bin/sh
2
3 # This is the config.site file for configuring GNU packages
4 # which are to be built with DJGPP tools.
5
6 # Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
7 # Inc.
8
9 # This program is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
13 #
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
21
22
23 # Include the djgpp subdirectory in PATH, so that getconf is found
24 PATH="$srcdir/djgpp:$PATH"
25
26 # These two variables are required, otherwise looking for
27 # programs along the PATH will not work.
28 PATH_SEPARATOR=:
29 PATH_EXPAND=y
30
31 # This is required in for "test -f foo" to find foo.exe
32 export TEST_FINDS_EXE=y
33
34 # The root of the DJGPP tree serves as the default prefix
35 test "x$prefix" = xNONE && prefix='/dev/env/DJDIR'
36
37 # This is required for config.status script to be run, since
38 # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh}
39 CONFIG_SHELL=${CONFIG_SHELL='sh'}
40
41 # These are set here so the generated Makefile's will be good
42 # for every DJGPP installation, not only the one where the
43 # package was configured.
44 # $INSTALL must be an absolute path name, otherwise config.status
45 # will try to prepend ./ and ../ to it when it goes into subdirs.
46 INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'}
47 RANLIB=${RANLIB='ranlib'}
48 GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'}
49 MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'}
50 XGETTEXT=${XGETTEXT='/dev/env/DJDIR/bin/xgettext'}
51 AWK=${AWK='gawk'}
52
53 # A sane default for emacs.
54 ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'}
55
56 # A sane default for m4.
57 ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/m4'}
58
59 # A sane default for grep.
60 ac_cv_path_GREP=${GREP='/dev/env/DJDIR/bin/grep'}
61
62 # A sane default for egrep.
63 ac_cv_path_EGREP=${EGREP='/dev/env/DJDIR/bin/egrep'}
64
65 # A sane default for fgrep.
66 ac_cv_path_FGREP=${FGREP='/dev/env/DJDIR/bin/fgrep'}
67
68 # A sane default for sed.
69 ac_cv_path_SED=${SED='/dev/env/DJDIR/bin/sed'}
70
71 # A sane default for mkdir.
72 ac_cv_path_mkdir=${MKDIR_P='/dev/env/DJDIR/bin/mkdir -p'}
73
74 # These are set here so the generated libtool will be good
75 # for every DJGPP installation, not only the one where the
76 # package was configured.
77 NM=${NM='nm'}
78 LD=${LD='ld'}
79
80 # Force the test for 'ln -s' to report 'cp -pf'.
81 ac_cv_prog_LN_S='cp -pf'
82
83 # There is no fork and vfork functionality.
84 ac_cv_func_fork=no
85 ac_cv_func_vfork=no
86 ac_cv_func_pipe=no