Revision 17271,
951 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17270,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
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 | # Include the djgpp subdirectory in PATH, so that getconf is found |
---|
7 | PATH="$srcdir/djgpp;$PATH" |
---|
8 | |
---|
9 | # These two variables are required, otherwise looking for |
---|
10 | # programs along the PATH will not work. |
---|
11 | PATH_SEPARATOR=: |
---|
12 | PATH_EXPAND=y |
---|
13 | |
---|
14 | # The root of the DJGPP tree serves as the default prefix |
---|
15 | test "x$prefix" = xNONE && prefix='${DJDIR}' |
---|
16 | |
---|
17 | # This is required for config.status script to be run, since |
---|
18 | # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh} |
---|
19 | CONFIG_SHELL=${CONFIG_SHELL='sh'} |
---|
20 | |
---|
21 | # These are set here so the generated Makefile's will be good |
---|
22 | # for every DJGPP installation, not only the one where the |
---|
23 | # package was configured. |
---|
24 | # $INSTALL must be an absolute path name, otherwise config.status |
---|
25 | # will try to prepend ./ and ../ to it when it goes into subdirs. |
---|
26 | INSTALL=${INSTALL='${DJDIR}/bin/ginstall -c'} |
---|
27 | RANLIB=${RANLIB='ranlib'} |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.