chiark / gitweb /
build system: Process test-example with autoconf
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 19 Oct 2019 21:17:37 +0000 (22:17 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:15 +0000 (19:16 +0100)
This makes configure make the directory during out-of-tree builds.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
configure
configure.in
test-example/Makefile.in [moved from test-example/Makefile with 100% similarity]

index 841fe6701224ee3ea59b20e8e78e83291fd05451..58cabb8385648423e78e018adfbaccd460d40f42 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 common.make stest/Makefile"
+ac_config_files="$ac_config_files Makefile common.make test-example/Makefile stest/Makefile"
 
 ac_config_commands="$ac_config_commands default"
 
@@ -5437,6 +5437,7 @@ do
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "common.make") CONFIG_FILES="$CONFIG_FILES common.make" ;;
+    "test-example/Makefile") CONFIG_FILES="$CONFIG_FILES test-example/Makefile" ;;
     "stest/Makefile") CONFIG_FILES="$CONFIG_FILES stest/Makefile" ;;
     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
 
index c9a9054a4930bb67729591d9ee990ea9ffd8ecca..65997eff1698449b3c180feca72d79b2722b7162 100644 (file)
@@ -96,7 +96,8 @@ else
     AC_MSG_WARN([Disabling IPv6 support])
 fi
 
-AC_OUTPUT(Makefile common.make stest/Makefile, echo timestamp >config.stamp)
+AC_OUTPUT(Makefile common.make test-example/Makefile stest/Makefile,
+          echo timestamp >config.stamp)
 
 AH_TOP([
 #ifndef _CONFIG_H