3.1 Miscellaneous variables

Variable: mbfl_INSTDIR_PREFIX

Hold the value of the GNU Autoconf substitution @prefix@.

Variable: mbfl_INSTDIR_EXEC_PREFIX

Hold the value of the GNU Autoconf substitution @exec_prefix@.

Variable: mbfl_INSTDIR_BINDIR

Hold the value of the GNU Autoconf substitution @bindir@. The preprocessor script is installed under this directory, so we can compose its pathname as follows:

printf -v MBFLPP_PATHNAME '%s/mbflpp.bash' "$mbfl_INSTDIR_BINDIR"
Variable: mbfl_INSTDIR_DATAROOTDIR

Hold the value of the GNU Autoconf substitution @datarootdir@.

Variable: mbfl_INSTDIR_DATADIR

Hold the value of the GNU Autoconf substitution @datadir@. All the libraries installed by MBFL are under this directory, so we can compose pathnames as follows:

printf -v LIBMBFL_PATHNAME '%s/libmbfl.sh'      "$mbfl_INSTDIR_DATADIR"
printf -v PREPRO_PATHNAME  '%s/libmbfl-preprocessor.m4' "$mbfl_INSTDIR_DATADIR"

This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.