Re: depcomp: support newer HP compilers

2006-01-03 Thread Zack Weinberg
On Tue, Jan 03, 2006 at 01:01:52PM +0100, Ralf Wildenhues wrote: Hi Zack, Alexandre, Sorry for a very late comment to this old thread; I now have access to such a system. For myself, I have moved on and no longer have access to any HP systems, but it is good to hear that someone is following

Re: depcomp: support newer HP compilers

2006-01-03 Thread Stepan Kasal
Hello, On Tue, Jan 03, 2006 at 11:43:32PM -0500, Zack Weinberg wrote: [...] I had thought, though, that the proprietary Unix vendors froze the utilities in /bin and /usr/bin in a pre-SuS state, [...] actually, I always thought that only Solaris has this problem. Yes, other proprieatar Unices

Distributing directory with software

2006-01-03 Thread Paulo Jorge Matos
Hi all, I wish to distribute a directory with a lot of subdirectories with my project. I have: project - bench - src the src is being distributed already since it contains sources but the bench directory contains a bunch of text files which should be distributed. bench has a lot of

Re: How to make a 'pthread' program ?

2006-01-03 Thread steven woody
On 1/3/06, Bob Friesenhahn [EMAIL PROTECTED] wrote: On Tue, 3 Jan 2006, Steven Woody wrote: on linux, simplly adding a '-pthread' option to the command line gcc, i can make a multi-thread c program. but if using automake, i only got many undefined reference to pthread_xxx errors. i've

Re: Distributing directory with software

2006-01-03 Thread Stepan Kasal
Hello, On Tue, Jan 03, 2006 at 10:12:04AM +, Paulo Jorge Matos wrote: [...] How can I say, distribute all the directory including subdirs. Quoting the Automake manual, node Dist: You can also mention a directory in `EXTRA_DIST'; in this case the entire directory will be recursively

Re: Distributing directory with software

2006-01-03 Thread Tim Van Holder
Paulo Jorge Matos wrote: Hi all, I wish to distribute a directory with a lot of subdirectories with my project. I have: project - bench - src the src is being distributed already since it contains sources but the bench directory contains a bunch of text files which should be

makefile.am from --with-package option

2006-01-03 Thread Matt Hull
not sure if i sould post on autoconf or automake... sorry if i posted wrong. working on a hello world program. it has the option to use gtk 1.2 or gtk 2.0 or nothing. i think i got configure.in working, now i need to edit makefile.am. if there the user selected --without-gtk, how do i edit the