~ubuntu-branches/ubuntu/precise/texinfo/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-03-09 15:50:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309155003-3k9a07mt2jqnuudg
Tags: 4.13a.dfsg.1-1
* new upstream releases (Closes: #500301)
  - fix (wrongly) added leading spaces in direntries (Closes: #457741)
  -  work with ~ in th epath (Closes: #495577)
  - disable the patch fix-direntry and fix-texi2dvi-bashism, 
    included upstream
* update the list of files to be installed (new translations, pdftexi2dvi)
* mange version in the watch file to remove the .dfsg.N part
* use quilt.make (first step in direction of source format 3.0, but that
  is broken)
* add README.Debian to info package (Closes: #513187)
* add README.source, bump standards version to 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
 
# $Id: configure.ac,v 1.73 2007/09/10 00:36:29 karl Exp $
 
2
# $Id: configure.ac,v 1.93 2008/09/18 18:45:56 karl Exp $
3
3
#
4
4
# This file is free software; as a special exception the author gives
5
5
# unlimited permission to copy and/or distribute it, with or without
9
9
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10
10
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
11
#
12
 
AC_INIT([GNU Texinfo], [4.11], [bug-texinfo@gnu.org])
 
12
AC_INIT([GNU Texinfo], [4.13], [bug-texinfo@gnu.org])
13
13
 
14
14
dnl Must come before AM_INIT_AUTOMAKE.
15
15
AC_CONFIG_AUX_DIR([build-aux])
16
 
AM_INIT_AUTOMAKE([dist-bzip2 readme-alpha])
 
16
AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-lzma])
17
17
 
18
18
# Minimum Autoconf version required.
19
19
AC_PREREQ(2.59)
191
191
 
192
192
# For teTeX and TeX Live.
193
193
AC_CANONICAL_HOST
194
 
AC_ARG_ENABLE(multiplatform,
195
 
  [  --enable-multiplatform      put executables in bin/PLATFORM])
 
194
AC_ARG_ENABLE([multiplatform],
 
195
  [AS_HELP_STRING([--enable-multiplatform],
 
196
     [put executables into bin/PLATFORM and libraries into lib/PLATFORM])])dnl
196
197
# if enable_multiplatform is set in the environment, use that.
197
 
test "x$enable_multiplatform" = xyes \
198
 
&& test "x$bindir" = 'x${exec_prefix}/bin' \
199
 
&& bindir="$bindir/$host"
 
198
if test "x$enable_multiplatform" = xyes; then
 
199
  test "x$bindir" = 'x${exec_prefix}/bin' && bindir="$bindir/$host"
 
200
  test "x$libdir" = 'x${exec_prefix}/lib' && libdir="$libdir/$host"
 
201
fi
200
202
 
201
203
# Taken from the example in
202
204
# http://www.gnu.org/software/automake/manual/html_node/Conditionals.html.
213
215
 
214
216
# i18n support.  To update to a new version of gettext, run:
215
217
# gettextize -f -c
216
 
AM_GNU_GETTEXT_VERSION([0.16])
 
218
AM_GNU_GETTEXT_VERSION([0.17])
217
219
AM_GNU_GETTEXT([external])
218
220
 
219
221
# The test suite.
 
222
AC_CONFIG_FILES([install-info/tests/defs])
220
223
AC_CONFIG_FILES([util/defs])
221
224
AC_CHECK_PROGS([HEVEA], [hevea], [])
222
225
AC_CHECK_PROGS([TEX], [tex], [])
226
229
  doc/Makefile
227
230
  gnulib/lib/Makefile
228
231
  info/Makefile
 
232
  install-info/Makefile
 
233
  install-info/tests/Makefile
229
234
  lib/Makefile
230
235
  makeinfo/Makefile
231
236
  makeinfo/tests/Makefile