diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-06 08:18:29 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-06 08:18:29 +0000 |
commit | f545884a4213af52a853c5a079a9e6c947618876 (patch) | |
tree | 4164dcb4dd562f243199b272c7d04952d4e5a374 /libstdc++-v3/configure | |
parent | 774291f06c06fd8aeb80084ac45db62c0f671c3c (diff) | |
download | gcc-f545884a4213af52a853c5a079a9e6c947618876.tar.gz |
2001-02-06 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (gxx_include_dir): Quote, fix regression.
* aclocal.m4: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39485 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 27deeb28a2c..65d386624f4 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -15758,10 +15758,8 @@ if test "${enable_version_specific_runtime_libs+set}" = set; then # is selected. gcc_tmp=`grep version_string ${srcdir}/../gcc/version.c | awk '{print }'` gcc_num=`echo ${gcc_tmp} | sed 's/\"//g'` -#gcc_date=`grep version_string ${srcdir}/../gcc/version.c | awk '{print }'` -#gcc_version=$gcc_num-$gcc_date gcc_version=$gcc_num -gxx_include_dir=$(libdir)/gcc-lib/$(target_alias)/$(gcc_version)/include/g++ +gxx_include_dir='$(libdir)/gcc-lib/$(target_alias)/$(gcc_version)/include/g++' @@ -15780,7 +15778,7 @@ fi echo "$ac_t""$version_specific_libs" 1>&6 echo $ac_n "checking for install location""... $ac_c" 1>&6 -echo "configure:15784: checking for install location" >&5 +echo "configure:15782: checking for install location" >&5 if test x"$version_specific_libs" = x"no" \ && test x"$gxx_include_dir"=x"no"; then gxx_include_dir=${prefix}/include/g++-${libstdcxx_interface} |