You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2006/02/25 14:34:13 UTC

svn commit: r380928 - /httpd/apreq/branches/apr-build-system/export_vars.sh.in

Author: joes
Date: Sat Feb 25 05:34:10 2006
New Revision: 380928

URL: http://svn.apache.org/viewcvs?rev=380928&view=rev
Log:
add export_vers.sh.in

Added:
    httpd/apreq/branches/apr-build-system/export_vars.sh.in   (with props)

Added: httpd/apreq/branches/apr-build-system/export_vars.sh.in
URL: http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/export_vars.sh.in?rev=380928&view=auto
==============================================================================
--- httpd/apreq/branches/apr-build-system/export_vars.sh.in (added)
+++ httpd/apreq/branches/apr-build-system/export_vars.sh.in Sat Feb 25 05:34:10 2006
@@ -0,0 +1,13 @@
+#
+# export_vars.sh
+#
+# This shell script is used to export vars to the application using the
+# APRUTIL library. This script should be "sourced" to ensure the variable
+# values are set within the calling script's context. For example:
+#
+#   $ . path/to/apr-util/export_vars.sh
+#
+
+APREQ_EXPORT_INCLUDES="@APREQ_INCLUDES@"
+APREQ_EXPORT_LIBS="@APREQ_EXPORT_LIBS@"
+APREQ_LDFLAGS="@APREQ_LDFLAGS@"

Propchange: httpd/apreq/branches/apr-build-system/export_vars.sh.in
------------------------------------------------------------------------------
    svn:eol-style = native