diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-07 14:13:53 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-07 14:13:53 +0000 |
commit | f514a864765f722fd85fd107b219f072cad90102 (patch) | |
tree | 42c0ab994f3287c50779a72075a1e94a70f394bf /gcc/configure | |
parent | 6db5e02d39f7275e320436fa2739d416e44414a4 (diff) | |
download | gcc-f514a864765f722fd85fd107b219f072cad90102.tar.gz |
* configure.in: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
with modern equivalents.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74392 138bc75d-0d04-0410-961f-82ee72b054a4
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 2ea4a6b7939..515303a1c49 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1325,6 +1325,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + ac_config_headers="$ac_config_headers auto-host.h:config.in" @@ -4967,7 +4968,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:4970: version of makeinfo is $ac_prog_version" >&5 + echo "configure:4971: version of makeinfo is $ac_prog_version" >&5 case $ac_prog_version in '') gcc_cv_prog_makeinfo_modern=no;; 4.[2-9]*) @@ -12069,7 +12070,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 |