binutils-gdb/gprofng/testsuite
Vladimir Mezentsev e5b12a313f Fix hard-coded bash path in gprofng
When running 'make check', the default gprofng test suite creates a
shell script for which it used a hardcoded shebang of '/usr/bin/bash'
this script would not run if bash is in a different location, like
/bin/bash

This commit adds 'AC_PATH_PROG(BASH, bash)' to configure.ac so the
installation path of bash is detected at configuration time. The
configuration is propagated to the runtest command line where it is
needed.
2024-05-08 22:18:24 -07:00
..
config Fix hard-coded bash path in gprofng 2024-05-08 22:18:24 -07:00
gprofng.display Update year range in copyright notice of binutils files 2024-01-04 22:58:12 +10:30
lib Fix 31252 gprofng causes testsuite parallel jobs fail 2024-01-22 09:56:42 -08:00