Commit 4c471775 by Jakub Jelinek Committed by Jakub Jelinek

configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.

	* configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.
	* configure: Regenerated.

From-SVN: r128693
parent f2879759
2007-09-23 Jakub Jelinek <jakub@redhat.com>
* configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.
* configure: Regenerated.
2007-09-23 Jan Hubicka <jh@suse.cz> 2007-09-23 Jan Hubicka <jh@suse.cz>
* params.def (INLINE_CALL_COST): Set to 12. * params.def (INLINE_CALL_COST): Set to 12.
...@@ -7719,7 +7719,7 @@ else ...@@ -7719,7 +7719,7 @@ else
case $ac_prog_version in case $ac_prog_version in
'') gcc_cv_prog_makeinfo_modern=no;; '') gcc_cv_prog_makeinfo_modern=no;;
4.[4-9]*) gcc_cv_prog_makeinfo_modern=yes;; 4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) gcc_cv_prog_makeinfo_modern=yes;;
*) gcc_cv_prog_makeinfo_modern=no;; *) gcc_cv_prog_makeinfo_modern=no;;
esac esac
......
...@@ -841,7 +841,7 @@ AC_CHECK_PROG(have_mktemp_command, mktemp, yes, no) ...@@ -841,7 +841,7 @@ AC_CHECK_PROG(have_mktemp_command, mktemp, yes, no)
# that we can use it. # that we can use it.
ACX_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, ACX_CHECK_PROG_VER(MAKEINFO, makeinfo, --version,
[GNU texinfo.* \([0-9][0-9.]*\)], [GNU texinfo.* \([0-9][0-9.]*\)],
[4.[4-9]*]) [4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*])
if test $gcc_cv_prog_makeinfo_modern = no; then if test $gcc_cv_prog_makeinfo_modern = no; then
AC_MSG_WARN([ AC_MSG_WARN([
*** Makeinfo is missing or too old. *** Makeinfo is missing or too old.
......
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