]> git.saurik.com Git - bison.git/blob - djgpp/config.site
* Use colon instead of semicolon as path separator in PATH.
[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 Free Software Foundation, Inc.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
12
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software Foundation,
20 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
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 # A sane defualt for emacs.
42 ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'}
43
44 # These are set here so the generated Makefile's will be good
45 # for every DJGPP installation, not only the one where the
46 # package was configured.
47 # $INSTALL must be an absolute path name, otherwise config.status
48 # will try to prepend ./ and ../ to it when it goes into subdirs.
49 INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'}
50 RANLIB=${RANLIB='ranlib'}
51 GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'}
52 MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'}
53 XGETTEXT=${XGETTEXT='/dev/env/DJDIR/bin/xgettext'}
54
55 # A sane default for emacs.
56 ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'}
57
58 # A sane default for m4.
59 ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/m4'}
60
61 # These are set here so the generated libtool will be good
62 # for every DJGPP installation, not only the one where the
63 # package was configured.
64 NM=${NM='nm'}
65 LD=${LD='ld'}
66
67 # Force the test for 'ln -s' to report 'cp -pf'.
68 ac_cv_prog_LN_S='cp -pf'
69
70 # There is no fork and vfork functionality.
71 ac_cv_func_fork=no
72 ac_cv_func_vfork=no
73 ac_cv_func_pipe=no