~ubuntu-branches/ubuntu/jaunty/mplayerplug-in/jaunty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-06-27 04:52:18 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060627045218-p200vvc621fobwfc
Tags: upstream-3.25
ImportĀ upstreamĀ versionĀ 3.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
4
AC_PREREQ(2.59)
5
 
AC_INIT(mplayerplug-in, 3.17, mplayerplug-in-devel@lists.sourceforge.net)
 
5
AC_INIT(mplayerplug-in, 3.25, mplayerplug-in-devel@lists.sourceforge.net)
6
6
AC_CONFIG_SRCDIR([config.h.in])
7
7
AC_CONFIG_HEADER([config.h])
8
8
AC_CONFIG_LIBOBJ_DIR([Source])
51
51
        if test "$MOZPLUG_CFLAGS" = ""; then
52
52
                PKG_CHECK_MODULES(MOZPLUG,[seamonkey-plugin],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir seamonkey-plugin`"],[AC_MSG_WARN([seamonkey-plugin not found])])
53
53
        fi
 
54
        if test "$MOZPLUG_CFLAGS" = ""; then
 
55
                PKG_CHECK_MODULES(MOZPLUG,[xulrunner-plugin],[AC_SUBST(MOZPLUG_CFLAGS) MOZPLUG_CFLAGS="${MOZPLUG_CFLAGS} -I`$PKG_CONFIG --variable=includedir xulrunner-plugin`"],[AC_MSG_WARN([xulrunner-plugin not found])])
 
56
        fi
54
57
 
55
58
        if test "$MOZPLUG_CFLAGS" = ""; then
56
59
                AC_MSG_ERROR([Unable to find mozilla or firefox development files])