remove cruft for generating config-data.scm

This commit is contained in:
eknauel 2004-02-09 12:53:00 +00:00
parent 2a6a5c2de0
commit cb86afc653
2 changed files with 0 additions and 9 deletions

View File

@ -1,9 +1 @@
SUBDIRS = c
BUILT_SOURCES = config-data.scm
CLEANFILES = $(BUILT_SOURCES)
config-data.scm: config-data.scm.in
module=yes; \
eval shared_module_ext="@shrext@"; \
sed -e s/@module_extension@/$$shared_module_ext/g < $< > $@

View File

@ -40,7 +40,6 @@ libsysdir='${prefix}'
AC_SUBST(libdir)
AC_SUBST(libsysdir)
AC_SUBST(schemedir)
AC_SUBST(shrext)
AC_SUBST(LIBS)
AC_SUBST(CC)
AC_OUTPUT([Makefile c/Makefile])