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