~ubuntu-branches/ubuntu/vivid/gtk2-engines/vivid

« back to all changes in this revision

Viewing changes to themes/Mist/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-12-01 15:44:02 UTC
  • Revision ID: package-import@ubuntu.com-20111201154402-xyv9lqrl8jxnz1er
Tags: 1:2.20.2-0ubuntu2
* Update watch file to only track GNOME 2.20 as gtk-engines was then ported
  to gtk3 and finally abandoned.
* Fix FTBFS due to missing -lm.
  - New patch 20_link-with-libm, adds AC_CHECK_LIBM and AC_SUBST(LIBM) to
    configure.ac and $(LIBM) to Makefile.am files for engines which need it
    in LIBADD.
  - New patch 90_autoreconf, generated with autoreconf -fi %% rm -rf
    autom4te.cache engines/support/*~; needed for 20_link-with-libm.
  - Drop patch 99_ltmain_as-needed, doesn't apply anymore since the addition
    of 90_autoreconf, but is probably obsoleted by it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
147
147
LD = @LD@
148
148
LDFLAGS = @LDFLAGS@
 
149
LIBM = @LIBM@
149
150
LIBOBJS = @LIBOBJS@
150
151
LIBS = @LIBS@
151
152
LIBTOOL = @LIBTOOL@
156
157
LUA_LIBS = @LUA_LIBS@
157
158
MAINT = @MAINT@
158
159
MAKEINFO = @MAKEINFO@
 
160
MANIFEST_TOOL = @MANIFEST_TOOL@
159
161
MKDIR_P = @MKDIR_P@
160
162
MKINSTALLDIRS = @MKINSTALLDIRS@
161
163
MSGFMT = @MSGFMT@
194
196
abs_srcdir = @abs_srcdir@
195
197
abs_top_builddir = @abs_top_builddir@
196
198
abs_top_srcdir = @abs_top_srcdir@
 
199
ac_ct_AR = @ac_ct_AR@
197
200
ac_ct_CC = @ac_ct_CC@
198
201
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199
202
am__include = @am__include@
226
229
libexecdir = @libexecdir@
227
230
localedir = @localedir@
228
231
localstatedir = @localstatedir@
229
 
lt_ECHO = @lt_ECHO@
230
232
mandir = @mandir@
231
233
mkdir_p = @mkdir_p@
232
234
oldincludedir = @oldincludedir@