~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2008-10-08 20:35:38 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20081008203538-yty5q4gpfx1ldint
Tags: 0.6.1.0-0ubuntu1
* New upstream release.  FFe is (LP: #279328)
* debian/patches/04_fix_locale_path:
  + Fix the translations path sent to gettext.  Without this, translations
    aren't used by Do.
* debian/gnome-do.gconf-defaults:
  + Don't popup the UI on login; wait for the user to summon Do.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
SOURCES =
47
47
DIST_SOURCES =
48
48
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
49
ABI_VERSION = @ABI_VERSION@
49
50
ACLOCAL = @ACLOCAL@
50
51
ALL_LINGUAS = @ALL_LINGUAS@
51
52
AMTAR = @AMTAR@
52
53
AR = @AR@
53
 
ASM_VERSION = @ASM_VERSION@
54
54
AUTOCONF = @AUTOCONF@
55
55
AUTOHEADER = @AUTOHEADER@
56
56
AUTOMAKE = @AUTOMAKE@
75
75
EGREP = @EGREP@
76
76
EXEEXT = @EXEEXT@
77
77
FGREP = @FGREP@
 
78
GCONFTOOL = @GCONFTOOL@
 
79
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
80
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
78
81
GCONF_SHARP_20_CFLAGS = @GCONF_SHARP_20_CFLAGS@
79
82
GCONF_SHARP_20_LIBS = @GCONF_SHARP_20_LIBS@
80
83
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
181
184
STRIP = @STRIP@
182
185
USE_NLS = @USE_NLS@
183
186
VERSION = @VERSION@
 
187
VERSION_INFO = @VERSION_INFO@
184
188
XGETTEXT = @XGETTEXT@
185
189
abs_builddir = @abs_builddir@
186
190
abs_srcdir = @abs_srcdir@