~ubuntu-branches/ubuntu/trusty/ticcutils/trusty-proposed

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ko van der Sloot
  • Date: 2013-04-18 15:14:58 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130418151458-o3zeb8f0676003y3
Tags: 0.4-3
debian/control: also added Replaces: libticcutils1-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
44
44
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
45
45
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/openmp.m4 \
46
 
        $(top_srcdir)/configure.ac
 
46
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
47
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
48
        $(ACLOCAL_M4)
49
49
mkinstalldirs = $(install_sh) -d
114
114
PACKAGE_URL = @PACKAGE_URL@
115
115
PACKAGE_VERSION = @PACKAGE_VERSION@
116
116
PATH_SEPARATOR = @PATH_SEPARATOR@
 
117
PKG_CONFIG = @PKG_CONFIG@
 
118
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
119
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
117
120
PTHREAD_CC = @PTHREAD_CC@
118
121
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
119
122
PTHREAD_LIBS = @PTHREAD_LIBS@
123
126
SHELL = @SHELL@
124
127
STRIP = @STRIP@
125
128
VERSION = @VERSION@
 
129
XML2_CFLAGS = @XML2_CFLAGS@
 
130
XML2_LIBS = @XML2_LIBS@
126
131
abs_builddir = @abs_builddir@
127
132
abs_srcdir = @abs_srcdir@
128
133
abs_top_builddir = @abs_top_builddir@