1251876Speter#
2251876Speter# export_vars.sh
3251876Speter#
4251876Speter# This shell script is used to export vars to the application using the
5251876Speter# APRUTIL library. This script should be "sourced" to ensure the variable
6251876Speter# values are set within the calling script's context. For example:
7251876Speter#
8251876Speter#   $ . path/to/apr-util/export_vars.sh
9251876Speter#
10251876Speter
11251876SpeterAPRUTIL_EXPORT_INCLUDES="@APRUTIL_INCLUDES@"
12251876SpeterAPRUTIL_EXPORT_LIBS="@APRUTIL_EXPORT_LIBS@"
13251876SpeterAPRUTIL_LDFLAGS="@APRUTIL_LDFLAGS@"
14