~ubuntu-branches/ubuntu/saucy/autoconf/saucy-proposed

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2011-04-09 09:50:27 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110409095027-90vzg10l78n05f1v
Tags: 2.68-1
* New upstream release.

* Reverted the workaround added to lib/m4sugar/m4sh.m4 in 2.67-2, in
  favor of a Conflicts: against pkg-config earlier than 0.25-1.1, the
  version that fixed the bug being worked around in pkg-config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
NORMAL_UNINSTALL = :
51
51
PRE_UNINSTALL = :
52
52
POST_UNINSTALL = :
 
53
build_triplet = @build@
 
54
host_triplet = @host@
53
55
subdir = lib
54
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/m4/m4.m4 \
57
 
        $(top_srcdir)/m4/make-case.m4 $(top_srcdir)/configure.ac
 
58
am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
 
59
        $(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \
 
60
        $(top_srcdir)/configure.ac
58
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
62
        $(ACLOCAL_M4)
60
63
mkinstalldirs = $(install_sh) -d
183
186
am__tar = @am__tar@
184
187
am__untar = @am__untar@
185
188
bindir = @bindir@
 
189
build = @build@
186
190
build_alias = @build_alias@
 
191
build_cpu = @build_cpu@
 
192
build_os = @build_os@
 
193
build_vendor = @build_vendor@
187
194
builddir = @builddir@
188
195
datadir = @datadir@
189
196
datarootdir = @datarootdir@
190
197
docdir = @docdir@
191
198
dvidir = @dvidir@
192
199
exec_prefix = @exec_prefix@
 
200
host = @host@
193
201
host_alias = @host_alias@
 
202
host_cpu = @host_cpu@
 
203
host_os = @host_os@
 
204
host_vendor = @host_vendor@
194
205
htmldir = @htmldir@
195
206
includedir = @includedir@
196
207
infodir = @infodir@