~ubuntu-branches/ubuntu/raring/libx11/raring-proposed

« back to all changes in this revision

Viewing changes to modules/lc/Utf8/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chase Douglas
  • Date: 2011-12-21 18:20:16 UTC
  • mfrom: (1.5.2)
  • Revision ID: package-import@ubuntu.com-20111221182016-x1afum1alqly5tz3
Tags: 2:1.4.99.1-0ubuntu1
* New upstream release.
* Refreshed 006_tailor_pt_BR.UTF-8_Compose.diff
* Add _XGetRequest to symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
40
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
41
 
        $(top_srcdir)/configure.ac
 
41
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
42
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
43
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
42
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
45
        $(ACLOCAL_M4)
44
46
mkinstalldirs = $(install_sh) -d
208
210
PATH_SEPARATOR = @PATH_SEPARATOR@
209
211
PERL = @PERL@
210
212
PKG_CONFIG = @PKG_CONFIG@
 
213
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
214
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
211
215
RANLIB = @RANLIB@
212
216
RAWCPP = @RAWCPP@
213
217
RAWCPPFLAGS = @RAWCPPFLAGS@
278
282
libdir = @libdir@
279
283
libexecdir = @libexecdir@
280
284
localedir = @localedir@
 
285
locales = @locales@
281
286
localstatedir = @localstatedir@
282
287
mandir = @mandir@
283
288
mkdir_p = @mkdir_p@