~ubuntu-branches/ubuntu/utopic/patch/utopic-security

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-02-06 20:19:30 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110206201930-gxhup50tp3oee4wt
Tags: 2.6.1-1
* New upstream version.
  + Improved CR stripping heuristics. Closes: #484539
  + Fixes: creates files and directories instead of asking for the file
    location. Closes: #568248
* Remove lenny compatibility options -U --unified-reject-files and
 --global-reject-file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
AC_PREREQ(2.57)
22
22
define(AC_PACKAGE_VERSION, m4_normalize(esyscmd(
23
23
[
24
 
    . ./update-version.sh VERSION
 
24
    sh ./update-version.sh VERSION
25
25
    cat VERSION
26
26
])))
27
27
AC_INIT(patch, AC_PACKAGE_VERSION, bug-patch@gnu.org)
58
58
gl_ERROR
59
59
gl_EXITFAIL
60
60
gl_FUNC_MEMCHR
 
61
gl_FUNC_STRNDUP
 
62
gl_FUNC_STRNLEN
61
63
gl_GETOPT
62
64
gl_HASH
63
65
gl_PREREQ_XMALLOC