X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure;fp=configure;h=67aabcecfb2ff562f7d3d4e8328e2a183f0c4985;hb=3453191fec21c6ef4cb34af45a252df69ce750fc;hp=6f8d4986e6e3403bd9e56e88ea2625bfd2e4a3f6;hpb=3af7483b2b8e093f79f133f6f2f496e5ce203eb1;p=secnet.git diff --git a/configure b/configure index 6f8d498..67aabce 100755 --- a/configure +++ b/configure @@ -4712,7 +4712,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 +5434,8 @@ 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" ;; + "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" ;;