~ubuntu-branches/ubuntu/trusty/gnome-desktop/trusty

« back to all changes in this revision

Viewing changes to .pc/90_autoreconf.patch/m4/ltversion.m4

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-12-01 15:46:03 UTC
  • Revision ID: package-import@ubuntu.com-20111201154603-rq8shf98t7arghrk
Tags: 1:2.32.1-0ubuntu7
* Fix FTBFS -- missing -lm in build.
  - New patch, 10_link-with-libm, changes similar to upstream
    06eecd20a0c6e27f91265c20fe0ad2f773a51494 "build: link against libm" to
    call AC_CHECK_LIBM and AB_SUBST(LIBM) in configure.in and use $(LIBM) in
    libgnome-desktop/Makefile.am.
  - New patch, 90_autoreconf, result of autoreconf -fi && rm -rf
    autom4te.cache *~; needed for 10_link-with-libm.
  - Drop 99_ltmain_as-needed; doesn't apply anymore with 90_autoreconf which
    likely supersedes it.
* Update watch file to only consider GNOME 2.32; gnome-desktop3 source is
  where latest releases are packaged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ltversion.m4 -- version numbers                       -*- Autoconf -*-
 
2
#
 
3
#   Copyright (C) 2004 Free Software Foundation, Inc.
 
4
#   Written by Scott James Remnant, 2004
 
5
#
 
6
# This file is free software; the Free Software Foundation gives
 
7
# unlimited permission to copy and/or distribute it, with or without
 
8
# modifications, as long as this notice is preserved.
 
9
 
 
10
# Generated from ltversion.in.
 
11
 
 
12
# serial 3017 ltversion.m4
 
13
# This file is part of GNU Libtool
 
14
 
 
15
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
 
16
m4_define([LT_PACKAGE_REVISION], [1.3017])
 
17
 
 
18
AC_DEFUN([LTVERSION_VERSION],
 
19
[macro_version='2.2.6b'
 
20
macro_revision='1.3017'
 
21
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
22
_LT_DECL(, macro_revision, 0)
 
23
])