• Home
  • Raw
  • Download

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, 2006 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 2, or (at your option)
12 Rem any later version.
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.
19 Rem You should have received a copy of the GNU General Public License
20 Rem along with this program; if not, write to the Free Software Foundation,
21 Rem Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
25 Rem The SmallEnv tests protect against fixed and too small size
26 Rem of the environment in stock DOS shell.
28 Rem Find out if NLS is wanted or not,
29 Rem if dependency-tracking is wanted or not,
30 Rem if caching is wanted or not
31 Rem and where the sources are.
32 Rem We always default to NLS support,
33 Rem no dependency tracking
34 Rem and to in place configuration.
51 Rem Loop over all arguments.
52 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
53 Rem All other arguments are stored into ARGS.
145 Rem Create an arguments file for the configure script.
172 Rem Update configuration files
179 Rem Make sure they have a config.site file
183 Rem Make sure crucial file names are not munged by unpacking
220 Rem Fix data/lalr1.cc and data/location.cc to reflect the renaming of c++.m4
231 Rem Define DJGPP specific defs in config.hin
240 Rem Fixing ilicit testsuite file name.
244 Rem Fixing ilicit calc++ file names in the calc++ directory.
286 Rem Fixing #include lines in calcxx files.
316 Rem Fixing the scanner files to make file names 8.3 valid.
317 Rem Use only if you want to change the scan-gram.l and scan-skel.l files.
326 Rem This is required because DOS/Windows are case-insensitive
327 Rem to file names, and "make install" will do nothing if Make
328 Rem finds a file called `install'.
331 Rem Set SHELL to a sane default or some configure tests stop working
332 Rem if the package is configured across partitions.
339 Rem Set HOME to a sane default so configure stops complaining.
346 Rem Set HOSTNAME so it shows in config.status
377 Rem install-sh is required by the configure script but clashes with the
378 Rem various Makefile install-foo targets, so we MUST have it before the
379 Rem script runs and rename it afterwards
389 Rem Check for the needed libraries and binaries.
407 Rem Recreate the files in the %XSRC%/po subdir with our ported tools.
413 Rem Update the arguments file for the configure script.
414 Rem We prefer without-included-gettext because libintl.a from gettext package
415 Rem is the only one that is garanteed to have been ported to DJGPP.
422 Rem Update the arguments file for the configure script.