Next: , Previous: guile-tools guile-config, Up: Miscellaneous Tools


13.19 guile-tools guile-config-data

See Install Config, for related discussion.

Usage: guile-config-data [VAR ...]

Display recorded config.status vars as VAR="VALUE",
or just VAL (one per line) if VAR ... is given.
The special var `scmconfig' is derived from libguile/scmconfig.h
(uninstalled header) symbols that have been #define'd.


Usage from a Scheme program:
  (use-modules (scripts guile-config-data))

Then look at `guile-config-data', an alist.  Note that the value for key
`scmconfig' is a list of symbols, in contrast to its representation when
guile-config-data is invoked from the shell.

See also var `%guile-build-info'.