chiark / gitweb /
src/method-impl.lisp: Initialize `suppliedp' flags properly.
[sod] / configure.ac
index c1fed5079053d8712cc24d44d3e8a9e18c125576..75bed26171a0adf60bfdfe720e29890d01dfd37f 100644 (file)
@@ -7,7 +7,7 @@ dnl
 
 dnl----- Licensing notice ---------------------------------------------------
 dnl
-dnl This file is part of the Sensble Object Design, an object system for C.
+dnl This file is part of the Sensible Object Design, an object system for C.
 dnl
 dnl SOD is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -105,7 +105,12 @@ AC_SUBST([lispsysdir], [$with_lisp_system_dir])
 dnl--------------------------------------------------------------------------
 dnl Output.
 
-AC_CONFIG_FILES([Makefile src/Makefile lib/Makefile test/Makefile])
+AC_CONFIG_FILES(
+  [Makefile]
+  [src/Makefile]
+  [lib/Makefile]
+  [doc/Makefile]
+  [test/Makefile])
 AC_OUTPUT
 
 dnl----- That's all, folks --------------------------------------------------