mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
Exclude c_wrapper from the configure script
This commit is contained in:
parent
8df00c6c1a
commit
dde66c035e
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
@ -10,6 +10,5 @@ AC_CONFIG_FILES([
|
||||
examples/anonymizer/Makefile
|
||||
examples/write_obj/Makefile
|
||||
examples/add_section/Makefile
|
||||
examples/c_wrapper/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user