1 dnl configure.in.irtp --
2 dnl
3 dnl configuration for RTPtv Indiva Service
4 dnl Disabled by default
5 dnl
6 dnl Copyright (c) 2000-2002 The Regents of the University of California.
7 dnl All rights reserved.
8 dnl
9 dnl Redistribution and use in source and binary forms, with or without
10 dnl modification, are permitted provided that the following conditions are met:
11 dnl
12 dnl A. Redistributions of source code must retain the above copyright notice,
13 dnl this list of conditions and the following disclaimer.
14 dnl B. Redistributions in binary form must reproduce the above copyright
15 dnl notice, this list of conditions and the following disclaimer in the
16 dnl documentation and/or other materials provided with the distribution.
17 dnl C. Neither the names of the copyright holders nor the names of its
18 dnl contributors may be used to endorse or promote products derived from
19 dnl this software without specific prior written permission.
20 dnl
21 dnl THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
22 dnl IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
23 dnl THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24 dnl PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
25 dnl LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 dnl CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 dnl SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 dnl INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 dnl CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 dnl ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 dnl POSSIBILITY OF SUCH DAMAGE.
32
33 V_DEF_IRTP=""
34 V_OBJ_IRTP=""
35
36 AC_ARG_ENABLE(irtp, [ --enable-irtp enable RTPtv Indiva Service], irtp_flag=$enableval, irtp_flag="no")
37
38 if test "$irtp_flag" != "no" ; then
39 V_DEF_IRTP="-D__IRTP_ENABLED__"
40 V_OBJ_IRTP="\$(IRTP_OBJ)"
41 fi
42
43 AC_SUBST(V_DEF_IRTP)
44 AC_SUBST(V_OBJ_IRTP)
45
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.