mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-26 05:57:16 +00:00
393d2a2d4a
* tests/config-flags.pm.W32: Create a predefined Windows file. * Makefile.am (test_FILES): Add it to the distribution. * build_w32.bat: Install tests/config-flags.pm if not existing. * tests/run_make_tests.pl (get_config): Create new function. * tests/scripts/features/archives: Call get_config() rather than using %CONFIG_FLAGS directly. * tests/scripts/features/load: Ditto. * tests/scripts/features/loadapi: Ditto. * tests/scripts/functions/wildcard: Ditto.
9 lines
123 B
Perl
9 lines
123 B
Perl
# This is a -*-perl-*- script
|
|
#
|
|
# Set variables for Windows systems.
|
|
|
|
%CONFIG_FLAGS = (
|
|
USE_SYSTEM_GLOB => 'no'
|
|
);
|
|
|
|
1;
|