]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure: always set SPHINX_BUILD
authorMartin Liska <mliska@suse.cz>
Sun, 13 Nov 2022 14:07:17 +0000 (15:07 +0100)
committerMartin Liska <mliska@suse.cz>
Sun, 13 Nov 2022 15:35:25 +0000 (16:35 +0100)
commit5e749ee3019d7917184af30dab8d09c933c0a4a1
treee9207c2dd1ed6ba302b091d10084b99841d21b16
parent9a265c974cd85b8eae5ea607185e689f063db4a1
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.
gcc/configure
gcc/configure.ac
libgomp/configure
libgomp/configure.ac
libiberty/configure
libiberty/configure.ac
libitm/configure
libitm/configure.ac
libquadmath/configure
libquadmath/configure.ac