File autoconf-testsuite.changes of Package autoconf
1
-------------------------------------------------------------------
2
Fri Mar 13 18:15:12 UTC 2015 - mpluskal@suse.com
3
4
- Cleanup spec file with spec-cleaner
5
- Add gpg signature
6
- Correct info file dependencies
7
8
-------------------------------------------------------------------
9
Wed Mar 20 13:08:10 UTC 2013 - mmeister@suse.com
10
11
- Added url as source.
12
Please see http://en.opensuse.org/SourceUrls
13
14
-------------------------------------------------------------------
15
Tue Nov 27 18:06:56 CET 2012 - pth@suse.de
16
17
- Repackage with bzip2 so that the package can be built for older
18
distributions.
19
20
-------------------------------------------------------------------
21
Fri Apr 27 14:29:08 CEST 2012 - pth@suse.de
22
23
- Fix .changes file.
24
25
-------------------------------------------------------------------
26
Thu Apr 26 14:43:27 CEST 2012 - pth@suse.de
27
28
- Update to 2.69:
29
* Noteworthy changes in release 2.69 (2012-04-24) [stable]
30
31
** Autoconf now requires perl 5.6 or better (but generated
32
configure scripts continue to run without perl).
33
34
* Noteworthy changes in release 2.68b (2012-03-01) [beta] Released
35
by Eric Blake, based on git versions 2.68.*.
36
37
** Autoconf-generated configure scripts now unconditionally
38
re-execute themselves with $CONFIG_SHELL, if that's set in the
39
environment.
40
41
** The texinfo documentation no longer specifies "front-cover" or
42
"back-cover" texts, so that it may now be included in Debian's
43
"main" section.
44
45
** Support for the Go programming language has been added. The new
46
macro AC_LANG_GO sets variables GOC and GOFLAGS.
47
48
** AS_LITERAL_IF again treats '=' as a literal. Regression
49
introduced in 2.66.
50
51
** The macro AS_EXECUTABLE_P, present since 2.50, is now
52
documented.
53
54
** Macros
55
56
- AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p')
57
if 'ln -s' does not work. This works better for symlinks to
58
directories.
59
60
- New macro AC_HEADER_CHECK_STDBOOL.
61
62
- New and updated macros for Fortran support:
63
64
AC_FC_CHECK_BOUNDS to enable array bounds checking
65
AC_F77_IMPLICIT_NONE and AC_FC_IMPLICIT_NONE to disable implicit integer
66
AC_FC_MODULE_EXTENSION to compute the Fortran 90 module name extension
67
AC_FC_MODULE_FLAG for the Fortran 90 module search path flag
68
AC_FC_MODULE_OUTPUT_FLAG for the Fortran 90 module output directory flag
69
AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
70
AC_FC_PP_DEFINE for the Fortran preprocessor define flag
71
72
-------------------------------------------------------------------
73
Sun Dec 18 12:40:46 UTC 2011 - sweet_f_a@gmx.de
74
75
- correct license and style (prepare_spec)
76
- minor build fixes, avoid deprecated macros to be more portable
77
78
-------------------------------------------------------------------
79
Sat Sep 17 13:42:16 UTC 2011 - jengelh@medozas.de
80
81
- Remove redundant tags/sections from specfile
82
83
-------------------------------------------------------------------
84
Sat Sep 17 13:41:38 UTC 2011 - jengelh@medozas.de
85
86
- Remove redundant tags/sections from specfile
87
- Use %_smp_mflags for parallel build
88
89
-------------------------------------------------------------------
90
Mon Jan 31 17:26:59 CET 2011 - pth@suse.de
91
92
- Use 2.68 everywhere in specfile.
93
- Use %%configure macro in spec file.
94
95
-------------------------------------------------------------------
96
Mon Jan 31 17:26:28 CET 2011 - pth@suse.de
97
98
- Cosmetic changes to spec file
99
100
-------------------------------------------------------------------
101
Fri Dec 10 11:24:33 UTC 2010 - coolo@novell.com
102
103
- update to 2.68 to include the patch
104
** AC_MSG_ERROR (and AS_ERROR) can once again be followed immediately by
105
`dnl'. Regression introduced in 2.66.
106
107
** AC_INIT again allows URLs with '?' for its BUG-REPORT argument.
108
Regression introduced in 2.66.
109
110
** AC_REPLACE_FUNCS again allows a non-literal argument, such as a shell
111
variable that expands to a list of functions to check. Regression
112
introduced in 2.66.
113
114
** AT_BANNER() with empty argument will cause visual separation from previous
115
test category.
116
117
** The macros AC_PREPROC_IFELSE, AC_COMPILE_IFELSE, AC_LINK_IFELSE, and
118
AC_RUN_IFELSE now warn if the first argument failed to use
119
AC_LANG_SOURCE or AC_LANG_PROGRAM to generate the conftest file
120
contents. A new macro AC_LANG_DEFINES_PROVIDED exists if you have
121
a compelling reason why you cannot use AC_LANG_SOURCE but must
122
avoid the warning.
123
124
** Newly obsolete macros
125
The following macros have been marked obsolete. New programs
126
should use the corresponding Gnulib modules. Gnulib not only
127
detects a larger set of portability problems with these functions,
128
but also provides complete workarounds.
129
130
AC_FUNC_ERROR_AT_LINE AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
131
AC_FUNC_MKTIME AC_FUNC_STRTOD
132
133
-------------------------------------------------------------------
134
Sun Sep 19 07:45:20 UTC 2010 - andrea@opensuse.org
135
136
- added patch autoconf-2.67-fix_dnl.patch to fix regression in
137
AC_MSG_ERROR expansion (undefined macro: AS_MESSAGE_LOG_FDdnl)
138
139
-------------------------------------------------------------------
140
Wed Aug 18 12:04:55 CEST 2010 - pth@suse.de
141
142
- Update to 2.67:
143
144
* New macro AC_FC_LINE_LENGTH to accept long Fortran source code
145
lines.
146
147
* AC_PREPROC_IFELSE now keeps the preprocessed output in the
148
conftest.i file for inspection by the commands in the
149
ACTION-IF-TRUE argument.
150
151
* autoreconf passes warning flags to new enough versions of
152
aclocal.
153
154
* Running an Autotest testsuite in parallel mode no longer triggers
155
a race condition that could cause the testsuite run to end early,
156
fixing a sporadic failure in autoconf's own testsuite. Bug
157
present since introduction of parallel tests in 2.63b.
158
159
Major changes in Autoconf 2.66 (2010-07-02) [stable]
160
161
* AC_FUNC_MMAP works in C++ mode again. Regression introduced in
162
2.65.
163
164
* Use of m4_divert without a named diversion now issues a syntax
165
warning, since it is seldom right to change diversions behind
166
autoconf's back.
167
168
* The macros AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, and
169
AC_TYPE_INT64_T work again. Regression introduced in 2.65.
170
171
* AC_PROG_INSTALL correctly uses `shtool' again. Regression
172
introduced in 2.64.
173
174
* Autoconf should work on EBCDIC hosts.
175
176
* AC_CHECK_DECL and AC_CHECK_DECLS accept optional function
177
argument types for overloaded C++ functions.
178
179
* AS_SET_CATFILE accepts nonliterals in its variable name argument
180
now.
181
182
* Autotest testsuites accept an option --recheck to rerun tests
183
that failed or passed unexpectedly during the last non-debug
184
testsuite run.
185
186
* AC_ARG_ENABLE and AC_ARG_WITH now also accept `+' signs in
187
`--enable-*' and `--with-*' arguments, converting them to
188
underscores for the variable names.
189
190
* In configure scripts, loading CONFIG_SITE no longer searches
191
PATH, and problems in loading the configuration site files are
192
diagnosed.
193
194
* Autotest testsuites may optionally provide colored test results.
195
196
* The previously undocumented Autotest macros AT_ARG_OPTION and
197
AT_ARG_OPTION_ARG have seen bug fixes and are documented now.
198
AT_ARG_OPTION has been changed in that the negative of a long
199
option --OPTION is now --no-OPTION rather than --noOPTION.
200
201
* The macro AS_LITERAL_IF is slightly more conservative; text
202
containing shell quotes are no longer treated as literals.
203
Furthermore, a new macro, AS_LITERAL_WORD_IF, adds an additional
204
level of checking that no whitespace occurs in literals.
205
206
* The macros AS_TR_SH and AS_TR_CPP no longer expand their results.
207
208
* The following macros are now documented:
209
AS_BOX
210
211
* New macro AC_FC_FIXEDFORM to accept fixed-form Fortran.
212
213
-------------------------------------------------------------------
214
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
215
216
- use %_smp_mflags
217
218
-------------------------------------------------------------------
219
Mon May 31 09:57:17 UTC 2010 - coolo@novell.com
220
221
- add empty install section
222
223
-------------------------------------------------------------------
224
Fri May 28 14:12:03 UTC 2010 - coolo@novell.com
225
226
- split out test suite that takes 95% of the build time
227
228
-------------------------------------------------------------------
229
Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com
230
231
- Update to 2.65
232
** Autoconf is now licensed under the GPLv3+.
233
** The manual is now shipped under the terms of the GNU FDL 1.3.
234
** config.status now provides a --config option to produce the configuration.
235
** Autoconf now requires GNU M4 1.4.6 or later. GNU M4 1.4.13 or
236
later is recommended.
237
** Autotest testsuites accept an option --jobs[=N] for parallel testing.
238
This feature is still in testing, and may not work on every
239
platform, help in improving it would be appreciated.
240
241
-------------------------------------------------------------------
242
Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de
243
244
- enable parallel building
245
246
-------------------------------------------------------------------
247
Fri Jul 17 23:24:43 CEST 2009 - dominique-obs@leuenberger.net
248
249
- Add autoconf-xfail-test27.patch
250
+ It skips test 27 ([autom4te preselections]) as it's an
251
incompatibility between autoconf 2.63 and automake 1.11
252
! This patch needs to be removed with autoconf 2.64 again !
253
254
-------------------------------------------------------------------
255
Wed Sep 10 09:59:08 CEST 2008 - schwab@suse.de
256
257
- Update to autoconf 2.63.
258
** AC_C_BIGENDIAN does not mistakenly report "universal" for some
259
bigendian hosts, a regression introduced with universal binary
260
support in 2.62.
261
** AC_PATH_X now includes /lib64 and /usr/lib64 in its list of default
262
library directories.
263
** AC_USE_SYSTEM_EXTENSIONS no longer conflicts with an external
264
AC_DEFINE([__EXTENSIONS__]). This fixes a regression introduced in
265
2.62 when using macros such as AC_AIX that were made obsolete in
266
favor of the more portable AC_USE_SYSTEM_EXTENSIONS.
267
** AC_CHECK_TARGET_TOOLS is usable in the non-cross-compile case.
268
** Newly obsolete macros
269
The following macro has been marked obsolete, since current porting
270
targets can safely assume C89 semantics that signal handlers return
271
void. We have no current plans to remove the macro.
272
AC_TYPE_SIGNAL
273
** The macros m4_map and m4_map_sep now ignore any list elements
274
consisting of just empty quotes, and m4_map_sep now expands its
275
separator. This fixes a regression in 2.62 when these macros were
276
first documented, for the sake of clients expecting the semantics
277
that these macros had prior to that time. The new macros m4_mapall
278
and m4_mapall_sep, along with extra quoting of the separator, can
279
be used to get the semantics that m4_map_sep had in 2.62.
280
** Clients of m4_expand, such as AS_HELP_STRING and AT_SETUP, can now
281
handle properly quoted but otherwise unbalanced parentheses (for
282
some macros, this fixes a regression in 2.62).
283
** Two new quadrigraphs have been introduced: @{:@ for (, and @:}@ for ),
284
allowing the output of unbalanced parentheses in more contexts.
285
** The following m4sugar macros are new:
286
m4_joinall m4_mapall m4_mapall_sep m4_reverse m4_set_add
287
m4_set_add_all m4_set_contains m4_set_contents m4_set_delete
288
m4_set_difference m4_set_dump m4_set_empty m4_set_foreach
289
m4_set_intersection m4_set_list m4_set_listc m4_set_remove
290
m4_set_size m4_set_union
291
** The following m4sugar macros now accept multiple arguments, as is the
292
case with underlying m4:
293
m4_defn m4_popdef m4_undefine
294
** The following m4sugar macros now guarantee linear scaling; they
295
previously had linear scaling with m4 1.6 but quadratic scaling
296
when using m4 1.4.x. All macros built on top of these also gain
297
the scaling improvements.
298
m4_bmatch m4_bpatsubsts m4_case m4_cond m4_do m4_dquote_elt
299
m4_foreach m4_join m4_list_cmp m4_map m4_map_sep m4_max
300
m4_min m4_shiftn
301
** AT_KEYWORDS once again performs expansion on its argument, such that
302
AT_KEYWORDS([m4_if([$1], [], [default])]) no longer complains about
303
the possibly unexpanded m4_if [regression introduced in 2.62].
304
** Config header templates `#undef UNDEFINED /* comment */' do not lead to
305
nested comments any more; regression introduced in 2.62.
306
307
-------------------------------------------------------------------
308
Thu Jul 17 16:11:10 CEST 2008 - schwab@suse.de
309
310
- Revert AC_C_BIGENDIAN change for now.
311
- Fix config header substitution.
312
313
-------------------------------------------------------------------
314
Wed Apr 9 10:32:41 CEST 2008 - schwab@suse.de
315
316
- Update to autoconf 2.62.
317
<http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff;f=NEWS;h=ef008867d725a89b743b20eeba97bec09e906fd6;hp=2a49e0feb1b4101bb5252fdd137992ec49f468fa>
318
319
-------------------------------------------------------------------
320
Mon Mar 10 14:43:21 CET 2008 - schwab@suse.de
321
322
- Fix spurious testsuite failure.
323
324
-------------------------------------------------------------------
325
Tue Feb 19 19:57:01 CET 2008 - schwab@suse.de
326
327
- Fix undefined behaviour in AC_FUNC_MKTIME test.
328
329
-------------------------------------------------------------------
330
Fri Jun 1 09:19:43 CEST 2007 - schwab@suse.de
331
332
- Relax m4 requirement to work around autobuild bug.
333
334
-------------------------------------------------------------------
335
Mon Apr 2 10:56:30 CEST 2007 - schwab@suse.de
336
337
- Fix spurious testsuite failure.
338
339
-------------------------------------------------------------------
340
Sun Mar 25 13:52:22 CEST 2007 - schwab@suse.de
341
342
- Display testsuite log on failure.
343
344
-------------------------------------------------------------------
345
Wed Dec 13 16:24:33 CET 2006 - schwab@suse.de
346
347
- Handle old style libltdl macros.
348
349
-------------------------------------------------------------------
350
Mon Dec 4 11:14:02 CET 2006 - schwab@suse.de
351
352
- Update to autoconf 2.61.
353
** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
354
** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
355
356
-------------------------------------------------------------------
357
Wed Aug 2 16:01:49 CEST 2006 - schwab@suse.de
358
359
- Split off autoconf-el.
360
361
-------------------------------------------------------------------
362
Thu Jul 20 13:21:09 CEST 2006 - schwab@suse.de
363
364
- Fix testsuite.
365
366
-------------------------------------------------------------------
367
Tue Jun 27 12:00:27 CEST 2006 - schwab@suse.de
368
369
- Update to autoconf 2.60, see
370
<http://cvs.savannah.gnu.org/viewcvs/autoconf/autoconf/NEWS?r1=1.388&r2=1.322>.
371
372
-------------------------------------------------------------------
373
Wed Jan 25 21:29:57 CET 2006 - mls@suse.de
374
375
- converted neededforbuild to BuildRequires
376
377
-------------------------------------------------------------------
378
Sat Jun 19 00:17:22 CEST 2004 - schwab@suse.de
379
380
- Require exact version of m4.
381
382
-------------------------------------------------------------------
383
Thu Nov 13 09:48:19 CET 2003 - schwab@suse.de
384
385
- Update to autoconf 2.59, incorporates last change.
386
387
-------------------------------------------------------------------
388
Mon Nov 10 13:14:02 CET 2003 - schwab@suse.de
389
390
- Fix abs_srcdir.
391
392
-------------------------------------------------------------------
393
Tue Nov 4 16:36:12 CET 2003 - schwab@suse.de
394
395
- Update to autoconf 2.58.
396
397
-------------------------------------------------------------------
398
Thu Sep 18 12:13:22 CEST 2003 - schwab@suse.de
399
400
- Downgrade flock failure to a warning [#26962].
401
402
-------------------------------------------------------------------
403
Mon Sep 8 12:46:13 CEST 2003 - schwab@suse.de
404
405
- Add patch to serialize access to autom4te cache file [#26962].
406
407
-------------------------------------------------------------------
408
Mon May 12 18:01:45 CEST 2003 - schwab@suse.de
409
410
- Add %defattr.
411
412
-------------------------------------------------------------------
413
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
414
415
- fix install_info --delete call and move from preun to postun
416
417
-------------------------------------------------------------------
418
Mon Apr 7 13:10:51 CEST 2003 - schwab@suse.de
419
420
- Only delete info entries when removing last version.
421
422
-------------------------------------------------------------------
423
Thu Feb 6 17:47:41 CET 2003 - schwab@suse.de
424
425
- Use %install_info.
426
427
-------------------------------------------------------------------
428
Thu Dec 5 13:51:31 CET 2002 - schwab@suse.de
429
430
- Update to autoconf 2.57.
431
* Bug fixes for problems with AIX linker, with freestanding C compilers,
432
with GNU m4 limitations, and with obsolete copies of GNU documents.
433
434
-------------------------------------------------------------------
435
Fri Nov 15 14:32:16 CET 2002 - schwab@suse.de
436
437
- Update to autoconf 2.56.
438
439
-------------------------------------------------------------------
440
Tue Jun 11 11:49:19 CEST 2002 - schwab@suse.de
441
442
- Fix missing info dir entries.
443
444
-------------------------------------------------------------------
445
Mon May 13 13:01:32 CEST 2002 - schwab@suse.de
446
447
- Fix invalid node name in docs [#16078].
448
449
-------------------------------------------------------------------
450
Fri Apr 12 15:22:51 CEST 2002 - schwab@suse.de
451
452
- Remove g77 from neededforbuild.
453
454
-------------------------------------------------------------------
455
Mon Apr 8 16:22:29 CEST 2002 - schwab@suse.de
456
457
- Run automake last in autoreconf.
458
459
-------------------------------------------------------------------
460
Sun Apr 7 17:35:03 CEST 2002 - schwab@suse.de
461
462
- Fix _AC_SRCPATHS.
463
464
-------------------------------------------------------------------
465
Thu Apr 4 13:38:33 CEST 2002 - schwab@suse.de
466
467
- Fix _AS_PATH_WALK.
468
469
-------------------------------------------------------------------
470
Tue Apr 2 20:11:34 CEST 2002 - schwab@suse.de
471
472
- Fix premature expansion in m4_bmatch.
473
474
-------------------------------------------------------------------
475
Sat Mar 30 19:43:29 CET 2002 - schwab@suse.de
476
477
- Handle libltdl in autoreconf.
478
- Run automake after aclocal in autoreconf.
479
480
-------------------------------------------------------------------
481
Fri Mar 15 12:04:53 CET 2002 - schwab@suse.de
482
483
- Handle gettext 0.11 in autoreconf.
484
485
-------------------------------------------------------------------
486
Sat Mar 9 01:10:32 CET 2002 - schwab@suse.de
487
488
- Update to autoconf 2.53.
489
490
-------------------------------------------------------------------
491
Sat Jul 21 20:53:00 CEST 2001 - schwab@suse.de
492
493
- Always set {host,build,target}_alias.
494
495
-------------------------------------------------------------------
496
Thu Jul 19 13:46:55 CEST 2001 - schwab@suse.de
497
498
- Update to autoconf 2.52.
499
500
-------------------------------------------------------------------
501
Mon Jun 11 20:57:31 CEST 2001 - olh@suse.de
502
503
- recognize ppc64
504
505
-------------------------------------------------------------------
506
Tue May 22 12:13:38 CEST 2001 - schwab@suse.de
507
508
- Update to autoconf 2.50.
509
- Add Buildroot.
510
511
-------------------------------------------------------------------
512
Fri Mar 23 13:22:25 CET 2001 - schwab@suse.de
513
514
- Add m4 as neededforbuild.
515
- Require m4 and gawk.
516
517
-------------------------------------------------------------------
518
Wed Mar 21 13:26:41 CET 2001 - schwab@suse.de
519
520
- Set F77 to g77 during `make check'.
521
522
-------------------------------------------------------------------
523
Wed Feb 21 11:05:40 CET 2001 - schwab@suse.de
524
525
- Fix AC_PROC_CXXCPP.
526
- Add %suse_update_config.
527
- Don't mark acconfig.h as %config.
528
- Run testsuite.
529
530
-------------------------------------------------------------------
531
Thu Jun 1 18:03:21 CEST 2000 - kukuk@suse.de
532
533
- Add more docu, fill out group tag
534
535
-------------------------------------------------------------------
536
Mon May 1 14:51:16 CEST 2000 - kukuk@suse.de
537
538
- Use infodir macro
539
540
-------------------------------------------------------------------
541
Fri Mar 24 17:07:19 CET 2000 - schwab@suse.de
542
543
- Fix conflicting declaration of exit.
544
545
-------------------------------------------------------------------
546
Tue Jan 18 19:33:38 CET 2000 - schwab@suse.de
547
548
- Undefine m4 macro `symbols' (new builtin in m4 1.4o).
549
550
-------------------------------------------------------------------
551
Mon Dec 6 09:41:30 CET 1999 - schwab@suse.de
552
553
- Discard output from `type -p'.
554
555
-------------------------------------------------------------------
556
Thu Dec 2 10:17:35 CET 1999 - schwab@suse.de
557
558
- Make sure tempfiles are always removed.
559
- Fix some quoting bugs in shell scripts.
560
561
-------------------------------------------------------------------
562
Thu Nov 4 17:00:19 CET 1999 - ro@suse.de
563
564
- fixed for alphaev6
565
566
-------------------------------------------------------------------
567
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
568
569
- ran old prepare_spec on spec file to switch to new prepare_spec.
570
571
-------------------------------------------------------------------
572
Wed Aug 25 16:23:32 MEST 1999 - kukuk@suse.de
573
574
- Specfile cleanup
575
576
-------------------------------------------------------------------
577
Fri Jan 15 14:02:28 MET 1999 - ro@suse.de
578
579
- update to 2.13
580
581
-------------------------------------------------------------------
582
Thu Jul 23 14:57:39 MET DST 1998 - werner@suse.de
583
584
- Make auto*.sh more secure and use mktemp if avaliable
585
586
-------------------------------------------------------------------
587
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de
588
589
590
- update to version 2.12
591
592
593