diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-03 19:04:34 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-03 19:04:34 +0000 |
commit | 914c5af703e74c78409d795050a5d52149688c4d (patch) | |
tree | a884043ed426b08aca233e87b427c89301d22561 /gcc/configure | |
parent | 8b4fc07a52d3eff62dd3aa81dbd9d28869cba978 (diff) | |
download | gcc-914c5af703e74c78409d795050a5d52149688c4d.tar.gz |
configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM with modern equivalents.
* configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
with modern equivalents.
* configure: Regenerate.
From-SVN: r75366
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 40d3b6a2423..e0825eaffc0 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1326,6 +1326,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + ac_config_headers="$ac_config_headers auto-host.h:config.in" @@ -4983,7 +4984,7 @@ if test "${gcc_cv_prog_makeinfo_modern+set}" = set; then else ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'` - echo "configure:4986: version of makeinfo is $ac_prog_version" >&5 + echo "configure:4987: version of makeinfo is $ac_prog_version" >&5 case $ac_prog_version in '') gcc_cv_prog_makeinfo_modern=no;; 4.[2-9]*) @@ -12056,7 +12057,10 @@ fi # Create the Makefile # and configure language subdirectories ac_config_files="$ac_config_files $all_outputs" + + ac_config_commands="$ac_config_commands default" + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure |