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

« back to all changes in this revision

Viewing changes to docs/reference/gnome-desktop/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:
133
133
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
134
134
LD = @LD@
135
135
LDFLAGS = @LDFLAGS@
 
136
LIBM = @LIBM@
136
137
LIBOBJS = @LIBOBJS@
137
138
LIBS = @LIBS@
138
139
LIBTOOL = @LIBTOOL@
142
143
LT_VERSION = @LT_VERSION@
143
144
MAINT = @MAINT@
144
145
MAKEINFO = @MAKEINFO@
 
146
MANIFEST_TOOL = @MANIFEST_TOOL@
145
147
MKDIR_P = @MKDIR_P@
146
148
MKINSTALLDIRS = @MKINSTALLDIRS@
147
149
MSGFMT = @MSGFMT@
202
204
abs_srcdir = @abs_srcdir@
203
205
abs_top_builddir = @abs_top_builddir@
204
206
abs_top_srcdir = @abs_top_srcdir@
 
207
ac_ct_AR = @ac_ct_AR@
205
208
ac_ct_CC = @ac_ct_CC@
206
209
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207
210
am__include = @am__include@
234
237
libexecdir = @libexecdir@
235
238
localedir = @localedir@
236
239
localstatedir = @localstatedir@
237
 
lt_ECHO = @lt_ECHO@
238
240
mandir = @mandir@
239
241
mkdir_p = @mkdir_p@
240
242
oldincludedir = @oldincludedir@