~ubuntu-branches/ubuntu/oneiric/dbus-glib/oneiric-updates

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-08-16 19:52:19 UTC
  • mfrom: (2.2.1 experimental) (2.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100816195219-ig40gau6zeskqey2
Tags: 0.88-2
Re-upload to unstable, with release team acknowledgement for squeeze

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
POST_UNINSTALL = :
34
34
build_triplet = @build@
35
35
host_triplet = @host@
36
 
target_triplet = @target@
37
36
subdir = m4
38
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108
107
GMSGFMT = @GMSGFMT@
109
108
GREP = @GREP@
110
109
GTKDOC_CHECK = @GTKDOC_CHECK@
 
110
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
111
GTKDOC_REBASE = @GTKDOC_REBASE@
111
112
HTML_DIR = @HTML_DIR@
112
113
INSTALL = @INSTALL@
113
114
INSTALL_DATA = @INSTALL_DATA@
144
145
PACKAGE_NAME = @PACKAGE_NAME@
145
146
PACKAGE_STRING = @PACKAGE_STRING@
146
147
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
148
PACKAGE_URL = @PACKAGE_URL@
147
149
PACKAGE_VERSION = @PACKAGE_VERSION@
148
150
PATH_SEPARATOR = @PATH_SEPARATOR@
149
151
PKG_CONFIG = @PKG_CONFIG@
 
152
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
153
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
150
154
POFILES = @POFILES@
151
155
POSUB = @POSUB@
152
156
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
204
208
libexecdir = @libexecdir@
205
209
localedir = @localedir@
206
210
localstatedir = @localstatedir@
207
 
lt_ECHO = @lt_ECHO@
208
211
mandir = @mandir@
209
212
mkdir_p = @mkdir_p@
210
213
oldincludedir = @oldincludedir@
216
219
sharedstatedir = @sharedstatedir@
217
220
srcdir = @srcdir@
218
221
sysconfdir = @sysconfdir@
219
 
target = @target@
220
222
target_alias = @target_alias@
221
 
target_cpu = @target_cpu@
222
 
target_os = @target_os@
223
 
target_vendor = @target_vendor@
224
223
top_build_prefix = @top_build_prefix@
225
224
top_builddir = @top_builddir@
226
225
top_srcdir = @top_srcdir@