]> sourceware.org Git - glibc.git/commit
MIPS: Use an autoconf template to produce `preconfigure'
authorMaciej W. Rozycki <macro@embecosm.com>
Fri, 13 May 2022 16:07:23 +0000 (17:07 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Fri, 13 May 2022 16:07:23 +0000 (17:07 +0100)
commit353a1220e3a4ece67216c07796cb0fd2b3d2e309
tree158c3fe64799b73b889840ac82b44ceb234946bf
parentfe7dd93db3a5ea9246cf32dc713995e78fcaffb9
MIPS: Use an autoconf template to produce `preconfigure'

Avoid fiddling with autoconf internals and use AC_DEFINE_UNQUOTED to
define macros in the configuration headers rather than handcoding an
equivalent shell sequence with the use of the `as_echo' undocumented
variable.

Similarly use AC_MSG_ERROR for error handling rather than the internal
undocumented `as_fn_error' variable.  Switch to using 1 as the exit code
as it makes no sense to refer $? in the contexts involved, it's not a
command failure handled there.
sysdeps/mips/preconfigure
sysdeps/mips/preconfigure.ac [new file with mode: 0644]
This page took 0.042702 seconds and 5 git commands to generate.