Re: RFE: Restricting a package to a particular automake version

2003-11-26 Thread Akim Demaille
> Hi, > With the release of automake-1.8 ahead, a request for enhancement: > automake-1.8 probably will be incompatible to automake-1.7 > Up to now I have encountered 2 incompatiblities: > * The generating info files in $srcdir issue. > * aclocal complaining about underquoting in custom m

Re: RFE: Restricting a package to a particular automake version

2003-11-26 Thread Ralf Corsepius
On Wed, 2003-11-26 at 09:29, Akim Demaille wrote: > > Hi, > > With the release of automake-1.8 ahead, a request for enhancement: > > > automake-1.8 probably will be incompatible to automake-1.7 > > > Up to now I have encountered 2 incompatiblities: > > * The generating info files in $srcdir

Re: RFE: Restricting a package to a particular automake version

2003-11-26 Thread Akim Demaille
> When having several dozens of configure.ac's in source tree and even > more custom aclocal macros, causing 100's of warnings, you may relate > why I don't share your opinion. perl -pi.bak -e 's/(AC_DEFUN\()(\w+\),/$1[$2],g' **/*.{ac,m4} should make it!

Tekbul internet Rehberi - iyi bayramlar.!

2003-11-26 Thread Tekbul Duyurular
Tüm islam aleminin Ramazan bayrami kutlu olsun.! Beraber nice bayramlara ... TEKBUL.COM Administrator http://www.tekbul.com --- Tekbul internet Rehberi

Re: automake 1.7d feedback

2003-11-26 Thread Bruno Haible
Alexandre Duret-Lutz wrote: > 3) automake is not yet able to distinguish rule with commands from > rule without commands (no kidding) ok, then I understand why it can't be fixed before automake-1.8... Thanks for adding the warning in the NEWS file and in the documentation. > 2) this behavi

Re: bootstrapping CVS libtool

2003-11-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | On Tue, 2003-11-25 at 13:27, Gary V. Vaughan wrote: | | |>Scott James Remnant wrote: |>| The gotcha is that for some reason aclocal pulls in both m4/libtool.m4 |>| AND /usr/share/aclocal/libtool.m4 into aclocal.m4 and puts t

Re: 'ccache gcc' as compiler with libtool

2003-11-26 Thread Earnie Boyd
So, you need to #! /bin/sh ccache g++ "$@" Make sure ~/bin is in PATH and use cg++ to execute. Earnie. Vincent Caron wrote: Hello, I'm running automake 1.7.9 as packaged in Sid, and having trouble using 'cache gcc' as compiler. I get this error : /bin/sh ../libtool --mode=link ccache g++

Re: 'ccache gcc' as compiler with libtool

2003-11-26 Thread Vincent Caron
Earnie Boyd wrote: So, you need to #! /bin/sh ccache g++ "$@" I have an autoconf macro detecting ccache, so I could indeed generate such a file on the fly. However, as a maintainer, I find it easier to request developers to have up-to-date autotools rather than keeping another 'permanent te

Re: 'ccache gcc' as compiler with libtool

2003-11-26 Thread Bob Friesenhahn
On a related note, I learned yesterday that I can bend Automake to my will by adding this to Makefile.am: LIBTOOL = @LIBTOOL@ $(LIBTOOL_TAG) and then externally pass a tag option like make CXX='foo' LIBTOOL_TAG='--tag=CXX' I believe that Automake would be more robust with Libtool 1.5 and la

Re: 'ccache gcc' as compiler with libtool

2003-11-26 Thread Bob Friesenhahn
On Wed, 26 Nov 2003, Earnie Boyd wrote: > So, you need to > > > #! /bin/sh > ccache g++ "$@" > > > Make sure ~/bin is in PATH and use cg++ to execute. This approach does not work with libtool 1.5 and later unless this script is specified as CXX for configure. Sometimes configuring using the al

Re: bootstrapping CVS libtool

2003-11-26 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | On Wed, 2003-11-26 at 11:41, Gary V. Vaughan wrote: |>libtool.m4 will be slowly crushed under the weight of its old releases. | | It stops us changing our AC_DEFUNs to m4_defines, yes. It wouldn't stop | us removing old mac

SUBDIRs and slashes

2003-11-26 Thread Marty Leisner
In recursive subsystems, some follow the rule "1 Makefile per directory" I like to follow that rule when the Makefile does things besides recurse. We have an architecture where each subdirectory has source and include -- i.e. foo/source foo/include I had to put a makefile in foo which j

WINNING NOTIFICATION

2003-11-26 Thread primitiva la lottery
LOTTERY LA PRIMITIVA. C/BUSMAN EL BUENO,137 MADRID - ESPANA. TEL: +34-686-369-329 FAX:-+34-665 048 681. FROM: THE DESK OF THE PROMOTIONS MANAGER, INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT, REF: LP/26510460037/03 BATCH: 24/00319/IPD DEAR SIR, RE: AWARD NO

Advertise your book on 270 radio stations Nationwide!

2003-11-26 Thread Bookman Publishing
Bookman Marketing now offers Nationwide radio advertising for Authors. The two-minute book ads will run on each of the 270 stations, reaching an audience of millions. If you would like more information on our unique services, reply or call: Brien Jones Author Consultant (800) 342-6068 Phone (76

Re: Automake 1.7f uploaded (third beta for Automake 1.8)

2003-11-26 Thread Alexandre Duret-Lutz
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> This is the third beta release of the next version of Automake (1.8). Sorry I messed with the URLs. The release is 1.7f, not 1.7e. Here are the corrected URL. ftp://alpha.gnu.org/gnu/automake/automake-1.7f.tar.gz ftp://alpha.gn