1.1.2pre: mismatch between gcc/configure and gcc/configure.in

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Thu Mar 4 16:25:00 GMT 1999


Hi,

currently gcc/configure and gcc/configure.in disagree on how to install cpp:

gcc/configure:
# Handle cpp installation.
if [ x$enable_cpp != x ]
then
  if [ x$cpp_install_dir = x ]
  then
    case $target in
    *-*-linux-gnu*)
      if [ x$prefix = x/usr ]
      then
        cpp_install_dir=../lib
      fi
      ;;
    esac
  fi

  tmake_file="$tmake_file t-install-cpp"
fi

gcc/configure.in:
# Handle cpp installation.
if [[ x$enable_cpp != x ]]
then
  tmake_file="$tmake_file t-install-cpp"
fi

The implementation in gcc/configure looks like the correct one to me.

Franz.


More information about the Gcc-bugs mailing list