From dde66c035eabd41522770214a12cfd9de1a618ba Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Tue, 7 Sep 2021 10:23:13 +0300 Subject: [PATCH] Exclude c_wrapper from the configure script --- configure | 3 +-- configure.ac | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index e74f19a..200e50a 100755 --- a/configure +++ b/configure @@ -3868,7 +3868,7 @@ else fi -ac_config_files="$ac_config_files Makefile examples/elfdump/Makefile examples/tutorial/Makefile examples/writer/Makefile examples/anonymizer/Makefile examples/write_obj/Makefile examples/add_section/Makefile examples/c_wrapper/Makefile" +ac_config_files="$ac_config_files Makefile examples/elfdump/Makefile examples/tutorial/Makefile examples/writer/Makefile examples/anonymizer/Makefile examples/write_obj/Makefile examples/add_section/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -4623,7 +4623,6 @@ do "examples/anonymizer/Makefile") CONFIG_FILES="$CONFIG_FILES examples/anonymizer/Makefile" ;; "examples/write_obj/Makefile") CONFIG_FILES="$CONFIG_FILES examples/write_obj/Makefile" ;; "examples/add_section/Makefile") CONFIG_FILES="$CONFIG_FILES examples/add_section/Makefile" ;; - "examples/c_wrapper/Makefile") CONFIG_FILES="$CONFIG_FILES examples/c_wrapper/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac diff --git a/configure.ac b/configure.ac index d9a1b9b..faaaeef 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,5 @@ AC_CONFIG_FILES([ examples/anonymizer/Makefile examples/write_obj/Makefile examples/add_section/Makefile - examples/c_wrapper/Makefile ]) AC_OUTPUT