Hold the value of the GNU Autoconf substitution @prefix@
.
Hold the value of the GNU Autoconf substitution @exec_prefix@
.
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"
Hold the value of the GNU Autoconf substitution @datarootdir@
.
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.