Regenerated. TCVN can now store the accents.
[libiconv.git] / djgpp / config.site
blob063f459c3a04fec880ed9a11d84145b3115f377d
1 #! /bin/sh
3 # These two variables are required, otherwise looking for
4 # programs along the PATH will not work.
5 PATH_SEPARATOR=:
6 PATH_EXPAND=y
8 # This is required in for "test -f foo" to find foo.exe
9 export TEST_FINDS_EXE=y
11 # The root of the DJGPP tree serves as the default prefix
12 # for all paths that are hardcoded in the binaries.
13 # When installing the installation prefix must be supplied.
14 test "x$prefix" = xNONE && prefix='/dev/env/DJDIR'
16 # This is required for config.status script to be run, since
17 # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh}
18 # CONFIG_SHELL=${CONFIG_SHELL='sh'}
20 # These are set here so the generated Makefile's will be good
21 # for every DJGPP installation, not only the one where the
22 # package was configured.
23 # $INSTALL must be an absolute path name, otherwise config.status
24 # will try to prepend ./ and ../ to it when it goes into subdirs.
25 INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'}
26 RANLIB=${RANLIB='/dev/env/DJDIR/bin/ranlib'}
27 GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'}
28 MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'}
29 XGETTEXT=${XGETTEXT='/dev/env/DJDIR/bin/xgettext'}
31 # A sane default for emacs.
32 ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'}
34 # These are set here so the generated libtool will be good
35 # for every DJGPP installation, not only the one where the
36 # package was configured.
37 NM=${NM='/dev/env/DJDIR/bin/nm'}
38 LD=${LD='/dev/env/DJDIR/bin/ld'}
40 # Force the test for 'ln -s' to report no.
41 ac_cv_prog_LN_S='cp -p'
42 cl_cv_prog_LN_S='cp -p'
43 cl_cv_prog_LN='cp -p'