~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-05-21 11:14:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120521111406-1wfas0o9fdaxjyo8
Tags: 0.11.91-1
* New upstream release, "I will give you five magic beans!":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/libgstreamer-dev.install:
  + Don't ship useless .la file for the core plugins.
  + Don't ship .a and .la files for the library.
* debian/control.in:
  + Update debhelper dependency version and Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_PREREQ(2.60)
 
1
AC_PREREQ(2.62)
2
2
 
3
3
dnl initialize autoconf
4
4
dnl when going to/from release please set the nano (fourth number) right !
5
5
dnl releases only do Wall, git and prerelease does Werror too
6
 
AC_INIT(GStreamer, 0.11.90,
 
6
AC_INIT(GStreamer, 0.11.91,
7
7
    http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
8
8
    gstreamer)
9
9
AG_GST_INIT
10
10
 
11
11
dnl initialize automake (we require GNU make)
12
 
AM_INIT_AUTOMAKE([-Wno-portability 1.10])
 
12
AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar])
13
13
 
14
14
dnl define PACKAGE_VERSION_* variables
15
15
AS_VERSION
24
24
AM_CONFIG_HEADER([config.h])
25
25
 
26
26
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
27
 
AM_MAINTAINER_MODE
 
27
AM_MAINTAINER_MODE([enable])
28
28
 
29
29
dnl sets host_* variables
30
30
AC_CANONICAL_HOST
64
64
dnl sets GST_LT_LDFLAGS
65
65
AS_LIBTOOL(GST, 0, 0, 0)
66
66
 
67
 
dnl FIXME: this macro doesn't actually work;
68
 
dnl the generated libtool script has no support for the listed tags.
69
 
dnl So this needs to be fixed first if we want to use this
70
 
dnl AS_LIBTOOL_TAGS
71
 
 
72
 
AC_LIBTOOL_WIN32_DLL
73
 
AM_PROG_LIBTOOL
74
 
 
75
67
dnl *** autotools stuff ****
76
68
 
77
69
dnl allow for different autotools
269
261
dnl *** checks for libraries ***
270
262
 
271
263
dnl check for libm, for sin()
272
 
AC_CHECK_LIBM
 
264
LT_LIB_M
273
265
AC_SUBST(LIBM)
274
266
 
275
267
dnl *** checks for header files ***