summaryrefslogtreecommitdiff
blob: 560835b89fa9933e17ce4a73502b08caa480fbf7 (plain)
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
# ChangeLog for sys-devel/autoconf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.12 2002/12/12 22:21:14 tuxus Exp $

  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.