~ubuntu-branches/ubuntu/trusty/lv/trusty-proposed

« back to all changes in this revision

Viewing changes to src/configure.in

  • Committer: Package Import Robot
  • Author(s): HIGUCHI Daisuke (VDR dai)
  • Date: 2014-03-15 03:42:28 UTC
  • Revision ID: package-import@ubuntu.com-20140315034228-6lcwgjiug8rym3wc
Tags: 4.51-2.2
* Non-maintainer upload.
* debian/control, debian/rules, debian/compat: use dh9.
* debian/control
  - add Vcs-* tags.
  - add Homepage: tag.
  - add ${misc:Depends} to Depends:.
  - add xz-utils to Recommends:.
* debian/source/format: set 3.0 (quilt).
* debian/patches/*: rename from debian/patch* and add DEP-3 headers.
* debian/copyright: convert to DEP-5.
* debian/patches/fix-hyphen-used-as-minus-sign.diff: new file.
* debian/lv.doc-base: new file.
* bump up Standards-Version 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
AM_LANGINFO_CODESET
59
59
 
 
60
# Checks for largefile support
 
61
AC_SYS_LARGEFILE
 
62
AC_FUNC_FSEEKO
 
63
 
 
64
AC_MSG_CHECKING(whether fastio is used)
 
65
AC_ARG_ENABLE(fastio,
 
66
        [ --enable-fastio          tries to reduce stdio overhead],
 
67
        [if ! test "$enableval" = no; then
 
68
                AC_DEFINE(USE_INTERNAL_IOBUF, 1)
 
69
                AC_MSG_RESULT(yes)
 
70
         else
 
71
                AC_MSG_RESULT(no)
 
72
         fi],
 
73
        [AC_MSG_RESULT(no)])
 
74
 
60
75
dnl AC_OUTPUT(Makefile src/Makefile)
61
76
AC_OUTPUT(Makefile)