mirror of
https://https.git.savannah.gnu.org/git/autoconf.git
synced 2026-01-26 15:03:22 +00:00
Minor AC_FUNC_SELECT_ARGTYPES speedups
* lib/autoconf/functions.m4 (AC_FUNC_SELECT_ARGTYPES): Don’t use ‘sed 's/\*/\*/g'’, which is a no-op. Don’t use ‘echo’ either.
This commit is contained in:
parent
30651cfdd8
commit
2160962cf7
@ -1547,7 +1547,7 @@ for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
|
||||
done
|
||||
])
|
||||
ac_save_IFS=$IFS; IFS=','
|
||||
set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
|
||||
set x $ac_cv_func_select_args
|
||||
IFS=$ac_save_IFS
|
||||
shift
|
||||
AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG1, $[1],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user