mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 12:31:25 +08:00
* configure.in: recognize DOS-style absolute paths.
From-SVN: r37852
This commit is contained in:
parent
57814e5ea3
commit
b86ecfa96e
@ -1,3 +1,7 @@
|
||||
2000-11-29 Laurynas Biveinis <lauras@softhome.net>
|
||||
|
||||
* configure.in: recognize DOS-style absolute paths.
|
||||
|
||||
2000-11-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* expr.h (store_by_pieces): Add prototype.
|
||||
|
@ -735,7 +735,7 @@ else
|
||||
mkdir $tempdir
|
||||
cd $tempdir
|
||||
case ${srcdir} in
|
||||
/*) realsrcdir=${srcdir};;
|
||||
/* | [A-Za-z]:[\\/]* ) realsrcdir=${srcdir};;
|
||||
*) realsrcdir=../${srcdir};;
|
||||
esac
|
||||
CC=${CC_FOR_BUILD} ${realsrcdir}/configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user