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

« back to all changes in this revision

Viewing changes to desktop-docs/fdl/Makefile.in

  • 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:
151
151
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
152
152
LD = @LD@
153
153
LDFLAGS = @LDFLAGS@
 
154
LIBM = @LIBM@
154
155
LIBOBJS = @LIBOBJS@
155
156
LIBS = @LIBS@
156
157
LIBTOOL = @LIBTOOL@
160
161
LT_VERSION = @LT_VERSION@
161
162
MAINT = @MAINT@
162
163
MAKEINFO = @MAKEINFO@
 
164
MANIFEST_TOOL = @MANIFEST_TOOL@
163
165
MKDIR_P = @MKDIR_P@
164
166
MKINSTALLDIRS = @MKINSTALLDIRS@
165
167
MSGFMT = @MSGFMT@
220
222
abs_srcdir = @abs_srcdir@
221
223
abs_top_builddir = @abs_top_builddir@
222
224
abs_top_srcdir = @abs_top_srcdir@
 
225
ac_ct_AR = @ac_ct_AR@
223
226
ac_ct_CC = @ac_ct_CC@
224
227
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
225
228
am__include = @am__include@
252
255
libexecdir = @libexecdir@
253
256
localedir = @localedir@
254
257
localstatedir = @localstatedir@
255
 
lt_ECHO = @lt_ECHO@
256
258
mandir = @mandir@
257
259
mkdir_p = @mkdir_p@
258
260
oldincludedir = @oldincludedir@