This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ANNOUNCEMENT] Updated: automake-devel-1.7.1-1


Version 1.7.1-1 of the automake-devel package is now available.  It 
contains GNU automake-1.7.1 installed into /usr/autotool/devel.

Changes from 1.6.2-1:
o updated to official 1.7.1 release
o requires autoconf-2.54 or newer
o no testsuite regressions (that is, any test that existed in 1.6.2
   and was passed then, is still passed now in 1.7.1
o Continued test failures (failed in both 1.6.2 and 1.7.1)
       subobj9
o New tests in 1.7.1 that we fail
       gnits2
       gnits3

Summary: 3 failures + 3 skips out of 428 tests.  Good, no?

See NOTES section, below.

--
Chuck Wilson

To update your installation, click on the "Install Cygwin now" link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Save it and run setup, answer the questions and pick
up 'automake-devel' from the 'Devel' category.

Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need
to find a mirror which has this update.

In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/
is a reliable high bandwidth connection.

In Japan, ftp://ftp.u-aizu.ac.jp/pub/gnu/gnu-win32/ is already
updated.

In DK, http://mirrors.sunsite.dk/cygwin/ is usually up-to-date.

If one of the above doesn't have the latest version of this package
you can either wait for the site to be updated or find another
mirror.

Please  send questions or comments to the Cygwin mailing list at:
cygwin@sources.redhat.com .  If you want to subscribe go to:
http://cygwin.com/lists.html I would appreciate if you would use
this mailing list rather than emailing me directly.  This includes
ideas and comments about the setup utility or Cygwin in general.

If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.

                 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

To unsubscribe to the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message. Send
email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-YOU=YOURDOMAIN.COM@cygwin.com

NOTES:

New in 1.7.1:
Bugs fixed in 1.7.1:
* Honor `ansi2knr' for files built in subdirectories, or using
   per-targets flags.
* Aclocal should now recognize macro names containing parentheses, e.g.
   AC_DEFUN([AC_LANG_PREPROC(Fortran 90)], [...]).
* Erase *.sum and *.log files created by DejaGnu, during `make
   distclean'. (Debian Bug#153697)
* Install Python files even if they were built.  (PR/369)
* Have stamp-vti dependent upon configure instead of configure.ac, as
   the version might not be defined in the latter. (PR/358)
* Reorder arguments passed to a couple of commands, so things works
   when POSIXLY_CORRECT=1.
* Fix a regex that can cause Perl to segfault on large input.
   (Debian Bug#162583)
* Fix distribution of packages that have some sources defined
   conditionally, as in the `Conditional compilation using Automake
   conditionals' example of the manual.
* Fix spurious test suite failures on IRIX.
* Don't report a required variable as undefined if it has been
   defined conditionally for the "right" conditions.
* Fix cleaning of the /tmp subdirectory used by `make distcheck', in
   case `make distcheck' fails.
* Fix distribution of included Makefile fragment, so we don't create
   spurious directories in the distribution. (PR/366)
* Don't complain that a target lacks `.$(EXEEXT)' when it has it.

New in 1.7:
* Autoconf 2.54 is required.
* `aclocal' and `automake' will no longer warn about obsolete
   configure macros.  This is done by `autoconf -Wobsolete'.
* AM_CONFIG_HEADER, AM_SYS_POSIX_TERMIOS and
   AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL are obsolete (although still
   supported).  You should use AC_CONFIG_HEADERS, AC_SYS_POSIX_TERMIOS,
   and AC_HEADER_TIOCGWINSZ instead.  `autoupdate' can upgrade
   `configure.ac' for you.
* Support for per-program and per-library `_CPPFLAGS'.
* New `ctags' target (builds CTAGS files).
* Support for -Wmumble and -Wno-mumble, where mumble is a warning
   category (see `automake --help' or the manual for a list of them).
* Honor the WARNINGS environment variable.
* Omit the call to depcomp when using gcc3: call the compiler directly.
* A new option, std-options, tests that programs support --help and
   --version when `make installcheck' is run.  This is enabled by
   --gnits.
* Texinfo rules now support the `ps' and `pdf' targets.
* Info files are now created in the build directory, not the source
   directory.
* info_TEXINFOS supports files in subdirectories (this requires Texinfo
   4.1 or greater).
* `make distcheck' will enforce DESTDIR support by attempting
   a DESTDIR install.
* `+=' can be used in conditionals, even if the augmented variable
   was defined for another condition.
* Makefile fragments (inserted with `include') are always distributed.
* Use Autoconf's --trace interface to inspect configure.ac and get
   a more accurate view of it.
* Add support for extending aclocal's default macro search path
   using a `dirlist' file within the aclocal directory.
* automake --output-dir is deprecated.
* The part of the distcheck target that checks whether uninstall
   actually removes all installed files has been moved in a separate
   target, distuninstallcheck, so it can be overridden easily.
* Many bug fixes.

---------------------------------------------------

Test failures:

subobj9
   This is due to the 'cp -p' bug in fileutils. Check the cygwin mailing 
list archives for May 2002 for more info.

gnits2 -- reported to automake list; no response
gnits3 -- ditto



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]