~ubuntu-branches/ubuntu/wily/totem-pl-parser/wily

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2015-06-29 21:25:20 UTC
  • mfrom: (1.8.5)
  • Revision ID: package-import@ubuntu.com-20150629212520-qc0k5ajwh97o28ya
Tags: 3.10.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
m4_define(totem_version_major, 3)
4
4
m4_define(totem_version_minor, 10)
5
 
m4_define(totem_version_micro, 3)
 
5
m4_define(totem_version_micro, 5)
6
6
 
7
7
AC_INIT([totem-pl-parser],
8
8
        [totem_version_major.totem_version_minor.totem_version_micro],
174
174
        fi
175
175
fi
176
176
 
 
177
############################
 
178
# Checking uninstalled tests
 
179
############################
 
180
 
 
181
AC_ARG_ENABLE(uninstalled-tests,
 
182
              AS_HELP_STRING([--enable-uninstalled-tests],
 
183
                             [Uninstalled tests (default is no).]),
 
184
                             [],
 
185
                             [enable_uninstalled_tests=no])
 
186
if test "x$enable_uninstalled_tests" != "xno" ; then
 
187
        AC_DEFINE(UNINSTALLED_TESTS, 1, [Uninstalled tests])
 
188
fi
 
189
 
 
190
 
177
191
dnl Check for packages for building libtotem-plparser.la
178
192
PKG_CHECK_MODULES(TOTEM_PLPARSER, [$pkg_modules])
179
193
AC_SUBST(TOTEM_PLPARSER_CFLAGS)