• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/libiconv-41/libiconv/libcharset/djgpp/

Lines Matching refs:Rem

3 Rem The SmallEnv tests protect against fixed and too small size

4 Rem of the environment in stock DOS shell.
6 Rem Find out if NLS is wanted or not,
7 Rem if dependency-tracking is wanted or not,
8 Rem if caching is wanted or not
9 Rem and where the sources are.
10 Rem We always default to NLS support,
11 Rem no dependency tracking
12 Rem and to in place configuration.
29 Rem Loop over all arguments.
30 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
31 Rem All other arguments are stored into ARGS.
123 Rem Create an arguments file for the configure script.
142 Rem Find out where the sources are
151 Rem Update configuration files
158 Rem Make sure they have a config.site file
162 Rem Make sure crucial file names are not munged by unpacking
188 Rem This is required because DOS/Windows are case-insensitive
189 Rem to file names, and "make install" will do nothing if Make
190 Rem finds a file called `install'.
193 Rem Set SHELL to a sane default or some configure tests stop working
194 Rem if the package is configured across partitions.
201 Rem Set HOME to a sane default so configure stops complaining.
208 Rem Set HOSTNAME so it shows in config.status
239 Rem install-sh is required by the configure script but clashes with the
240 Rem various Makefile install-foo targets, so we MUST have it before the
241 Rem script runs and rename it afterwards
254 Rem Check for the needed libraries and binaries.
272 Rem Recreate the files in the %XSRC%/po subdir with our ported tools.
278 Rem Update the arguments file for the configure script.
279 Rem We prefer without-included-gettext because libintl.a from gettext package
280 Rem is the only one that is garanteed to have been ported to DJGPP.
287 Rem Update the arguments file for the configure script.