hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and
[platform/upstream/gnome-common.git] / macros2 / ChangeLog
1 2002-08-18  Havoc Pennington  <hp@pobox.com>
2
3         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
4         both automake 1.6 and 1.4 installed get the right automake. Means
5         compilation from CVS will now require the latest automake 1.4
6         release, or manually creating symlinks called "automake-1.4" and
7         "aclocal-1.4"
8
9 Mon Aug 12 23:49:41 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
10
11         * autogen.sh : use portable -o instead of GNU-ish -or for find test
12
13 2002-08-10  Miles Lane  <miles_lane@yahoo.com>
14
15         * autogen.sh: fix the "find" test so that the presence of
16           configure.in is reporteded.  Each expression requires its
17           own -print flag.
18
19 2002-08-10  Sebastian Rittau  <srittau@jroger.in-berlin.de>
20
21         * autogen.sh: support for configure.ac
22
23 2002-05-10  Chema Celorio  <chema@celorio.com>
24
25         * compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when a parameter is
26         passed. The arguments to AC_ARG_ENABLE where swapped
27
28 2002-04-01  jacob berkman  <jacob@ximian.com>
29
30         * gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing of
31         LDFLAGS
32
33 2001-10-29  jacob berkman  <jacob@ximian.com>
34
35         * autogen.sh: add check for glib-gettextize
36
37 2001-10-15  Bastien Nocera  <hadess@hadess.net>
38
39         * Makefile.am, curses.m4: added curses.m4 (copied from the gnome1
40         macros. this file is needed to gdialog
41
42 2001-10-02  Darin Adler  <darin@bentspoon.com>
43
44         * autogen.sh: Complete intltool support.
45
46 2001-10-02  Darin Adler  <darin@bentspoon.com>
47
48         * autogen.sh: Add intltool support.
49
50 2001-09-04  Frank Belew  <frb@ximian.com>
51
52         * autogen.sh: change gettext regexp to work with non-gnu grep
53
54 2001-08-18  Darin Adler  <darin@bentspoon.com>
55
56         * autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
57
58 2001-08-04  Darin Adler  <darin@bentspoon.com>
59
60         * autogen.sh: Update gettext logic to allow anything that
61         starts with AM and ends with gettext. This makes it work with
62         AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
63
64 2001-08-03  Martin Baulig  <baulig@suse.de>
65
66         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
67         (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
68         (GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
69         (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
70         (GNOME_PKGCONFIG_CHECK_MODULES): Removed.
71         (GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
72         to check for the pkg-config version.
73
74 2001-07-20  Martin Baulig  <baulig@suse.de>
75
76         * gnome-pkgconfig.m4: Require pkg-config 0.8.0.
77
78 2001-06-29  Laszlo Peter <laca@ireland.sun.com>
79
80         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp
81         to process all 6 version numbers.
82
83 2001-06-22  Elliot Lee  <sopwith@redhat.com>
84
85         * gnome-gettext.m4: N'sync with the gnome1 version, bye bye buggies.
86
87 2001-06-13  Martin Baulig  <baulig@suse.de>
88
89         * gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0
90         and fix download URL.
91
92         * gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform.
93
94 2001-06-01  Peter Williams  <peterw@ximian.com>
95
96         * autogen.sh: s,Gnome,$PKG_NAME,g
97
98 2001-04-13  Martin Baulig  <baulig@suse.de>
99
100         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
101         Set variable `have_<name>' to yes or no depending on whether the
102         module was found or not; allows you to define automake conditionals
103         for optional modules.
104
105 2001-03-24  Martin Baulig  <baulig@suse.de>
106
107         * autogen.sh: Add the xml-i18n-tools stuff here.
108
109 2000-12-01  Martin Baulig  <baulig@suse.de>
110
111         * compile-warnings.m4: Improved compile warnings check; the
112         --enable-compile-warnings parameter now takes 5 different
113         values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
114
115 2000-11-29  Martin Baulig  <baulig@suse.de>
116
117         * gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
118
119 2000-11-26  Martin Baulig  <martin@home-of-linux.org>
120
121         * gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
122         GNOME_PKGCONFIG_CHECK_MODULES.
123
124         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
125         AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
126         (GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
127
128 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
129
130         * gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
131         to check for a list of optional modules.
132
133         * gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
134
135 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
136
137         * gnome-platform.m4: New file. This defines
138         GNOME_PLATFORM_GNOME_2.
139
140         * gnome-pkgconfig.m4: Disable the --extra-flags argument to
141         pkg-config, this doesn't exist anymore.
142
143 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
144
145         * gnome-pkgconfig.m4: New file. This defines
146         GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
147         GNOME_PKGCONFIG_* macros from pkg-config.
148
149 2000-11-21  Martin Baulig  <baulig@suse.de>
150
151         * gnome-support.m4, need-declaration.m4: Removed.
152
153 2000-09-30  Martin Baulig  <baulig@suse.de>
154
155         * gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0;
156         Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
157
158         * gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
159         INSIDE_GNOME_COMMON automake conditional.
160         (GNOME_GTKDOC_CHECK): New macro.
161         (GNOME_DEBUG_CHECK): New macro.
162
163 Thu Aug 24 02:28:57 2000  George Lebl <jirka@5z.com>
164
165         * gnome-x-checks.m4: use the correct name in AC_PROVIDE
166
167 2000-08-06  Martin Baulig  <baulig@suse.de>
168
169         * gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
170         to GNOME2_X_CHECKS.
171
172 2000-07-24  Martin Baulig  <martin@home-of-linux.org>
173
174         * autogen.sh: Removed some old crap in it.
175         * aclocal-include.m4: Removed.
176
177         * gnome-x-checks.m4: Check for GTK+ 2.0.
178
179 2000-07-24  Martin Baulig  <baulig@suse.de>
180
181         * autogen.sh: Make it work with AM_GNOME2_GETTEXT.
182         * check-utmp.m4: New file.
183
184 2000-07-24  Martin Baulig  <baulig@suse.de>
185
186         Synced with gnome-libs/gnome-data.
187
188 2000-06-09  Martin Baulig  <martin@home-of-linux.org>
189
190         * gnome-common.m4: We need this here as well.
191
192 2000-05-29  Martin Baulig  <baulig@suse.de>
193
194         * Makefile.am: New file. Install this stuff into
195         `$(datadir)/aclocal/gnome2-macros'.
196
197         * gnome.m4: New file. Copied from `hack-macros' dir.
198
199         * autogen.sh: New file. Copied from `macros' dir.
200