mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 18:40:57 +08:00
configure.in (gxx_include_dir): bitten by autoconf quoting characters :-(
* configure.in (gxx_include_dir): bitten by autoconf quoting characters :-( * configure: rebuilt From-SVN: r23453
This commit is contained in:
parent
d65ae0584b
commit
de82584de7
@ -1,3 +1,9 @@
|
||||
Fri Oct 30 11:39:47 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* configure.in (gxx_include_dir): bitten by autoconf quoting
|
||||
characters :-(
|
||||
* configure: rebuilt
|
||||
|
||||
Fri Oct 30 10:43:29 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||
|
||||
* configure.in: Ignore non-absolute value in $AS.
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -735,7 +735,7 @@ if test x${gxx_include_dir} = x; then
|
||||
gxx_include_dir='${libsubdir}/include/g++'
|
||||
else
|
||||
topsrcdir=${srcdir}/.. . ${srcdir}/../config.if
|
||||
gxx_include_dir="\$(libsubdir)/\$(unlibsubdir)/..\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/^/*|/..|g'\`/include/g++"-${libstdcxx_interface}
|
||||
gxx_include_dir="\$(libsubdir)/\$(unlibsubdir)/..\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/[^/]*|/..|g'\`/include/g++"-${libstdcxx_interface}
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -167,7 +167,9 @@ if test x${gxx_include_dir} = x; then
|
||||
gxx_include_dir='${libsubdir}/include/g++'
|
||||
else
|
||||
topsrcdir=${srcdir}/.. . ${srcdir}/../config.if
|
||||
changequote(<<, >>)dnl
|
||||
gxx_include_dir="\$(libsubdir)/\$(unlibsubdir)/..\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/[^/]*|/..|g'\`/include/g++"-${libstdcxx_interface}
|
||||
changequote([, ])dnl
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user