diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-12-26 15:41:37 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-12-26 15:41:37 -0500 |
commit | 25dc41196f8cbc907c98f4766f23df488bfb5053 (patch) | |
tree | 9b96f18c9efcb7a0e6af2c7f458bce72e6b2da7d | |
parent | 549ee2f1adcba92b3053b0aa8c003eba924f324b (diff) |
Fix config.scm generation.
* configure.ac: Do not generate sly/config.scm. Let the Makefile do it.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 51c745c..3aab2ab 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,6 @@ AM_SILENT_RULES([yes]) AC_CONFIG_FILES([Makefile doc/Makefile examples/Makefile data/Makefile]) AC_CONFIG_FILES([env], [chmod +x env]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) -AC_CONFIG_FILES([sly/config.scm]) GUILE_PROGS([2.0.11]) GUILE_MODULE_REQUIRED([sdl sdl]) |