Index: m4/configure.ac
diff -u m4/configure.ac:1.41 m4/configure.ac:1.42
--- m4/configure.ac:1.41 Sat May 7 01:30:57 2005
+++ m4/configure.ac Sat May 7 19:46:13 2005
@@ -73,6 +73,7 @@
[use_modules="$withval"],
[use_modules="$m4_default_preload"])
+ PREOPEN_DEPENDENCIES=
DLPREOPEN="-dlpreopen force"
if test -z "$use_modules"; then
use_modules=none
@@ -80,11 +81,13 @@
if test "$use_modules" != yes; then
for module in $use_modules; do
DLPREOPEN="$DLPREOPEN -dlpreopen modules/$module.la"
+ PREOPEN_DEPENDENCIES="$PREOPEN_DEPENDENCIES modules/$module.la"
done
fi
fi
AC_MSG_RESULT($use_modules)
AC_SUBST(DLPREOPEN)
+AC_SUBST(PREOPEN_DEPENDENCIES)