summaryrefslogtreecommitdiff
path: root/m4/gst-args.m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-16 09:12:14 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-16 09:12:14 +0000
commit4a42dd3dc36f57294ac3f6f66404527569f92db6 (patch)
tree4cca871af1555dec8a5f56b7eedc4a7da4436590 /m4/gst-args.m4
parent361749d506054ba03e7ccc1aad9d531673a5e342 (diff)
downloadgstreamer-common-4a42dd3dc36f57294ac3f6f66404527569f92db6.tar.gz
AC_SUBST vars so we can use them at configure creation time
Original commit message from CVS: AC_SUBST vars so we can use them at configure creation time
Diffstat (limited to 'm4/gst-args.m4')
-rw-r--r--m4/gst-args.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/gst-args.m4 b/m4/gst-args.m4
index 6858006..eb7abc0 100644
--- a/m4/gst-args.m4
+++ b/m4/gst-args.m4
@@ -121,6 +121,7 @@ AC_DEFUN([GST_ARG_WITH_PACKAGE_NAME],
)
AC_MSG_NOTICE(Using $GST_PACKAGE as package name)
AC_DEFINE_UNQUOTED(GST_PACKAGE, "$GST_PACKAGE", [package name in plugins])
+ AC_SUBST(GST_PACKAGE)
])
AC_DEFUN([GST_ARG_WITH_PACKAGE_ORIGIN],
@@ -140,4 +141,5 @@ AC_DEFUN([GST_ARG_WITH_PACKAGE_ORIGIN],
)
AC_MSG_NOTICE(Using $GST_ORIGIN as package origin)
AC_DEFINE_UNQUOTED(GST_ORIGIN, "$GST_ORIGIN", [package origin])
+ AC_SUBST(GST_ORIGIN)
])