chiark / gitweb /
test: Use test/d-* instead of test/tmp for everything
[secnet.git] / configure
index 698cc7a2833c2258cb6a61c6152cfe11e9d85b94..2519136b14105963c30bdfc4d9db66e6417c84f0 100755 (executable)
--- a/configure
+++ b/configure
@@ -4735,7 +4735,7 @@ else
 $as_echo "$as_me: WARNING: Disabling IPv6 support" >&2;}
 fi
 
-ac_config_files="$ac_config_files Makefile"
+ac_config_files="$ac_config_files Makefile common.make test/Makefile"
 
 ac_config_commands="$ac_config_commands default"
 
@@ -5436,6 +5436,8 @@ do
   case $ac_config_target in
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+    "common.make") CONFIG_FILES="$CONFIG_FILES common.make" ;;
+    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
 
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;