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

« back to all changes in this revision

Viewing changes to docs/reference/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:
166
166
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
167
167
LD = @LD@
168
168
LDFLAGS = @LDFLAGS@
 
169
LIBM = @LIBM@
169
170
LIBOBJS = @LIBOBJS@
170
171
LIBS = @LIBS@
171
172
LIBTOOL = @LIBTOOL@
175
176
LT_VERSION = @LT_VERSION@
176
177
MAINT = @MAINT@
177
178
MAKEINFO = @MAKEINFO@
 
179
MANIFEST_TOOL = @MANIFEST_TOOL@
178
180
MKDIR_P = @MKDIR_P@
179
181
MKINSTALLDIRS = @MKINSTALLDIRS@
180
182
MSGFMT = @MSGFMT@
235
237
abs_srcdir = @abs_srcdir@
236
238
abs_top_builddir = @abs_top_builddir@
237
239
abs_top_srcdir = @abs_top_srcdir@
 
240
ac_ct_AR = @ac_ct_AR@
238
241
ac_ct_CC = @ac_ct_CC@
239
242
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240
243
am__include = @am__include@
267
270
libexecdir = @libexecdir@
268
271
localedir = @localedir@
269
272
localstatedir = @localstatedir@
270
 
lt_ECHO = @lt_ECHO@
271
273
mandir = @mandir@
272
274
mkdir_p = @mkdir_p@
273
275
oldincludedir = @oldincludedir@