On 2/19/19 10:24 PM, Eduardo A. Bustamante López wrote: > Commit `be4078d25ff3af268a6ef7ab56c8121f9a8dfb36' introduced the following > issue: > > | dualbus@system76-pc:~/src/gnu/bash$ ./configure --silent > | > | Beginning configuration for bash-5.0-maint for x86_64-pc-linux-gnu > | > | ./configure: line 9614: gl_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER: command not > found > | config.status: creating po/POTFILES > | config.status: creating po/Makefile > > There's no mention of these changes in the changelog, so I don't really > understand what's broken or how to fix it.
Ah, I see what happened. gl_LOCK calls gl_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER directly without AC_REQUIREing it or defining it in the same m4 source file, and it won't trigger unless the system has pthread_rwlock_t. It's a moving target; the version of this file in gnulib is different from the gettext-runtime version. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/