Re: Automake 1.7 released

2002-09-26 Thread Alexandre Duret-Lutz

 Eric == Eric Dorland [EMAIL PROTECTED] writes:

 Eric Is this version backwards compatible with 1.6? Or will it break on
 Eric some Makefile.am's that worked with automake 1.6? 

The day we receive such a bug report we can answer this
question.  Otherwise we will never know...

 Eric Just wanting to know if i'll need to make an automake1.7
 Eric package in debian.

Since both versions can be installed alongside I suggest you keep
both packages until the dust settle down.

(I haven't followed Debian's lists recently.  What's up with the
plan of changing all packages to depend on an explicit automake
version, so that `automake' can become the latest release?)

-- 
Alexandre Duret-Lutz






Re: Automake 1.7 released

2002-09-26 Thread Eric Dorland


--h31gzZEtNLTqOjlF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Alexandre Duret-Lutz ([EMAIL PROTECTED]) wrote:
  Eric =3D=3D Eric Dorland [EMAIL PROTECTED] writes:
=20
  Eric Is this version backwards compatible with 1.6? Or will it break on
  Eric some Makefile.am's that worked with automake 1.6?=20
=20
 The day we receive such a bug report we can answer this
 question.  Otherwise we will never know...
=20
  Eric Just wanting to know if i'll need to make an automake1.7
  Eric package in debian.
=20
 Since both versions can be installed alongside I suggest you keep
 both packages until the dust settle down.
=20
 (I haven't followed Debian's lists recently.  What's up with the
 plan of changing all packages to depend on an explicit automake
 version, so that `automake' can become the latest release?)

I still need to figure out all the packages that build-depend on
automake incorrectly, and file bugs on them. I'm not sure I will ever
make the latest release of automake in the package named automake,
since if something similar to the 1.4-1.5 transition happens again,
people will be pissed off. But I hope to have all the automake
packages Provides: automake so that people can depend on automake if
they need just some version of it. =20

--=20
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+=20
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+=20
G e h! r- y+=20
--END GEEK CODE BLOCK--

--h31gzZEtNLTqOjlF
Content-Type: application/pgp-signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9k4LpYemOzxbZcMYRAhJvAJ9dbI9UfC79hrc0cHIf5t5MefgqAQCeJe5p
FZFCPfPOLfiP44ZA0urC7rM=
=9zMI
-END PGP SIGNATURE-

--h31gzZEtNLTqOjlF--





Re: Automake 1.7 released

2002-09-25 Thread Eric Dorland


--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Great Alexandre :)

Is this version backwards compatible with 1.6? Or will it break on
some Makefile.am's that worked with automake 1.6? Just wanting to know
if i'll need to make an automake1.7 package in debian.

* Alexandre Duret-Lutz ([EMAIL PROTECTED]) wrote:
 We're pleased to announce the release of Automake 1.7.  This release
 contains many bug fixes and improvements.  The NEWS entry is appended.
=20
 You can find the new release here:
=20
 ftp://sources.redhat.com/pub/automake/automake-1.7.tar.gz
 ftp://sources.redhat.com/pub/automake/automake-1.7.tar.bz2
 ftp://ftp.gnu.org/gnu/automake/automake-1.7.tar.gz
 ftp://ftp.gnu.org/gnu/automake/automake-1.7.tar.bz2
=20
 (Note that the files might not be already available at ftp.gnu.org by
 the time you read this.)
=20
 Soon it will also appear on the sources and GNU mirrors.
 Follow these links for a list of them:
=20
 http://sources.redhat.com/mirrors.html
 http://www.gnu.org/order/ftp.html
=20
 Please report bugs by mail to [EMAIL PROTECTED], or (preferred)
 at http://sources.redhat.com/cgi-bin/gnatsweb.pl?database=3Dautomake
=20
  - Akim, Alexandre, and Tom
=20
 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 --ver=
sion
   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 direc=
tory.
 * info_TEXINFOS supports files in subdirectories (this requires Texinfo 4=
.1
   or greater).
 * `make distcheck' will enforce DESTDIR support by attempting
   a DESTDIR install.
 * `+=3D' 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.
=20
=20
=20

--=20
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+=20
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+=20
G e h! r- y+=20
--END GEEK CODE BLOCK--

--ReaqsoxgOBHFXBhH
Content-Type: application/pgp-signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9kijoYemOzxbZcMYRAn9NAJ9Qi2dAOqf4QDefPKZD4hkWDVkJ7wCgtyJa
oWWGvf3v7VKk0WEvpY7fDTY=
=p5Xw
-END PGP SIGNATURE-

--ReaqsoxgOBHFXBhH--





Automake 1.7 released

2002-09-25 Thread Alexandre Duret-Lutz

We're pleased to announce the release of Automake 1.7.  This release
contains many bug fixes and improvements.  The NEWS entry is appended.

You can find the new release here:

ftp://sources.redhat.com/pub/automake/automake-1.7.tar.gz
ftp://sources.redhat.com/pub/automake/automake-1.7.tar.bz2
ftp://ftp.gnu.org/gnu/automake/automake-1.7.tar.gz
ftp://ftp.gnu.org/gnu/automake/automake-1.7.tar.bz2

(Note that the files might not be already available at ftp.gnu.org by
the time you read this.)

Soon it will also appear on the sources and GNU mirrors.
Follow these links for a list of them:

http://sources.redhat.com/mirrors.html
http://www.gnu.org/order/ftp.html

Please report bugs by mail to [EMAIL PROTECTED], or (preferred)
at http://sources.redhat.com/cgi-bin/gnatsweb.pl?database=automake

 - Akim, Alexandre, and Tom

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.