Codebase list texinfo / e448dda
try to get rid of aclocal/automake 1.15 requirement Norbert Preining 8 years ago
3 changed file(s) with 27 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 texinfo (5.9.92.dfsg.1-1) UNRELEASED; urgency=medium
0 texinfo (5.9.92.dfsg.1-1) experimental; urgency=medium
11
22 * Imported upstream testing releases
33 * refresh/clean patches
44 * remove cyrtexinfo format definition file, just give explanations
55 in README.cyrtexinfo
6
7 -- Norbert Preining <preining@debian.org> Mon, 01 Jun 2015 08:47:11 +0900
6 * work around implicit aclocal-1.15 build requirement
7
8 -- Norbert Preining <preining@debian.org> Mon, 01 Jun 2015 08:59:31 +0900
89
910 texinfo (5.2.0.dfsg.1-6) unstable; urgency=medium
1011
0 ---
1 configure | 4 ++--
2 1 file changed, 2 insertions(+), 2 deletions(-)
3
4 --- texinfo.orig/configure
5 +++ texinfo/configure
6 @@ -4143,13 +4143,13 @@
7
8 # Some tools Automake needs.
9
10 -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
11 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
12
13
14 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
15
16
17 -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
18 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}
19
20
21 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
22 #info_universal_argument
33 dont_build_info
44 info-manpage-mentiones-nonfree
5 do-not-require-automake-1.15