[4425] in linux-announce channel archive
Linux-Announce Digest #717
daemon@ATHENA.MIT.EDU (Digestifier)
Wed Mar 24 05:14:06 2004
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date: Wed, 24 Mar 2004 05:13:14 EST
Linux-Announce Digest #717, Volume #4 Wed, 24 Mar 2004 05:13:14 EST
Contents:
[SLUG] Suncoast LUG Meetings (Paul M Foster)
Automake 1.8.3 ("Frederick Noronha (FN)")
----------------------------------------------------------------------------
From: Paul M Foster <paulf@quillandmouse.com>
Subject: [SLUG] Suncoast LUG Meetings
Date: Tue, 23 Mar 2004 20:50:10 CST
*************************************
* Suncoast Linux Users Group (SLUG) *
* Meeting Schedule *
*************************************
ST PETERSBURG ********************************************
29 March 19:00-21:00 St Petersburg
(usually last Monday of each month)
***** MOVIE SHOWING: "REVOLUTION OS" *****
St Petersburg Public Library, Main Branch
Auditorium
3745 Ninth Ave North
St Petersburg, FL 33713
727-893-7724
See http://www.suncoastlug.org/meetings.html#stpete for directions.
BRANDON **************************************************
1 April 20:00-22:00 Brandon
(first Thursday of each month)
Brandon Barnes & Noble
Brandon Town Center
Brandon, FL
See http://www.suncoastlug.org/meetings.html#Brandon for directions.
NEW PORT RICHEY ******************************************
3 April 13:00-15:00 New Port Richey
(first Saturday of each month)
New Port Richey Public Library
(second level meeting rooms)
5939 Main St.
New Port Richey, FL
See http://www.suncoastlug.org/meetings.html#npr for directions.
DUNEDIN **************************************************
10 April 10:00-12:00 Dunedin
(usually fourth Saturday of each month)
Dunedin Public Library,
223 Douglas Ave.,
Community Room B.
Dunedin, FL
See http://www.suncoastlug.org/meetings.html#dunedin for directions.
TAMPA ****************************************************
14 April 19:00-21:00 Tampa
(second Wednesday of each month)
Student Services Bldg, Room 108 (note change of room)
(to the northeast of the Technology Bldg)
Hillsborough Community College
Dale Mabry Campus
4001 Tampa Bay Blvd
Tampa, FL
See http://www.hccfl.edu/pollock/Docs/DM-Map.htm for directions.
SARASOTA/BRADENTON ***************************************
21 April 18:00-21:00 Sarasota
(third Wednesday of each month)
Honeywell
8323 Lindbergh Court
Sarasota, FL
See http://www.bish.net/directions/
***********************************************************
ACTIVITIES:
Meetings include:
1) Presentation: As indicated.
2) Question & Answer Session.
3) Raffle and free stuff!
Bring your boxes, questions, problems, and plenty of good cheer!
(And don't forget to start your installs early!)
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
Date: Wed, 24 Mar 2004 03:33:07 CST
From: "Frederick Noronha (FN)" <fred@bytesforall.org>
Subject: Automake 1.8.3
>From adl@gnu.org Wed Mar 24 12:15:13 2004
We're pleased to announce that Automake 1.8.3 was released two
weeks ago.
Automake is a tool for automatically generating `Makefile.in's
suitable for use with Autoconf, compliant with the GNU Makefile
standards, and portable to various make implementations.
This is a bug fix release. The list of bug fixes is appended below.
You can find the new release here:
ftp://ftp.gnu.org/gnu/automake/automake-1.8.3.tar.gz
ftp://ftp.gnu.org/gnu/automake/automake-1.8.3.tar.gz.sig
ftp://ftp.gnu.org/gnu/automake/automake-1.8.3.tar.bz2
ftp://ftp.gnu.org/gnu/automake/automake-1.8.3.tar.bz2.sig
ftp://sources.redhat.com/pub/automake/automake-1.8.3.tar.gz
ftp://sources.redhat.com/pub/automake/automake-1.8.3.tar.gz.sig
ftp://sources.redhat.com/pub/automake/automake-1.8.3.tar.bz2
ftp://sources.redhat.com/pub/automake/automake-1.8.3.tar.bz2.sig
Soon it will also appear on the sources and GNU mirrors listed here:
http://www.gnu.org/order/ftp.html
http://sources.redhat.com/mirrors.html
Here are the MD5 sums:
5e8a685a304c0def671decdfe453a631 automake-1.8.3.tar.bz2
8821f75404a6f45d230ee73420dd177e automake-1.8.3.tar.gz
Please report bugs to <bug-automake@gnu.org>.
Bugs fixed in 1.8.3:
* Long standing bugs:
- Quote filenames in installation rules, in case $DESTDIR, $prefix,
or any of the other *dir variables contain a space.
Please note that Automake does not and cannot support spaces in
filenames that are involved during the build. This change affects
only installation paths, so that `make install' does not bomb out
in packages configured with
./configure --prefix '/c/Program Files'
- Fix the depfiles output so it works with GNU sed (<4.1) even when
POSIXLY_CORRECT is set.
- Do not AC_SUBST(LIBOBJS) in AM_WITH_REGEX. This macro was unusable
since Autoconf 2.54, which defines LIBOBJS itself.
- Fix a potential (but unlikely) race condition in parallel elisp
builds. (Introduced in 1.7.3.)
- Do not assume that users override _DEPENDENCIES in all conditions
where Automake will try to define them.
- Do not use `mkdir -p' in mkinstalldirs, unless this is GNU mkdir.
Solaris 8's `mkdir -p' is not thread-safe and can break parallel
builds.
This fix also affects the $(mkdir_p) variable defined since
Automake 1.8. It will be set to `mkdir -p' only if mkdir is GNU
mkdir, and to `mkinstalldirs' or `install-sh -d' otherwise.
- Secure temporary directory creation in `make distcheck'. (PR/413)
- Do not generate two build rules for `parser.h' when the
parser appears in two different conditionals.
- Work around a Solaris 8 /bin/sh bug in the test for dependency
checking. Usually ./configure will not pick this shell; so this
fix only helps cases where the shell is forced to /bin/sh.
* Bugs introduced by 1.8:
- In some situations (hand-written `m4_include's), aclocal would
call the `File::Spec->rel2abs' method, which was only introduced
in Perl 5.6. This new version reestablish support Perl 5.005.
It is likely that the next major Automake releases will require at
least Perl 5.6. Consider upgrading your development environment
if you are still using the five-year-old Perl 5.005.
- Automake would sometimes fail to define rules for targets listed
in variables defined in multiple conditions. For instance on
if C1
bin_PROGRAMS = a
else
bin_PROGRAMS = b
endif
it would define only the `a.$(OBJEXT): a.c' rule and omit the
`b.$(OBJEXT): b.c' rule.
* New sections in manual:
- Third-Party Makefiles: how to interface third party Makefiles.
- Upgrading: upgrading packages to newer Automake versions.
- Multiple Outputs: handling tools that produce many outputs.
[ Part 1.2, Application/PGP-SIGNATURE 194bytes. ]
[ Unable to print this part. ]
[ Part 2: "Attached Text" ]
_______________________________________________
GNU Announcement mailing list <info-gnu@gnu.org>
http://mail.gnu.org/mailman/listinfo/info-gnu
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU
You can submit announcements to be moderated via:
Internet: linux-announce@NEWS.ORNL.GOV
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Announce Digest
******************************