]> git.eshelyaron.com Git - emacs.git/commit
Port configure.ac to future Gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jan 2020 00:07:27 +0000 (16:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jan 2020 00:27:02 +0000 (16:27 -0800)
commit0abda558bc547991cddd9667be722eaeb428dca8
tree61f1c6c7d382156988ac6b22e4f5981b09bc8691
parent6100f9a19e9d8d8e688ad8bbec2233bd6782cbde
Port configure.ac to future Gnulib

Rewrite an ancient Alpha ELF check to port to a future Gnulib
version that may require AC_CHECK_DECL to be set up properly as
per the ‘Expanded Before Required’ section of the Autoconf manual
Autoconf doesn’t guarantee that AC_CHECK_DECL will work properly
if called conditionally (e.g., inside a shell ‘case’ statement)
and the condition is false.  Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2020-01/msg00088.html
* configure.ac (LD_SWITCH_MACHINE): Migrate ELF check later,
when AC_CHECK_DECL is properly set up.
configure.ac