Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2020-04-12 21:30:18 +0300
committerBryan Drewery <bryan@shatow.net>2020-04-14 02:19:27 +0300
commita4463891211bce8bd62514d3a63043a00d1728a6 (patch)
treeb88d372fb1cfba9d42956ede72304c1bd55cf0e6 /configure
parent3588d861c5a68c64e72c842d62732a58024a8967 (diff)
tests: Use automake's check framework
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 66e5227c..affaf264 100755
--- a/configure
+++ b/configure
@@ -4280,7 +4280,7 @@ $as_echo "$as_me: WARNING: It is advised to upgrade your base system to a newer
fi
-ac_config_files="$ac_config_files Makefile"
+ac_config_files="$ac_config_files Makefile test/Makefile"
# Preserve timestamps for install. This is needed to preserve hardlinks
@@ -5022,6 +5022,7 @@ do
"src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
"src/etc/rc.d/poudriered") CONFIG_FILES="$CONFIG_FILES src/etc/rc.d/poudriered" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;