From b7d4ecaa6df1ddbbd2e4d61cf60b9003177c0664 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Wed, 25 Sep 2002 01:54:26 +0000 Subject: Added ability for xine-config.in to determine location of xine.m4 by adding -I $(prefix)/share/aclocal to the XINE_ACFLAGS. CVS patchset: 2746 CVS date: 2002/09/25 01:54:26 --- misc/xine-config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'misc') diff --git a/misc/xine-config.in b/misc/xine-config.in index 78006f158..c1ac67532 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -15,6 +15,7 @@ Options: [--exec-prefix[=DIR]] [--version] [--libs] + [--acflags] [--cflags] [--plugindir] [--datadir] @@ -56,6 +57,9 @@ while test $# -gt 0; do --version) echo @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@ ;; + --acflags) + echo_acflags=yes + ;; --cflags) echo_cflags=yes ;; @@ -95,6 +99,10 @@ if test "$echo_exec_prefix" = "yes"; then echo $exec_prefix fi +if test "$echo_acflags" = "yes"; then + echo "@XINE_ACFLAGS@" +fi + if test "$echo_cflags" = "yes"; then echo -I@includedir@ @THREAD_CFLAGS@ fi -- cgit v1.2.3