X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=configure;h=328236d58cb8aae2bb6fea8810eee757944eb3ac;hb=db188e3da39a1fbeb299ddd4d0376605a1ee2d08;hp=67aabcecfb2ff562f7d3d4e8328e2a183f0c4985;hpb=3453191fec21c6ef4cb34af45a252df69ce750fc;p=secnet.git diff --git a/configure b/configure index 67aabce..328236d 100755 --- 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" + + @@ -5434,6 +5438,7 @@ 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" ;; + "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" ;;