Commit 788af388 by Per Bothner

Add hooks for using autconf-style Makefile.in in language subdirs.

* configure.lang:  Only iterate over oldstyle_subdirs.

From-SVN: r14553
parent 5f52dcfe
......@@ -24,7 +24,7 @@
savesrcdir=$srcdir
for subdir in . $subdirs
for subdir in . $oldstyle_subdirs
do
# We only want to do this in language subdirs, but we have to handle
# the case of $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