diff options
author | Aaron W. LaFramboise <aaronavay62@aaronwl.com> | 2008-07-23 16:50:42 -0600 |
---|---|---|
committer | Aaron W. LaFramboise <aaronwl@gcc.gnu.org> | 2008-07-23 16:50:42 -0600 |
commit | 7326a39ef0d4abcf38c765b60448fdb351c622b2 (patch) | |
tree | 68f53abc0583d30944e09f16876a2c7d66ac3fd2 /gcc/configure | |
parent | d3098c948bef9ee04bd843c62fb4cf1cbe29fb25 (diff) | |
download | gcc-7326a39ef0d4abcf38c765b60448fdb351c622b2.zip gcc-7326a39ef0d4abcf38c765b60448fdb351c622b2.tar.gz gcc-7326a39ef0d4abcf38c765b60448fdb351c622b2.tar.bz2 |
configure: Regenerate.
2008-07-23 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* configure: Regenerate.
* configure.ac: Require texinfo 4.7.
* doc/install.texi: Document texinfo 4.7 requirement.
From-SVN: r138097
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 09d2768..c015f6e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8541,7 +8541,7 @@ else case $ac_prog_version in '') gcc_cv_prog_makeinfo_modern=no;; - 4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) gcc_cv_prog_makeinfo_modern=yes;; + 4.[7-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) gcc_cv_prog_makeinfo_modern=yes;; *) gcc_cv_prog_makeinfo_modern=no;; esac |