]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix trap quoting (regression 2024-08-04).
authorBruno Haible <bruno@clisp.org>
Mon, 26 May 2025 13:17:57 +0000 (15:17 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 May 2025 18:04:30 +0000 (11:04 -0700)
commit416b8f50c9bd4e38f9bc48b946505d2a18f6b1fd
tree8076a0a80ebd777810fbeb7bf51bb910e8d8072a
parente1bbc9b93cdff61d70719c224b37970e065008bb
Fix trap quoting (regression 2024-08-04).

* lib/autoconf/general.m4 (_AC_INIT_PREPARE): Emit functions ac_cache_dump,
ac_dump_debugging_info. In the trap command, invoke ac_dump_debugging_info.
(AC_CACHE_SAVE): Invoke ac_cache_dump instead of expanding _AC_CACHE_DUMP a
second time.
lib/autoconf/general.m4