chiark / gitweb /
test-common: Cope if argv0 starts with ./
[secnet.git] / configure
index 6f8d4986e6e3403bd9e56e88ea2625bfd2e4a3f6..328236d58cb8aae2bb6fea8810eee757944eb3ac 100755 (executable)
--- a/configure
+++ b/configure
@@ -2359,6 +2359,10 @@ ac_config_headers="$ac_config_headers config.h"
 
 
 
+  subdirmk_subdirs="$subdirmk_subdirs 'test-example/'"
+  ac_config_files="$ac_config_files test-example/Subdir.mk:test-example/Subdir.mk.tmp"
+
+
 
 
 
@@ -4712,7 +4716,18 @@ else
 $as_echo "$as_me: WARNING: Disabling IPv6 support" >&2;}
 fi
 
-ac_config_files="$ac_config_files common.make test-common.make test-example/Makefile stest/Makefile mtest/Makefile"
+
+
+  _SUBDIRMK_MAKEFILES="$_SUBDIRMK_MAKEFILES common.make"
+  ac_config_files="$ac_config_files common.make:common.make.in"
+
+
+  _SUBDIRMK_MAKEFILES="$_SUBDIRMK_MAKEFILES test-common.make"
+  ac_config_files="$ac_config_files test-common.make:test-common.make.in"
+
+
+
+ac_config_files="$ac_config_files stest/Makefile mtest/Makefile"
 
 ac_config_commands="$ac_config_commands default"
 
@@ -5423,9 +5438,9 @@ do
     "Subdir.mk") CONFIG_FILES="$CONFIG_FILES Subdir.mk:Subdir.mk.tmp" ;;
     "subdirmk/regen.mk") CONFIG_FILES="$CONFIG_FILES subdirmk/regen.mk:subdirmk/regen.mk.in" ;;
     "subdirmk/usual.mk") CONFIG_FILES="$CONFIG_FILES subdirmk/usual.mk:subdirmk/usual.mk.in" ;;
-    "common.make") CONFIG_FILES="$CONFIG_FILES common.make" ;;
-    "test-common.make") CONFIG_FILES="$CONFIG_FILES test-common.make" ;;
-    "test-example/Makefile") CONFIG_FILES="$CONFIG_FILES test-example/Makefile" ;;
+    "test-example/Subdir.mk") CONFIG_FILES="$CONFIG_FILES test-example/Subdir.mk:test-example/Subdir.mk.tmp" ;;
+    "common.make") CONFIG_FILES="$CONFIG_FILES common.make:common.make.in" ;;
+    "test-common.make") CONFIG_FILES="$CONFIG_FILES test-common.make:test-common.make.in" ;;
     "stest/Makefile") CONFIG_FILES="$CONFIG_FILES stest/Makefile" ;;
     "mtest/Makefile") CONFIG_FILES="$CONFIG_FILES mtest/Makefile" ;;
     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;