~ubuntu-branches/ubuntu/maverick/aptitude/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-17 10:28:03 UTC
  • mfrom: (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: james.westby@ubuntu.com-20081117102803-f18wpddu6d15sst2
Tags: upstream-0.4.11.10
ImportĀ upstreamĀ versionĀ 0.4.11.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
AC_INIT(aptitude, 0.4.11.3)
 
2
AC_INIT(aptitude, 0.4.11.10)
3
3
AC_CONFIG_SRCDIR([src/main.cc])
4
4
AM_INIT_AUTOMAKE
5
5
AM_CONFIG_HEADER(config.h)
38
38
        HAVE_LIBPTHREAD=1
39
39
        , [AC_MSG_ERROR([Can't find the POSIX thread libraries])])
40
40
 
41
 
ALL_LINGUAS="ar bs ca cs da de el es eu fi fr gl hu it ja km ku lt mr nb nl nn pl pt pt_BR ro ru sk sv tl tr vi zh_CN zh_TW"
 
41
ALL_LINGUAS="ar bs ca cs da de dz el es eu fi fr gl hu it ja km ku lt mr nb ne nl nn pl pt pt_BR ro ru sk sv th tl tr uk vi zh_CN zh_TW"
42
42
AM_GNU_GETTEXT([external])
43
43
 
44
44
HAVE_EPT=
281
281
        fi,
282
282
        DOCDIRS=doc)
283
283
 
 
284
CXXFLAGS="$CXXFLAGS -Wall $WERROR"
 
285
 
284
286
AC_SUBST(SRCDIRS)
285
287
AC_SUBST(DOCDIRS)
286
288
 
287
289
AC_DEFINE_UNQUOTED(STATEDIR, "$STATEDIR", [The location of aptitude's state files])
288
290
AC_DEFINE_UNQUOTED(LOCKFILE, "$LOCKFILE", [The location of the lock to prevent simultaneous aptitude instances])
289
291
AC_SUBST(STATEDIR)
290
 
AC_SUBST(WERROR)
291
292
 
292
293
AC_TYPE_SIZE_T
293
294