Revert to 1.1
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jun 1997 20:38:43 +0000 (16:38 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jun 1997 20:38:43 +0000 (16:38 -0400)
From-SVN: r14315

gcc/configure.frag

index 2fda0333a30b6a50ce337020ef75685fa51d872e..f8c17dd1c3e55689d5c64c848c0feae4917721b2 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