On 18/11/2025 22:16, Grisha Levit wrote:
On Tue, Nov 18, 2025, 17:02 Pádraig Brady <[email protected] <mailto:[email protected]>> wrote: @@ -126,13 +126,15 @@ AC_ARG_ENABLE([single-binary-exceptions], [gl_single_binary_exceptions=$enableval], [gl_single_binary_exceptions=] ) -if test "$gl_single_binary" = 'symlinks'; then +if test "$gl_single_binary" = 'symlinks' || + test "$gl_single_binary" = 'hardlinks'; then if ! test "`echo ls | sed \"$program_transform_name\"`" = 'ls'; then AC_MSG_ERROR([program name transformations are not currently supported with --enable-single-binary=symlinks.]) s/symlinks/$gl_single_binary/ (to make the error match the selected option)?
Nice one. I've pushed with that fix. cheers, Padraig
