~ubuntu-branches/ubuntu/quantal/shadow/quantal

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella (Canonical)
  • Date: 2009-11-07 04:55:18 UTC
  • mfrom: (1.1.8 upstream) (18.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091107045518-qqclg1lhinz6zv1i
Tags: 1:4.1.4.2-1ubuntu1
* Merged with debian unstable. Remaning changes (LP: #477299):
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/patches/495_stdout-encrypted-password: chpasswd can report
    password hashes on stdout (Debian bug 505640).
  - Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.

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
2
AC_INIT
3
 
AM_INIT_AUTOMAKE(shadow, 4.1.4.1)
 
3
AM_INIT_AUTOMAKE(shadow, 4.1.4.2)
4
4
AC_CONFIG_HEADERS([config.h])
5
5
 
6
6
dnl Some hacks...
491
491
                  [Define if utmpx should be used])
492
492
fi
493
493
 
 
494
AC_DEFINE_UNQUOTED(SHELL, ["$SHELL"], [The default shell.])
 
495
 
494
496
AM_GNU_GETTEXT_VERSION(0.16)
495
497
AM_GNU_GETTEXT([external], [need-ngettext])
496
498
AM_CONDITIONAL(USE_NLS, test "x$USE_NLS" = "xyes")