Commit 27b6c940 by Ben Elliston Committed by Ben Elliston

configure.in: Require makeinfo 4.4 or higher.

	* configure.in: Require makeinfo 4.4 or higher.
	* configure: Regenerate.

From-SVN: r112691
parent 4fdce0e7
2006-04-05 Ben Elliston <bje@au.ibm.com>
* configure.in: Require makeinfo 4.4 or higher.
* configure: Regenerate.
2006-04-04 Gerald Pfeifer <gerald@pfeifer.com> 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
* MAINTAINERS: Add Richard Henderson as libgomp maintainer. * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
......
...@@ -3628,10 +3628,10 @@ case " $build_configdirs " in ...@@ -3628,10 +3628,10 @@ case " $build_configdirs " in
*" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;; *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
*) *)
# For an installed makeinfo, we require it to be from texinfo 4.2 or # For an installed makeinfo, we require it to be from texinfo 4.4 or
# higher, else we use the "missing" dummy. # higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \ if ${MAKEINFO} --version \
| egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
: :
else else
MAKEINFO="$MISSING makeinfo" MAKEINFO="$MISSING makeinfo"
......
...@@ -2203,10 +2203,10 @@ case " $build_configdirs " in ...@@ -2203,10 +2203,10 @@ case " $build_configdirs " in
*" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;; *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
*) *)
changequote(,) changequote(,)
# For an installed makeinfo, we require it to be from texinfo 4.2 or # For an installed makeinfo, we require it to be from texinfo 4.4 or
# higher, else we use the "missing" dummy. # higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \ if ${MAKEINFO} --version \
| egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
: :
else else
MAKEINFO="$MISSING makeinfo" MAKEINFO="$MISSING makeinfo"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment