Commit b86ecfa9 by Laurynas Biveinis Committed by DJ Delorie

* configure.in: recognize DOS-style absolute paths.

From-SVN: r37852
parent 57814e5e
2000-11-29 Laurynas Biveinis <lauras@softhome.net>
* configure.in: recognize DOS-style absolute paths.
2000-11-29 Jakub Jelinek <jakub@redhat.com> 2000-11-29 Jakub Jelinek <jakub@redhat.com>
* expr.h (store_by_pieces): Add prototype. * expr.h (store_by_pieces): Add prototype.
......
...@@ -735,7 +735,7 @@ else ...@@ -735,7 +735,7 @@ else
mkdir $tempdir mkdir $tempdir
cd $tempdir cd $tempdir
case ${srcdir} in case ${srcdir} in
/*) realsrcdir=${srcdir};; /* | [A-Za-z]:[\\/]* ) realsrcdir=${srcdir};;
*) realsrcdir=../${srcdir};; *) realsrcdir=../${srcdir};;
esac esac
CC=${CC_FOR_BUILD} ${realsrcdir}/configure \ CC=${CC_FOR_BUILD} ${realsrcdir}/configure \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment