Skip to content

Commit

Permalink
Fix regression of gauche.configure not exporting gauche-config
Browse files Browse the repository at this point in the history
When we splitted gauche.configure to submodules, we dropped to
extending gauche-config, but that caused compatibility issues.
  • Loading branch information
shirok committed May 15, 2024
1 parent 3d4cb0f commit a5c4474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/gauche/configure.scm
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
(use gauche.configure.output)
(use gauche.configure.compile)
(use gauche.configure.init)

;; Allow configure scripts to use gauche-config
(extend gauche.config)

(export
;; gauche.configure.base
cf-msg-checking cf-msg-result cf-msg-warn cf-msg-error cf-msg-notice
Expand Down

0 comments on commit a5c4474

Please sign in to comment.