along with this plugin; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+mit-scheme-pucked-planetarium 0.2 - Matt Birkholz, 2017-11-06
+=============================================================
+
+Add subsystem identification.
+
mit-scheme-pucked-planetarium 0.1 - Matt Birkholz, 2017-02-06
=============================================================
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked planetarium plugin],
- [0.1],
+ [0.2],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-planetarium])
AC_CONFIG_SRCDIR([mit.pkg])
+mit-scheme-pucked-planetarium (0.2) birchwood; urgency=low
+
+ * Add subsystem identification.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Sun, 6 Nov 2017 16:00:00 -0700
+
mit-scheme-pucked-planetarium (0.1) birchwood; urgency=low
* Initial Debianization.
;;; when it is available. (This presumes the 3D portion was
;;; installed.)
-(with-working-directory-pathname
- (directory-pathname (current-load-pathname))
+(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(parameterize ((param:suppress-loading-message? #t))
(load-package-set "mit")
(load "mit-link")
(if (not (warn-errors? (lambda () (load-option 'GL))))
- (load-package-set "mit-3d")))))
\ No newline at end of file
+ (load-package-set "mit-3d")))))
+
+(add-subsystem-identification! "Planetarium" '(0 2))
\ No newline at end of file