Lines Matching refs:Rem
2 Rem Configure Bison for DJGPP.
4 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
5 Rem format, or else stock DOS/Windows shells will refuse to run it.
7 Rem Copyright (C) 2005-2012 Free Software Foundation, Inc.
9 Rem This program is free software: you can redistribute it and/or modify
10 Rem it under the terms of the GNU General Public License as published by
11 Rem the Free Software Foundation, either version 3 of the License, or
12 Rem (at your option) any later version.
13 Rem
14 Rem This program is distributed in the hope that it will be useful,
15 Rem but WITHOUT ANY WARRANTY; without even the implied warranty of
16 Rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 Rem GNU General Public License for more details.
18 Rem
19 Rem You should have received a copy of the GNU General Public License
20 Rem along with this program. If not, see <http://www.gnu.org/licenses/>.
24 Rem The SmallEnv tests protect against fixed and too small size
25 Rem of the environment in stock DOS shell.
27 Rem Find out if NLS is wanted or not,
28 Rem if dependency-tracking is wanted or not,
29 Rem if caching is wanted or not
30 Rem and where the sources are.
31 Rem We always default to NLS support,
32 Rem no dependency tracking
33 Rem and to in place configuration.
50 Rem Loop over all arguments.
51 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
52 Rem All other arguments are stored into ARGS.
144 Rem Create an arguments file for the configure script.
171 Rem Update configuration files
178 Rem Make sure they have a config.site file
182 Rem inttypes_.h and inttypes.h map to the same 8.3 alias.
186 Rem Make sure crucial file names are not munged by unpacking
268 Rem Fix data/lalr1.cc and data/location.cc to reflect the renaming of c++.m4
279 Rem Fix src/getargs.c to reflect the renaming of c++-skel.m4
284 Rem Define DJGPP specific defs in config.hin
293 Rem Fixing ilicit testsuite file name.
303 Rem Fixing ilicit calc++ file names in the calc++ directory.
345 Rem Fixing #include lines in calcxx files.
375 Rem Fixing the scanner files to make file names 8.3 valid.
376 Rem Use only if you want to change the scan-gram.l and scan-skel.l files.
385 Rem This is required because DOS/Windows are case-insensitive
386 Rem to file names, and "make install" will do nothing if Make
387 Rem finds a file called `install'.
390 Rem Set SHELL to a sane default or some configure tests stop working
391 Rem if the package is configured across partitions.
398 Rem Set HOME to a sane default so configure stops complaining.
405 Rem Set HOSTNAME so it shows in config.status
436 Rem install-sh is required by the configure script but clashes with the
437 Rem various Makefile install-foo targets, so we MUST have it before the
438 Rem script runs and rename it afterwards
448 Rem Check for the needed libraries and binaries.
466 Rem Recreate the files in the %XSRC%/po subdir with our ported tools.
472 Rem Update the arguments file for the configure script.
473 Rem We prefer without-included-gettext because libintl.a from gettext package
474 Rem is the only one that is guaranteed to have been ported to DJGPP.
481 Rem Update the arguments file for the configure script.