Commit fbcefbd0 by Doug Evans

configure.in: Don't pass arguments to configure.frag.

	* configure.in: Don't pass arguments to configure.frag.
	* configure.frag: Refer to $srcdir, $subdirs directly, not as args.

From-SVN: r14236
parent 8e64b41a
......@@ -23,9 +23,9 @@
rm -f Make-lang
touch Make-lang
# First parameter is the source directory, second is list of subdirectories
savesrcdir=$1
savesubdirs=$2
savesrcdir=$srcdir
savesubdirs="$subdirs"
for subdir in . $savesubdirs
do
oldsrcdir=$savesrcdir
......
......@@ -2916,7 +2916,7 @@ done # end of current-dir SUBDIRS loop
srcdir=$savesrcdir
# Process the language fragments
. $srcdir/configure.frag $srcdir "$subdirs"
. $srcdir/configure.frag
# Substitute configuration variables
AC_SUBST(subdirs)
......
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