Exclude c_wrapper from the configure script

This commit is contained in:
Serge Lamikhov-Center 2021-09-07 10:23:13 +03:00
parent 8df00c6c1a
commit dde66c035e
2 changed files with 1 additions and 3 deletions

3
configure vendored
View File

@ -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

View File

@ -10,6 +10,5 @@ AC_CONFIG_FILES([
examples/anonymizer/Makefile
examples/write_obj/Makefile
examples/add_section/Makefile
examples/c_wrapper/Makefile
])
AC_OUTPUT