OSDN Git Service

Revert to 1.1
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 1997 20:38:43 +0000 (20:38 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 1997 20:38:43 +0000 (20:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14315 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/configure.frag

index 2fda033..f8c17dd 100644 (file)
 rm -f Make-lang
 touch Make-lang
 
-# We can either be invoked with . from configure or from Makefile.
-# Some shells can't pass arguments to source'd scripts.
-# ??? This needs some rethinking.
-
-savesrcdir=$srcdir
-savesubdirs=$subdirs
-
+# First parameter is the source directory, second is list of subdirectories
+savesrcdir=$1
+savesubdirs=$2
 for subdir in . $savesubdirs
 do
        oldsrcdir=$savesrcdir