mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
e5b12a313f
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. |
||
---|---|---|
.. | ||
fdl.texi | ||
gp-archive.texi | ||
gp-collect-app.texi | ||
gp-display-html.texi | ||
gp-display-src.texi | ||
gp-display-text.texi | ||
gp-macros.texi | ||
gprofng_ug.texi | ||
gprofng.texi | ||
Makefile.am | ||
Makefile.in | ||
mdate-sh | ||
texinfo.tex | ||
version.texi |