https://svn.lrde.epita.fr/svn/oln/trunk
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Configure the Swilena Python Shell (sps).
* configure.ac: Configure swilena/python/sps and
swilena/python/sps-local.
configure.ac | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
Index: configure.ac
--- configure.ac (revision 2097)
+++ configure.ac (working copy)
@@ -107,9 +107,21 @@
OLN_WITH_SWILENA([with_swilena=yes], [with_swilena=no])
AM_CONDITIONAL([ENABLE_SWILENA], [test x$with_swilena = xyes])
-AC_CONFIG_FILES([swilena/Makefile swilena/python/Makefile])
+AC_CONFIG_FILES([swilena/Makefile
+ swilena/python/Makefile])
+
AC_CONFIG_FILES([swilena/run], [chmod +x swilena/run])
+AC_CONFIG_FILES(m4_do([swilena/python/sps],
+ [:swilena/python/sps-common.in],
+ [:swilena/python/sps.in]),
+ [chmod +x swilena/python/sps])
+AC_CONFIG_FILES(m4_do([swilena/python/sps-local],
+ [:swilena/python/sps-common.in],
+ [:swilena/python/sps-local.in]),
+ [chmod +x swilena/python/sps-local])
+
+
## --------------- ##
## Configuration. ##