* configure.in, NEWS: Update for the 1.74 release.
git-svn-id: svn://127.0.0.1/svn_repo/texinfo/trunk@1530 39fee189-59d7-47db-b5d4-205258b72aed
diff --git a/texinfo/texi2html/ChangeLog b/texinfo/texi2html/ChangeLog
index 65bc8e3..9bf9db3 100644
--- a/texinfo/texi2html/ChangeLog
+++ b/texinfo/texi2html/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-31 Derek Price <derek@ximbiot.com>
+
+ * configure.in, NEWS: Update for the 1.74 release.
+
2005-01-16 Patrice Dumas <dumas@centre-cired.fr>
* texi2html.pl, texi2html.init: more robust handling of deffn lines.
diff --git a/texinfo/texi2html/NEWS b/texinfo/texi2html/NEWS
index 9178034..6feffc9 100644
--- a/texinfo/texi2html/NEWS
+++ b/texinfo/texi2html/NEWS
@@ -1,6 +1,6 @@
This file records noteworthy changes.
-1.74 ()
+1.74 (January 31 2005)
* COMPATIBILITY
-------------
diff --git a/texinfo/texi2html/configure b/texinfo/texi2html/configure
index 18ac9d1..ec4ae07 100644
--- a/texinfo/texi2html/configure
+++ b/texinfo/texi2html/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for texi2html 1.72.
+# Generated by GNU Autoconf 2.59 for texi2html 1.74.
#
# Report bugs to <users@texi2html.cvshome.org>.
#
@@ -269,11 +269,11 @@
# Identity of this package.
PACKAGE_NAME='texi2html'
PACKAGE_TARNAME='texi2html'
-PACKAGE_VERSION='1.72'
-PACKAGE_STRING='texi2html 1.72'
+PACKAGE_VERSION='1.74'
+PACKAGE_STRING='texi2html 1.74'
PACKAGE_BUGREPORT='users@texi2html.cvshome.org'
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PACKAGE_DATE USE_UNICODE PERL INSTALL_INFO TEXI2DVI DVIPS PS2PDF build build_cpu build_vendor build_os host host_cpu host_vendor host_os LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PACKAGE_DATE USE_UNICODE PERL INSTALL_INFO TEXI2DVI DVIPS PS2PDF build build_cpu build_vendor build_os host host_cpu host_vendor host_os LIBOBJS LTLIBOBJS'
ac_subst_files='INIT MYSIMPLE T2H_I18N T2H_L2H_FILE T2H_TRANSLATIONS_FILE'
# Initialize some variables set by options.
@@ -722,7 +722,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures texi2html 1.72 to adapt to many kinds of systems.
+\`configure' configures texi2html 1.74 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -788,7 +788,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of texi2html 1.72:";;
+ short | recursive ) echo "Configuration of texi2html 1.74:";;
esac
cat <<\_ACEOF
@@ -900,7 +900,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-texi2html configure 1.72
+texi2html configure 1.74
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -914,7 +914,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by texi2html $as_me 1.72, which was
+It was created by texi2html $as_me 1.74, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1250,7 +1250,7 @@
-am__api_version="1.8"
+am__api_version="1.9"
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
@@ -1427,13 +1427,21 @@
fi
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
- # Keeping the `.' argument allows $(mkdir_p) to be used without
- # argument. Indeed, we sometimes output rules like
+ # We used to keeping the `.' as first argument, in order to
+ # allow $(mkdir_p) to be used without argument. As in
# $(mkdir_p) $(somedir)
- # where $(somedir) is conditionally defined.
- # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
- # expensive solution, as it forces Make to start a sub-shell.)
- mkdir_p='mkdir -p -- .'
+ # where $(somedir) is conditionally defined. However this is wrong
+ # for two reasons:
+ # 1. if the package is installed by a user who cannot write `.'
+ # make install will fail,
+ # 2. the above comment should most certainly read
+ # $(mkdir_p) $(DESTDIR)$(somedir)
+ # so it does not work when $(somedir) is undefined and
+ # $(DESTDIR) is not.
+ # To support the latter case, we have to write
+ # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
+ # so the `.' trick is pointless.
+ mkdir_p='mkdir -p --'
else
# On NextStep and OpenStep, the `mkdir' command does not
# recognize any option. It will interpret all options as
@@ -1549,7 +1557,7 @@
# Define the identity of the package.
PACKAGE='texi2html'
- VERSION='1.72'
+ VERSION='1.74'
cat >>confdefs.h <<_ACEOF
@@ -1577,9 +1585,6 @@
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
install_sh=${install_sh-"$am_aux_dir/install-sh"}
# Installed binaries are usually stripped using `strip' when the user
@@ -1672,6 +1677,13 @@
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
+# Always define AMTAR for backward compatibility.
+
+AMTAR=${AMTAR-"${am_missing_run}tar"}
+
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+
+
@@ -2526,7 +2538,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by texi2html $as_me 1.72, which was
+This file was extended by texi2html $as_me 1.74, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2581,7 +2593,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-texi2html config.status 1.72
+texi2html config.status 1.74
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -2785,7 +2797,6 @@
s,@AUTOMAKE@,$AUTOMAKE,;t t
s,@AUTOHEADER@,$AUTOHEADER,;t t
s,@MAKEINFO@,$MAKEINFO,;t t
-s,@AMTAR@,$AMTAR,;t t
s,@install_sh@,$install_sh,;t t
s,@STRIP@,$STRIP,;t t
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
@@ -2794,6 +2805,9 @@
s,@AWK@,$AWK,;t t
s,@SET_MAKE@,$SET_MAKE,;t t
s,@am__leading_dot@,$am__leading_dot,;t t
+s,@AMTAR@,$AMTAR,;t t
+s,@am__tar@,$am__tar,;t t
+s,@am__untar@,$am__untar,;t t
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
s,@MAINT@,$MAINT,;t t
diff --git a/texinfo/texi2html/configure.in b/texinfo/texi2html/configure.in
index eba30e5..716ae11 100644
--- a/texinfo/texi2html/configure.in
+++ b/texinfo/texi2html/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([texi2html], [1.72], [users@texi2html.cvshome.org])
+AC_INIT([texi2html], [1.74], [users@texi2html.cvshome.org])
AM_INIT_AUTOMAKE([gnu 1.7 dist-bzip2])
dnl Disable Autoconf, Automake, and some other maintainer tools without the
diff --git a/texinfo/texi2html/doc/stamp-vti b/texinfo/texi2html/doc/stamp-vti
index 5cf0718..18ecf50 100644
--- a/texinfo/texi2html/doc/stamp-vti
+++ b/texinfo/texi2html/doc/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 29 December 2004
-@set UPDATED-MONTH December 2004
-@set EDITION 1.72
-@set VERSION 1.72
+@set UPDATED 31 January 2005
+@set UPDATED-MONTH January 2005
+@set EDITION 1.74
+@set VERSION 1.74
diff --git a/texinfo/texi2html/doc/version.texi b/texinfo/texi2html/doc/version.texi
index 5cf0718..18ecf50 100644
--- a/texinfo/texi2html/doc/version.texi
+++ b/texinfo/texi2html/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 29 December 2004
-@set UPDATED-MONTH December 2004
-@set EDITION 1.72
-@set VERSION 1.72
+@set UPDATED 31 January 2005
+@set UPDATED-MONTH January 2005
+@set EDITION 1.74
+@set VERSION 1.74