m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/configure.ac


From: Gary V . Vaughan
Subject: Changes to m4/configure.ac
Date: Sat, 07 May 2005 15:46:14 -0400

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)
 
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]