. etc/functions.sh
INSTALLED_SUBDIRS="cref ffi sf sos ssp star-parser xml"
-MODULE_SUBDIRS="blowfish edwin gdbm imail pgsql mcrypt x11 x11-screen"
+PLUGIN_SUBDIRS="blowfish edwin gdbm imail pgsql mcrypt x11 x11-screen"
OTHER_SUBDIRS="6001 compiler runtime win32 xdoc microcode"
# lib
(cd ${SUBDIR} && ./Setup.sh ${1+"$@"})
done
-for SUBDIR in ${MODULE_SUBDIRS}; do
+for SUBDIR in ${PLUGIN_SUBDIRS}; do
echo "setting up ${SUBDIR}"
(cd ${SUBDIR} && ./autogen.sh)
done