1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
# ChangeLog for sys-devel/autoconf
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.24 2003/03/30 19:12:43 azarah Exp $
30 Mar 2003; Martin Schlemmer <azarah@gentoo.org> autoconf-2.57-r1.ebuild :
Mark stable. It had some extensive testing, and it closes bug #14663.
*autoconf-2.54-r1 (15 Mar 2003)
*autoconf-2.57-r1 (15 Mar 2003)
15 Mar 2003; Martin Schlemmer <azarah@gentoo.org> :
Update m4 DEPEND to work with m4-1.4 we are now using.
09 Mar 2003; Martin Schlemmer <azarah@gentoo.org> files/ac-wrapper.pl :
Some new stuff have AC_PREREQ in [].
20 Feb 2003; Martin Schlemmer <azarah@gentoo.org> autoconf-2.57.ebuild :
Run autom4te-2.5x if called without setting WANT_AUTOMAKE_2_5=1.
18 Feb 2003; Zach Welch <zwelch@gentoo.org> :
Added arm to keywords
15 Feb 2003; Jan Seidel <tuxus@gentoo.org> autoconf-2.54.ebuild :
Added mips to keywords
07 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
Added hppa to keywords.
autoconf-2.57 (21 Jan 2003)
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> autoconf-2.57.ebuild :
Marked testing for mips.
21 Jan 2003; Martin Schlemmer <azarah@gentoo.org> autoconf-2.57.ebuild :
New version.
17 Jan 2003; Martin Schlemmer <azarah@gentoo.org> autoconf-2.54.ebuild :
Depend on texinfo-4.3, else info pages breaks, bug #13041.
14 Dec 2002; Martin Schlemmer <azarah@gentoo.org> autoconf-2.54.ebuild :
Also get autoconf-2.5x info page to show up in DIR index, closing
bug #12085.
12 Dec 2002; Jan Seidel <tuxus@gentoo.org> autoconf-2.53a.ebuild :
Added mips to keywords.
10 Dec 2002; Martin Schlemmer <azarah@gentoo.org> autoconf-2.54.ebuild :
Mark stable.
06 Dec 2002; Rodney Rees <manson@gentoo.org> :
Changed sparc ~sparc keywords
autoconf-2.54 (20 Oct 2002)
25 Oct 2002; Martin Schlemmer <azarah@gentoo.org> autoconf-2.54.ebuild :
Fix SRC_URI fir version 2.13 tarball. Close bug #9495.
20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
Update version.
23 Sep 2002; Martin Schlemmer <azarah@gentoo.org> ac-wrapper.pl :
Firstly i should mention that the perl wrapper 'ac-wrapper.pl', is
based on great work by Guillaume Cottenceau (gc@mandrakesoft.com).
This updates it to correctly detect if automake-1.6 was used.
autoconf-2.53a (22 May 2002)
22 May 2002; M.Schlemmer <azarah@gentoo.org> autoconf-2.53a.ebuild :
Update in hope of fixing the gcc3 build problem (somewhere with
m4 version detection, bug #2929. I am not sure, as I could not
get feedback if working or not.
autoconf-2.53-r1 (19 May 2002)
19 May 2002; M.Schlemmer <azarah@gentoo.org> autoconf-2.53-r1.ebuild :
Fix it to use "-$PV" as suffix, and not "-2.5x".
22 April 2002; M.Schlemmer <azarah@gentoo.org> ac-wrapper.pl :
Update so that it can work with AC_PREREQ([2.13]) as well as AC_PREREQ(2.13).
autoconf-2.52d-r1 (21 March 2002)
7 April 2002; M.Schlemmer <azarah@gentoo.org> :
Change the names of the 2.5x binaries to foo-${PV}, since they do support
limited parallel versions, and foo-2.5x breaks recursion if they call
themselfs. Fixed doc paths.
*autoconf-2.53 (21 March 2002)
21 March 2002; M.Schlemmer <azarah@gentoo.org> :
Add dual ebuild which contain 2.13 and 2.53, and autodetect the
correct version to use.
*autoconf-2.13-r2 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|