configure: always set SPHINX_BUILD
During the Sphinx-migration development, I used SPHINX_BUILD='' in order to skip building info and manual pages in gcc folder. However, we've got HAS_SPHINX_BUILD which is the correct flag for that. With the patch, one will get a nicer error message when sphinx-build is missing and one builds (explicitly) a target which depends on it. PR other/107620 gcc/ChangeLog: * configure: Regenerate. * configure.ac: Always set sphinx-build. libgomp/ChangeLog: * configure: Regenerate. * configure.ac: Always set sphinx-build. libiberty/ChangeLog: * configure: Regenerate. * configure.ac: Always set sphinx-build. libitm/ChangeLog: * configure: Regenerate. * configure.ac: Always set sphinx-build. libquadmath/ChangeLog: * configure: Regenerate. * configure.ac: Always set sphinx-build.
Showing
- gcc/configure 1 addition, 1 deletiongcc/configure
- gcc/configure.ac 1 addition, 1 deletiongcc/configure.ac
- libgomp/configure 1 addition, 1 deletionlibgomp/configure
- libgomp/configure.ac 1 addition, 1 deletionlibgomp/configure.ac
- libiberty/configure 1 addition, 1 deletionlibiberty/configure
- libiberty/configure.ac 1 addition, 1 deletionlibiberty/configure.ac
- libitm/configure 1 addition, 1 deletionlibitm/configure
- libitm/configure.ac 1 addition, 1 deletionlibitm/configure.ac
- libquadmath/configure 1 addition, 1 deletionlibquadmath/configure
- libquadmath/configure.ac 1 addition, 1 deletionlibquadmath/configure.ac
Loading
Please register or sign in to comment