Logoj0ke.net Open Build Service > Projects > devel:tools:building > autoconf-testsuite > autoconf.changes
Sign Up | Log In

File autoconf.changes of Package autoconf-testsuite

 
1
-------------------------------------------------------------------
2
Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org
3
4
- added patch autoconf-2.67-fix_dnl.patch to fix regression in
5
  AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl)
6
7
-------------------------------------------------------------------
8
Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de
9
10
- Update to 2.67:
11
12
  * New macro AC_FC_LINE_LENGTH to accept long Fortran source code
13
    lines.
14
15
  * AC_PREPROC_IFELSE now keeps the preprocessed output in the
16
    conftest.i file for inspection by the commands in the
17
    ACTION-IF-TRUE argument.
18
19
  * autoreconf passes warning flags to new enough versions of
20
    aclocal.
21
22
  * Running an Autotest testsuite in parallel mode no longer triggers
23
    a race condition that could cause the testsuite run to end early,
24
    fixing a sporadic failure in autoconf's own testsuite.  Bug
25
    present since introduction of parallel tests in 2.63b.
26
27
  Major changes in Autoconf 2.66 (2010-07-02) [stable]
28
29
  * AC_FUNC_MMAP works in C++ mode again.  Regression introduced in
30
    2.65.
31
32
  * Use of m4_divert without a named diversion now issues a syntax
33
    warning, since it is seldom right to change diversions behind
34
    autoconf's back.
35
36
  * The macros AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, and
37
    AC_TYPE_INT64_T work again.  Regression introduced in 2.65.
38
39
  * AC_PROG_INSTALL correctly uses `shtool' again.  Regression
40
    introduced in 2.64.
41
42
  * Autoconf should work on EBCDIC hosts.
43
44
  * AC_CHECK_DECL and AC_CHECK_DECLS accept optional function
45
    argument types for overloaded C++ functions.
46
47
  * AS_SET_CATFILE accepts nonliterals in its variable name argument
48
    now.
49
50
  * Autotest testsuites accept an option --recheck to rerun tests
51
    that failed or passed unexpectedly during the last non-debug
52
    testsuite run.
53
54
  * AC_ARG_ENABLE and AC_ARG_WITH now also accept `+' signs in
55
     `--enable-*' and `--with-*' arguments, converting them to
56
     underscores for the variable names.
57
58
  * In configure scripts, loading CONFIG_SITE no longer searches
59
     PATH, and problems in loading the configuration site files are
60
     diagnosed.
61
62
  * Autotest testsuites may optionally provide colored test results.
63
64
  * The previously undocumented Autotest macros AT_ARG_OPTION and
65
    AT_ARG_OPTION_ARG have seen bug fixes and are documented now. 
66
    AT_ARG_OPTION has been changed in that the negative of a long
67
    option --OPTION is now --no-OPTION rather than --noOPTION.
68
69
  * The macro AS_LITERAL_IF is slightly more conservative; text
70
    containing shell quotes are no longer treated as literals. 
71
    Furthermore, a new macro, AS_LITERAL_WORD_IF, adds an additional
72
    level of checking that no whitespace occurs in literals.
73
74
  * The macros AS_TR_SH and AS_TR_CPP no longer expand their results.
75
76
  * The following macros are now documented:
77
    AS_BOX
78
79
  * New macro AC_FC_FIXEDFORM to accept fixed-form Fortran.
80
81
-------------------------------------------------------------------
82
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
83
84
- use %_smp_mflags
85
86
-------------------------------------------------------------------
87
Mon May 31 09:57:17 UTC 2010 - coolo@novell.com
88
89
- add empty install section 
90
91
-------------------------------------------------------------------
92
Fri May 28 14:12:03 UTC 2010 - coolo@novell.com
93
94
- split out test suite that takes 95% of the build time
95
96
-------------------------------------------------------------------
97
Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com
98
99
- Update to 2.65
100
  ** Autoconf is now licensed under the GPLv3+.
101
  ** The manual is now shipped under the terms of the GNU FDL 1.3.
102
  ** config.status now provides a --config option to produce the configuration.
103
  ** Autoconf now requires GNU M4 1.4.6 or later. GNU M4 1.4.13 or
104
     later is recommended.
105
  ** Autotest testsuites accept an option --jobs[=N] for parallel testing.
106
     This feature is still in testing, and may not work on every
107
     platform, help in improving it would be appreciated.
108
109
-------------------------------------------------------------------
110
Sun Dec  6 18:02:03 CET 2009 - jengelh@medozas.de
111
112
- enable parallel building
113
114
-------------------------------------------------------------------
115
Fri Jul 17 23:24:43 CEST 2009 - dominique-obs@leuenberger.net
116
117
- Add autoconf-xfail-test27.patch
118
  + It skips test 27 ([autom4te preselections]) as it's an
119
    incompatibility between autoconf 2.63 and automake 1.11
120
    ! This patch needs to be removed with autoconf 2.64 again ! 
121
122
-------------------------------------------------------------------
123
Wed Sep 10 09:59:08 CEST 2008 - schwab@suse.de
124
125
- Update to autoconf 2.63.
126
  ** AC_C_BIGENDIAN does not mistakenly report "universal" for some
127
     bigendian hosts, a regression introduced with universal binary
128
     support in 2.62.
129
  ** AC_PATH_X now includes /lib64 and /usr/lib64 in its list of default
130
     library directories.
131
  ** AC_USE_SYSTEM_EXTENSIONS no longer conflicts with an external
132
     AC_DEFINE([__EXTENSIONS__]).  This fixes a regression introduced in
133
     2.62 when using macros such as AC_AIX that were made obsolete in
134
     favor of the more portable AC_USE_SYSTEM_EXTENSIONS.
135
  ** AC_CHECK_TARGET_TOOLS is usable in the non-cross-compile case.
136
  ** Newly obsolete macros
137
     The following macro has been marked obsolete, since current porting
138
     targets can safely assume C89 semantics that signal handlers return
139
     void.  We have no current plans to remove the macro.
140
       AC_TYPE_SIGNAL
141
  ** The macros m4_map and m4_map_sep now ignore any list elements
142
     consisting of just empty quotes, and m4_map_sep now expands its
143
     separator.  This fixes a regression in 2.62 when these macros were
144
     first documented, for the sake of clients expecting the semantics
145
     that these macros had prior to that time.  The new macros m4_mapall
146
     and m4_mapall_sep, along with extra quoting of the separator, can
147
     be used to get the semantics that m4_map_sep had in 2.62.
148
  ** Clients of m4_expand, such as AS_HELP_STRING and AT_SETUP, can now
149
     handle properly quoted but otherwise unbalanced parentheses (for
150
     some macros, this fixes a regression in 2.62).
151
  ** Two new quadrigraphs have been introduced: @{:@ for (, and @:}@ for ),
152
     allowing the output of unbalanced parentheses in more contexts.
153
  ** The following m4sugar macros are new:
154
     m4_joinall  m4_mapall  m4_mapall_sep  m4_reverse  m4_set_add
155
     m4_set_add_all  m4_set_contains  m4_set_contents  m4_set_delete
156
     m4_set_difference  m4_set_dump  m4_set_empty  m4_set_foreach
157
     m4_set_intersection  m4_set_list  m4_set_listc  m4_set_remove
158
     m4_set_size  m4_set_union
159
  ** The following m4sugar macros now accept multiple arguments, as is the
160
     case with underlying m4:
161
     m4_defn  m4_popdef  m4_undefine
162
  ** The following m4sugar macros now guarantee linear scaling; they
163
     previously had linear scaling with m4 1.6 but quadratic scaling
164
     when using m4 1.4.x.  All macros built on top of these also gain
165
     the scaling improvements.
166
     m4_bmatch  m4_bpatsubsts  m4_case  m4_cond  m4_do  m4_dquote_elt
167
     m4_foreach  m4_join  m4_list_cmp  m4_map  m4_map_sep  m4_max
168
     m4_min  m4_shiftn
169
  ** AT_KEYWORDS once again performs expansion on its argument, such that
170
     AT_KEYWORDS([m4_if([$1], [], [default])]) no longer complains about
171
     the possibly unexpanded m4_if [regression introduced in 2.62].
172
  ** Config header templates `#undef UNDEFINED /* comment */' do not lead to
173
     nested comments any more; regression introduced in 2.62.
174
175
-------------------------------------------------------------------
176
Thu Jul 17 16:11:10 CEST 2008 - schwab@suse.de
177
178
- Revert AC_C_BIGENDIAN change for now.
179
- Fix config header substitution.
180
181
-------------------------------------------------------------------
182
Wed Apr  9 10:32:41 CEST 2008 - schwab@suse.de
183
184
- Update to autoconf 2.62.
185
  <http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff;f=NEWS;h=ef008867d725a89b743b20eeba97bec09e906fd6;hp=2a49e0feb1b4101bb5252fdd137992ec49f468fa>
186
187
-------------------------------------------------------------------
188
Mon Mar 10 14:43:21 CET 2008 - schwab@suse.de
189
190
- Fix spurious testsuite failure.
191
192
-------------------------------------------------------------------
193
Tue Feb 19 19:57:01 CET 2008 - schwab@suse.de
194
195
- Fix undefined behaviour in AC_FUNC_MKTIME test.
196
197
-------------------------------------------------------------------
198
Fri Jun  1 09:19:43 CEST 2007 - schwab@suse.de
199
200
- Relax m4 requirement to work around autobuild bug.
201
202
-------------------------------------------------------------------
203
Mon Apr  2 10:56:30 CEST 2007 - schwab@suse.de
204
205
- Fix spurious testsuite failure.
206
207
-------------------------------------------------------------------
208
Sun Mar 25 13:52:22 CEST 2007 - schwab@suse.de
209
210
- Display testsuite log on failure.
211
212
-------------------------------------------------------------------
213
Wed Dec 13 16:24:33 CET 2006 - schwab@suse.de
214
215
- Handle old style libltdl macros.
216
217
-------------------------------------------------------------------
218
Mon Dec  4 11:14:02 CET 2006 - schwab@suse.de
219
220
- Update to autoconf 2.61.
221
  ** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
222
  ** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
223
224
-------------------------------------------------------------------
225
Wed Aug  2 16:01:49 CEST 2006 - schwab@suse.de
226
227
- Split off autoconf-el.
228
229
-------------------------------------------------------------------
230
Thu Jul 20 13:21:09 CEST 2006 - schwab@suse.de
231
232
- Fix testsuite.
233
234
-------------------------------------------------------------------
235
Tue Jun 27 12:00:27 CEST 2006 - schwab@suse.de
236
237
- Update to autoconf 2.60, see
238
  <http://cvs.savannah.gnu.org/viewcvs/autoconf/autoconf/NEWS?r1=1.388&r2=1.322>.
239
240
-------------------------------------------------------------------
241
Wed Jan 25 21:29:57 CET 2006 - mls@suse.de
242
243
- converted neededforbuild to BuildRequires
244
245
-------------------------------------------------------------------
246
Sat Jun 19 00:17:22 CEST 2004 - schwab@suse.de
247
248
- Require exact version of m4.
249
250
-------------------------------------------------------------------
251
Thu Nov 13 09:48:19 CET 2003 - schwab@suse.de
252
253
- Update to autoconf 2.59, incorporates last change.
254
255
-------------------------------------------------------------------
256
Mon Nov 10 13:14:02 CET 2003 - schwab@suse.de
257
258
- Fix abs_srcdir.
259
260
-------------------------------------------------------------------
261
Tue Nov  4 16:36:12 CET 2003 - schwab@suse.de
262
263
- Update to autoconf 2.58.
264
265
-------------------------------------------------------------------
266
Thu Sep 18 12:13:22 CEST 2003 - schwab@suse.de
267
268
- Downgrade flock failure to a warning [#26962].
269
270
-------------------------------------------------------------------
271
Mon Sep  8 12:46:13 CEST 2003 - schwab@suse.de
272
273
- Add patch to serialize access to autom4te cache file [#26962].
274
275
-------------------------------------------------------------------
276
Mon May 12 18:01:45 CEST 2003 - schwab@suse.de
277
278
- Add %defattr.
279
280
-------------------------------------------------------------------
281
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
282
283
- fix install_info --delete call and move from preun to postun
284
285
-------------------------------------------------------------------
286
Mon Apr  7 13:10:51 CEST 2003 - schwab@suse.de
287
288
- Only delete info entries when removing last version.
289
290
-------------------------------------------------------------------
291
Thu Feb  6 17:47:41 CET 2003 - schwab@suse.de
292
293
- Use %install_info.
294
295
-------------------------------------------------------------------
296
Thu Dec  5 13:51:31 CET 2002 - schwab@suse.de
297
298
- Update to autoconf 2.57.
299
  * Bug fixes for problems with AIX linker, with freestanding C compilers,
300
    with GNU m4 limitations, and with obsolete copies of GNU documents.
301
302
-------------------------------------------------------------------
303
Fri Nov 15 14:32:16 CET 2002 - schwab@suse.de
304
305
- Update to autoconf 2.56.
306
307
-------------------------------------------------------------------
308
Tue Jun 11 11:49:19 CEST 2002 - schwab@suse.de
309
310
- Fix missing info dir entries.
311
312
-------------------------------------------------------------------
313
Mon May 13 13:01:32 CEST 2002 - schwab@suse.de
314
315
- Fix invalid node name in docs [#16078].
316
317
-------------------------------------------------------------------
318
Fri Apr 12 15:22:51 CEST 2002 - schwab@suse.de
319
320
- Remove g77 from neededforbuild.
321
322
-------------------------------------------------------------------
323
Mon Apr  8 16:22:29 CEST 2002 - schwab@suse.de
324
325
- Run automake last in autoreconf.
326
327
-------------------------------------------------------------------
328
Sun Apr  7 17:35:03 CEST 2002 - schwab@suse.de
329
330
- Fix _AC_SRCPATHS.
331
332
-------------------------------------------------------------------
333
Thu Apr  4 13:38:33 CEST 2002 - schwab@suse.de
334
335
- Fix _AS_PATH_WALK.
336
337
-------------------------------------------------------------------
338
Tue Apr  2 20:11:34 CEST 2002 - schwab@suse.de
339
340
- Fix premature expansion in m4_bmatch.
341
342
-------------------------------------------------------------------
343
Sat Mar 30 19:43:29 CET 2002 - schwab@suse.de
344
345
- Handle libltdl in autoreconf.
346
- Run automake after aclocal in autoreconf.
347
348
-------------------------------------------------------------------
349
Fri Mar 15 12:04:53 CET 2002 - schwab@suse.de
350
351
- Handle gettext 0.11 in autoreconf.
352
353
-------------------------------------------------------------------
354
Sat Mar  9 01:10:32 CET 2002 - schwab@suse.de
355
356
- Update to autoconf 2.53.
357
358
-------------------------------------------------------------------
359
Sat Jul 21 20:53:00 CEST 2001 - schwab@suse.de
360
361
- Always set {host,build,target}_alias.
362
363
-------------------------------------------------------------------
364
Thu Jul 19 13:46:55 CEST 2001 - schwab@suse.de
365
366
- Update to autoconf 2.52.
367
368
-------------------------------------------------------------------
369
Mon Jun 11 20:57:31 CEST 2001 - olh@suse.de
370
371
- recognize ppc64
372
373
-------------------------------------------------------------------
374
Tue May 22 12:13:38 CEST 2001 - schwab@suse.de
375
376
- Update to autoconf 2.50.
377
- Add Buildroot.
378
379
-------------------------------------------------------------------
380
Fri Mar 23 13:22:25 CET 2001 - schwab@suse.de
381
382
- Add m4 as neededforbuild.
383
- Require m4 and gawk.
384
385
-------------------------------------------------------------------
386
Wed Mar 21 13:26:41 CET 2001 - schwab@suse.de
387
388
- Set F77 to g77 during `make check'.
389
390
-------------------------------------------------------------------
391
Wed Feb 21 11:05:40 CET 2001 - schwab@suse.de
392
393
- Fix AC_PROC_CXXCPP.
394
- Add %suse_update_config.
395
- Don't mark acconfig.h as %config.
396
- Run testsuite.
397
398
-------------------------------------------------------------------
399
Thu Jun  1 18:03:21 CEST 2000 - kukuk@suse.de
400
401
- Add more docu, fill out group tag
402
403
-------------------------------------------------------------------
404
Mon May  1 14:51:16 CEST 2000 - kukuk@suse.de
405
406
- Use infodir macro
407
408
-------------------------------------------------------------------
409
Fri Mar 24 17:07:19 CET 2000 - schwab@suse.de
410
411
- Fix conflicting declaration of exit.
412
413
-------------------------------------------------------------------
414
Tue Jan 18 19:33:38 CET 2000 - schwab@suse.de
415
416
- Undefine m4 macro `symbols' (new builtin in m4 1.4o).
417
418
-------------------------------------------------------------------
419
Mon Dec  6 09:41:30 CET 1999 - schwab@suse.de
420
421
- Discard output from `type -p'.
422
423
-------------------------------------------------------------------
424
Thu Dec  2 10:17:35 CET 1999 - schwab@suse.de
425
426
- Make sure tempfiles are always removed.
427
- Fix some quoting bugs in shell scripts.
428
429
-------------------------------------------------------------------
430
Thu Nov  4 17:00:19 CET 1999 - ro@suse.de
431
432
- fixed for alphaev6
433
434
-------------------------------------------------------------------
435
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
436
437
- ran old prepare_spec on spec file to switch to new prepare_spec.
438
439
-------------------------------------------------------------------
440
Wed Aug 25 16:23:32 MEST 1999 - kukuk@suse.de
441
442
- Specfile cleanup
443
444
-------------------------------------------------------------------
445
Fri Jan 15 14:02:28 MET 1999 - ro@suse.de
446
447
- update to 2.13
448
449
----------------------------------------------------------------------------
450
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
451
452
- Make auto*.sh more secure and use mktemp if avaliable
453
454
----------------------------------------------------------------------------
455
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de
456
457
458
- update to version 2.12
459
460
461