Changelog for
autoconf-2.65-13.6.noarch.rpm :
Mon May 31 14:00:00 2010 cooloAATTnovell.com
- add empty install section
Fri May 28 14:00:00 2010 cooloAATTnovell.com
- split out test suite that takes 95% of the build time
Wed Feb 17 13:00:00 2010 poletti.marcoAATTgmail.com
- Update to 2.65
*
* Autoconf is now licensed under the GPLv3+.
*
* The manual is now shipped under the terms of the GNU FDL 1.3.
*
* config.status now provides a --config option to produce the configuration.
*
* Autoconf now requires GNU M4 1.4.6 or later. GNU M4 1.4.13 or
later is recommended.
*
* Autotest testsuites accept an option --jobs[=N] for parallel testing.
This feature is still in testing, and may not work on every
platform, help in improving it would be appreciated.
Sun Dec 6 13:00:00 2009 jengelhAATTmedozas.de
- enable parallel building
Fri Jul 17 14:00:00 2009 dominique-obsAATTleuenberger.net
- Add autoconf-xfail-test27.patch
+ It skips test 27 ([autom4te preselections]) as it\'s an
incompatibility between autoconf 2.63 and automake 1.11
! This patch needs to be removed with autoconf 2.64 again !
Wed Sep 10 14:00:00 2008 schwabAATTsuse.de
- Update to autoconf 2.63.
*
* AC_C_BIGENDIAN does not mistakenly report \"universal\" for some
bigendian hosts, a regression introduced with universal binary
support in 2.62.
*
* AC_PATH_X now includes /lib64 and /usr/lib64 in its list of default
library directories.
*
* AC_USE_SYSTEM_EXTENSIONS no longer conflicts with an external
AC_DEFINE([__EXTENSIONS__]). This fixes a regression introduced in
2.62 when using macros such as AC_AIX that were made obsolete in
favor of the more portable AC_USE_SYSTEM_EXTENSIONS.
*
* AC_CHECK_TARGET_TOOLS is usable in the non-cross-compile case.
*
* Newly obsolete macros
The following macro has been marked obsolete, since current porting
targets can safely assume C89 semantics that signal handlers return
void. We have no current plans to remove the macro.
AC_TYPE_SIGNAL
*
* The macros m4_map and m4_map_sep now ignore any list elements
consisting of just empty quotes, and m4_map_sep now expands its
separator. This fixes a regression in 2.62 when these macros were
first documented, for the sake of clients expecting the semantics
that these macros had prior to that time. The new macros m4_mapall
and m4_mapall_sep, along with extra quoting of the separator, can
be used to get the semantics that m4_map_sep had in 2.62.
*
* Clients of m4_expand, such as AS_HELP_STRING and AT_SETUP, can now
handle properly quoted but otherwise unbalanced parentheses (for
some macros, this fixes a regression in 2.62).
*
* Two new quadrigraphs have been introduced: AATT{:AATT for (, and AATT:}AATT for ),
allowing the output of unbalanced parentheses in more contexts.
*
* The following m4sugar macros are new:
m4_joinall m4_mapall m4_mapall_sep m4_reverse m4_set_add
m4_set_add_all m4_set_contains m4_set_contents m4_set_delete
m4_set_difference m4_set_dump m4_set_empty m4_set_foreach
m4_set_intersection m4_set_list m4_set_listc m4_set_remove
m4_set_size m4_set_union
*
* The following m4sugar macros now accept multiple arguments, as is the
case with underlying m4:
m4_defn m4_popdef m4_undefine
*
* The following m4sugar macros now guarantee linear scaling; they
previously had linear scaling with m4 1.6 but quadratic scaling
when using m4 1.4.x. All macros built on top of these also gain
the scaling improvements.
m4_bmatch m4_bpatsubsts m4_case m4_cond m4_do m4_dquote_elt
m4_foreach m4_join m4_list_cmp m4_map m4_map_sep m4_max
m4_min m4_shiftn
*
* AT_KEYWORDS once again performs expansion on its argument, such that
AT_KEYWORDS([m4_if([$1], [], [default])]) no longer complains about
the possibly unexpanded m4_if [regression introduced in 2.62].
*
* Config header templates `#undef UNDEFINED /
* comment
*/\' do not lead to
nested comments any more; regression introduced in 2.62.
Thu Jul 17 14:00:00 2008 schwabAATTsuse.de
- Revert AC_C_BIGENDIAN change for now.
- Fix config header substitution.
Wed Apr 9 14:00:00 2008 schwabAATTsuse.de
- Update to autoconf 2.62.
Mon Mar 10 13:00:00 2008 schwabAATTsuse.de
- Fix spurious testsuite failure.
Tue Feb 19 13:00:00 2008 schwabAATTsuse.de
- Fix undefined behaviour in AC_FUNC_MKTIME test.
Fri Jun 1 14:00:00 2007 schwabAATTsuse.de
- Relax m4 requirement to work around autobuild bug.
Mon Apr 2 14:00:00 2007 schwabAATTsuse.de
- Fix spurious testsuite failure.
Sun Mar 25 14:00:00 2007 schwabAATTsuse.de
- Display testsuite log on failure.
Wed Dec 13 13:00:00 2006 schwabAATTsuse.de
- Handle old style libltdl macros.
Mon Dec 4 13:00:00 2006 schwabAATTsuse.de
- Update to autoconf 2.61.
*
* New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
*
* AC_ARG_ENABLE and AC_ARG_WITH now allow \'.\' in feature and package names.
Wed Aug 2 14:00:00 2006 schwabAATTsuse.de
- Split off autoconf-el.
Thu Jul 20 14:00:00 2006 schwabAATTsuse.de
- Fix testsuite.
Tue Jun 27 14:00:00 2006 schwabAATTsuse.de
- Update to autoconf 2.60, see
.
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Fri Jun 18 14:00:00 2004 schwabAATTsuse.de
- Require exact version of m4.
Thu Nov 13 13:00:00 2003 schwabAATTsuse.de
- Update to autoconf 2.59, incorporates last change.
Mon Nov 10 13:00:00 2003 schwabAATTsuse.de
- Fix abs_srcdir.
Tue Nov 4 13:00:00 2003 schwabAATTsuse.de
- Update to autoconf 2.58.
Thu Sep 18 14:00:00 2003 schwabAATTsuse.de
- Downgrade flock failure to a warning [#26962].
Mon Sep 8 14:00:00 2003 schwabAATTsuse.de
- Add patch to serialize access to autom4te cache file [#26962].
Mon May 12 14:00:00 2003 schwabAATTsuse.de
- Add %defattr.
Thu Apr 24 14:00:00 2003 roAATTsuse.de
- fix install_info --delete call and move from preun to postun
Mon Apr 7 14:00:00 2003 schwabAATTsuse.de
- Only delete info entries when removing last version.
Thu Feb 6 13:00:00 2003 schwabAATTsuse.de
- Use %install_info.
Thu Dec 5 13:00:00 2002 schwabAATTsuse.de
- Update to autoconf 2.57.
* Bug fixes for problems with AIX linker, with freestanding C compilers,
with GNU m4 limitations, and with obsolete copies of GNU documents.
Fri Nov 15 13:00:00 2002 schwabAATTsuse.de
- Update to autoconf 2.56.
Tue Jun 11 14:00:00 2002 schwabAATTsuse.de
- Fix missing info dir entries.
Mon May 13 14:00:00 2002 schwabAATTsuse.de
- Fix invalid node name in docs [#16078].
Fri Apr 12 14:00:00 2002 schwabAATTsuse.de
- Remove g77 from neededforbuild.
Mon Apr 8 14:00:00 2002 schwabAATTsuse.de
- Run automake last in autoreconf.
Sun Apr 7 14:00:00 2002 schwabAATTsuse.de
- Fix _AC_SRCPATHS.
Thu Apr 4 14:00:00 2002 schwabAATTsuse.de
- Fix _AS_PATH_WALK.
Tue Apr 2 14:00:00 2002 schwabAATTsuse.de
- Fix premature expansion in m4_bmatch.
Sat Mar 30 13:00:00 2002 schwabAATTsuse.de
- Handle libltdl in autoreconf.
- Run automake after aclocal in autoreconf.
Fri Mar 15 13:00:00 2002 schwabAATTsuse.de
- Handle gettext 0.11 in autoreconf.
Sat Mar 9 13:00:00 2002 schwabAATTsuse.de
- Update to autoconf 2.53.
Sat Jul 21 14:00:00 2001 schwabAATTsuse.de
- Always set {host,build,target}_alias.
Thu Jul 19 14:00:00 2001 schwabAATTsuse.de
- Update to autoconf 2.52.
Mon Jun 11 14:00:00 2001 olhAATTsuse.de
- recognize ppc64
Tue May 22 14:00:00 2001 schwabAATTsuse.de
- Update to autoconf 2.50.
- Add Buildroot.
Fri Mar 23 13:00:00 2001 schwabAATTsuse.de
- Add m4 as neededforbuild.
- Require m4 and gawk.
Wed Mar 21 13:00:00 2001 schwabAATTsuse.de
- Set F77 to g77 during `make check\'.
Wed Feb 21 13:00:00 2001 schwabAATTsuse.de
- Fix AC_PROC_CXXCPP.
- Add %suse_update_config.
- Don\'t mark acconfig.h as %config.
- Run testsuite.
Thu Jun 1 14:00:00 2000 kukukAATTsuse.de
- Add more docu, fill out group tag
Mon May 1 14:00:00 2000 kukukAATTsuse.de
- Use infodir macro
Fri Mar 24 13:00:00 2000 schwabAATTsuse.de
- Fix conflicting declaration of exit.
Tue Jan 18 13:00:00 2000 schwabAATTsuse.de
- Undefine m4 macro `symbols\' (new builtin in m4 1.4o).
Mon Dec 6 13:00:00 1999 schwabAATTsuse.de
- Discard output from `type -p\'.
Thu Dec 2 13:00:00 1999 schwabAATTsuse.de
- Make sure tempfiles are always removed.
- Fix some quoting bugs in shell scripts.
Thu Nov 4 13:00:00 1999 roAATTsuse.de
- fixed for alphaev6
Mon Sep 13 14:00:00 1999 bsAATTsuse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
Wed Aug 25 14:00:00 1999 kukukAATTsuse.de
- Specfile cleanup
Fri Jan 15 13:00:00 1999 roAATTsuse.de
- update to 2.13
Thu Jul 23 14:00:00 1998 wernerAATTsuse.de
- Make auto
*.sh more secure and use mktemp if avaliable
Wed Jan 22 13:00:00 1997 florianAATTsuse.de
- update to version 2.12