* (toplevel) remove squirelly path setting
@ 2002-12-28 0:28 Nathanael Nerode
2002-12-28 1:06 ` Alexandre Oliva
0 siblings, 1 reply; 2+ messages in thread
From: Nathanael Nerode @ 2002-12-28 0:28 UTC (permalink / raw)
To: gcc-patches, binutils, gdb-patches
Tested by configuring on i686-pc-linux-gnu. This code is, as suspected,
unneeded.
* configure.in: Remove unnecessary PATH setting.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.200
diff -u -r1.200 configure.in
--- configure.in 28 Dec 2002 06:57:48 -0000 1.200
+++ configure.in 28 Dec 2002 07:25:48 -0000
@@ -80,14 +80,6 @@
# if PWD already has a value, it is probably wrong.
if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
-case "${progname}" in
-/* | [[A-Za-z]]:[[\\/]]* ) ;;
-*/*) ;;
-*)
- PATH=$PATH:${PWD=`${PWDCMD-pwd}`} ; export PATH
- ;;
-esac
-
# Export original configure arguments for use by sub-configures.
TOPLEVEL_CONFIGURE_ARGUMENTS="$progname $@"
export TOPLEVEL_CONFIGURE_ARGUMENTS
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-28 9:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-28 0:28 (toplevel) remove squirelly path setting Nathanael Nerode
2002-12-28 1:06 ` Alexandre Oliva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox