remove cruft for generating config-data.scm
This commit is contained in:
parent
2a6a5c2de0
commit
cb86afc653
|
@ -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 < $< > $@
|
||||
|
|
|
@ -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])
|
Loading…
Reference in New Issue