blob: d0091e696ba98f3817ec54ef546b959bd05dab08 (
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
2001-09-20 Glynn Foster <glynn.foster@sun.com>
* macros2/gnome-x-checks.m4: replaced
GNOME_PKGCONFIG_CHECK_MODULES with PKG_CHECK_MODULES
2001-08-02 Michael Meeks <michael@ximian.com>
* Version 1.2.3
2001-07-26 Darin Adler <darin@bentspoon.com>
* configure.in: Point to the new home of pkgconfig at
www.freedesktop.org instead of "sourceforce.net" [sic].
2001-07-26 Darin Adler <darin@bentspoon.com>
* doc/usage.txt: Point to the new home of pkgconfig at
www.freedesktop.org.
2001-07-12 Darin Adler <darin@bentspoon.com>
* configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
already takes care of that.
2001-05-22 Darin Adler <darin@eazel.com>
* hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
compatibility with the new gettext.
2001-04-16 Darin Adler <darin@eazel.com>
* gnome-common.spec.in: A cut at updating the spec file now that
the pkgconfig stuff and support stuff has gone away.
2001-04-14 Martin Baulig <baulig@suse.de>
* gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
* configure.in: Set version number to 1.2.2.
(--enable-platform-gnome-2): Removed this command line argument;
this package is now the same for GNOME 1.x and GNOME 2.0.
* acinclude.m4: Removed.
* acconfig.h: Removed.
* support/: We don't build this directory anymore; the GNOME 1.x
version of it is in gnome-libs/support and the GNOME 2.0 one is in
libgnomebase/libgnomesupport.
2001-03-26 Robin * Slomkowski <rslomkow@eazel.com>
* Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
* configure.in: added gnome-common.spec.in
* gnome-common.spec: removed from repository as it appeared
generic
* gnome-common.spec.in: new spec file using Martin's suggestions
2000-12-01 Martin Baulig <baulig@suse.de>
Released gnome-common 1.2.1.
2000-11-21 Martin Baulig <martin@home-of-linux.org>
* configure.in: Set version number to 1.2.1.
* configure.in (--enable-platform-gnome-2): New configure
command line argument to enable support for the GNOME 2.x
platform.
(PLATFORM_GNOME_2): New automake conditional.
* Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
platform.
* Makefile.am (SUBDIRS): Conditionally add support for the
GNOME 2.x platform.
* acinclude.m4: New file. Put stuff from gnome-support.m4
and need-declaration.m4 here.
2000-05-29 Martin Baulig <baulig@suse.de>
* configure.in: Set version number to 1.2.0.
1998-02-19 Raja R Harinath <harinath@cs.umn.edu>
* autogen.sh: New sample file.
* configure.in: Likewise.
* Makefile.am: Likewise.
* README: Likewise.
|