~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-04-01 17:48:58 UTC
  • mfrom: (1.4.87 sid)
  • Revision ID: package-import@ubuntu.com-20140401174858-4mv29mm29zu22fn1
Tags: 1.0.1ubuntu1
merge with the debian/sid 1.0.1 version
(LP: #1302033)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
19
19
 
20
20
PACKAGE="apt"
21
 
PACKAGE_VERSION="0.9.15.4ubuntu4"
 
21
PACKAGE_VERSION="1.0.1ubuntu1"
22
22
PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
23
23
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
24
24
AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
107
107
        AC_DEFINE(HAVE_BZ2)
108
108
fi
109
109
 
 
110
HAVE_LZMA=no
 
111
AC_CHECK_LIB(lzma, lzma_easy_encoder,[AC_CHECK_HEADER(lzma.h, [HAVE_LZMA=yes], [])], [])
 
112
AC_SUBST(HAVE_LZMA)
 
113
if test "x$HAVE_LZMA" = "xyes"; then
 
114
        AC_DEFINE(HAVE_LZMA)
 
115
fi
 
116
 
110
117
dnl Converts the ARCH to be something singular for this general CPU family
111
118
dnl This is often the dpkg architecture string.
112
119
dnl First check against the full canonical canoncial-system-type in $target