Do not install a binary

2001-06-14 Thread Laszlo Kovacs
Hello, I have a binary that I use as a build tool only to build the rest of the package and dont want to install it. Any ideas about how to write up a Makefile.am for this? Please reply to me directly as I am not on this list. Thanks, Laszlo

Re: Do not install a binary

2001-06-14 Thread Stephane Genaud
I have a binary that I use as a build tool only to build the rest of the package and dont want to install it. Any ideas about how to write up a Makefile.am for this? Laszlo, There is a noinst label for this. For instance, in your Makefile.am : noinst_PROGRAMS = yourbintool which works

Re: Do not install a binary

2001-06-14 Thread László Kovács
Stephane Genaud wrote: I have a binary that I use as a build tool only to build the rest of the package and dont want to install it. Any ideas about how to write up a Makefile.am for this? Laszlo, There is a noinst label for this. For instance, in your Makefile.am :

aclocal -I

2001-06-14 Thread Lars J. Aas
It would be great if one could add -I options to aclocal by just placing macros in configure.ac, like: AC_CONFIG_MACRO_DIR(conf/m4macros) That way I could run aclocal without having to remember the dirs or wrap the invocation in a script (aclocal scans configure.ac anyways). Would this be

Re: sub conditionals_true_when (@@) [PATCH]

2001-06-14 Thread Richard Boulton
On Wed, Jun 13, 2001 at 11:44:52AM +0300, Kalle Olavi Niemitalo wrote: This bug is also causing the @TRUE@ conditions reported by Richard Boulton in Bug with conditionals. [PATCH]. You're right, this does seem to be the main cause of the problem I reported. I tried fixing the problem (by

Re: sub conditionals_true_when (@@) [PATCH]

2001-06-14 Thread Raja R Harinath
Richard Boulton [EMAIL PROTECTED] writes: On Wed, Jun 13, 2001 at 11:44:52AM +0300, Kalle Olavi Niemitalo wrote: This bug is also causing the @TRUE@ conditions reported by Richard Boulton in Bug with conditionals. [PATCH]. You're right, this does seem to be the main cause of the problem I

KEEP 100% OF THE REVENUE YOU GENERATE!

2001-06-14 Thread mailer332
Dear Friend, AS SEEN ON NATIONAL TV : ''Making over half million dollars every 4 to 5 months from your home for an investment of only $25 US Dollars expense one time'' THANKS TO THE COMPUTER AGE AND THE INTERNET! = BE A MILLIONAIRE LIKE OTHERS

Re: sub conditionals_true_when (@@) [PATCH]

2001-06-14 Thread Richard Boulton
On Thu, Jun 14, 2001 at 03:17:38PM -0500, Raja R Harinath wrote: Isn't it cleaner to use sub conditions_true_when(\@@) { my ($condsref, @whens) = @_; [snip] - if ! conditionals_true_when ((@parent_conds), ($vcond)); + if ! conditionals_true_when ([@parent_conds],

libtool is not removed in 1.4f, but is removed in 1.4-p4

2001-06-14 Thread Kevin Dalley
In a Makefile which is created using automake-1.4f, libtool is not removed by distclean-am, in fact, it doesn't seem to be removed at all. In automake-1.4-p4, libtool is removed by distclean-am. These are the libtool related macros which I use: AC_LIBTOOL_DLOPEN AC_DISABLE_SHARED

Re: AM_CFLAGS and sub/foo.c

2001-06-14 Thread Tom Tromey
Steve == Steve M Robbins [EMAIL PROTECTED] writes: Steve Given the following Makefile.am Steve bin_PROGRAMS = foo Steve foo_SOURCES = foo.c sub/foo2.c Steve it turns out that foo.c is compiled using $(COMPILE), and hence Steve includes AM_CFLAGS. However, foo2.c is compiled *without* Steve

Re: interpolating automake variables?

2001-06-14 Thread Tom Tromey
Rusty == Rusty Ballinger [EMAIL PROTECTED] writes: Rusty Is there a simpler way to do this? It seems like you'd wind up Rusty doing a lot of work which automake already does. Another method is to use a macro (available at the macro archive) to expand $prefix or whatever at configure time into

Re: problems with mdate-sh and version.texi without AC_CONFIG_AUX_DIR in 1.4f

2001-06-14 Thread Tom Tromey
Kevin == Kevin Dalley [EMAIL PROTECTED] writes: Kevin If AC_CONFIG_AUX_DIR is not used, and version.texi is in a doc Kevin directory, than automake -a installs mdate-sh in top_srcdir, Kevin but the Makefile.in in the doc directory tries to use mdate-sh Kevin in srcdir, which mdate-sh does not

Patches in Gnats?

2001-06-14 Thread Tom Tromey
We're starting to get patches which can't be checked in until post-1.5. I'm not even really interested in reviewing them until then. I was thinking I could create a new `patch' category in the automake Gnats and ask people to put such patches there as attachments. What do people think of this?

Re: AM_CFLAGS and sub/foo.c

2001-06-14 Thread Tom Tromey
Steve == Steve M Robbins [EMAIL PROTECTED] writes: Steve The upshot is that foo.c is compiled using AM_CFLAGS but NOT Steve foo_CFLAGS, while foo2.c is compiled NOT using AM_CFLAGS but using Steve foo_CFLAGS. I'm checking in a fix for this. Tom

Re: config.sub/config.guess license exception, but not for 'missing'

2001-06-14 Thread Nathan Neulinger
Tom Tromey wrote: Akim == Akim Demaille [EMAIL PROTECTED] writes: Nathan == Nathan Neulinger Neulinger writes: Nathan Would y'all consider extending the license exception to Nathan include the 'missing' script as well? (I'm referring to the Nathan exception that allows distributing

Re: aclocal -I

2001-06-14 Thread Tom Tromey
Lars == Lars J Aas [EMAIL PROTECTED] writes: Lars It would be great if one could add -I options to aclocal by just placing Lars macros in configure.ac, like: Lars AC_CONFIG_MACRO_DIR(conf/m4macros) That might be nice. I forget though what Akim has in mind for this for autoconf. The long term

Re: libtool is not removed in 1.4f, but is removed in 1.4-p4

2001-06-14 Thread Tom Tromey
Kevin == Kevin Dalley [EMAIL PROTECTED] writes: Kevin In a Makefile which is created using automake-1.4f, libtool is not Kevin removed by distclean-am, in fact, it doesn't seem to be removed at Kevin all. In automake-1.4-p4, libtool is removed by distclean-am. These Kevin are the libtool

Re: AM_CFLAGS and sub/foo.c

2001-06-14 Thread Steve M. Robbins
On Thu, Jun 14, 2001 at 06:51:09PM -0600, Tom Tromey wrote: Steve == Steve M Robbins [EMAIL PROTECTED] writes: Steve Given the following Makefile.am Stevebin_PROGRAMS = foo Stevefoo_SOURCES = foo.c sub/foo2.c Steve it turns out that foo.c is compiled using $(COMPILE), and

Re: CPP determined incorrectly

2001-06-14 Thread Akim Demaille
Pavel == Pavel Roskin [EMAIL PROTECTED] writes: How about merging AC_PROG_CPP and AC_PROG_CC together? What's the point of keeping the two of them? Pavel My concern is compatibility. There is no real reason to test Pavel for one but not the other, but if we go ahead and merge those Pavel

Re: CPP determined incorrectly

2001-06-14 Thread Akim Demaille
Ralf == Ralf Corsepius [EMAIL PROTECTED] writes: Ralf This thought however raises another question: Why does Ralf AC_PROG_CPP exist at all? Ralf I would assume: * Some autoconf-users wanted to use CPP without Ralf CC (I have even seen cases were a host's native cpp have been Ralf applied to

depcomp problem [Fwd: Trying to compile latest CVS on old SCO unixware 2]

2001-06-14 Thread Derek R. Price
Sounds like this could be fixed in depcomp? Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] CollabNet ( http://collab.net ) -- Very funny Scotty, now beam down my clothes! Hi, I'm Trying to update an old SCO

Re: depcomp problem [Fwd: Trying to compile latest CVS on old SCO unixware 2]

2001-06-14 Thread Tom Tromey
Derek == Derek R Price [EMAIL PROTECTED] writes: Derek Sounds like this could be fixed in depcomp? Maybe... Stephen I'm Trying to update an old SCO unixware 2 box...Currently I Stephen have CVS 1.10.8 there. (Yeah, shame on me) Stephen The cc's -o option refuses to overwrite existing .o

Re: CPP determined incorrectly

2001-06-14 Thread Pavel Roskin
Hello, Akim! Pavel If you feel that you can handle it feel free to merge. It Pavel should be done earlier or later anyways. So you share my opinion? I share your opinion that AC_PROG_CPP and AC_PROG_CC should be merged eventually. Whether it should be done before Autoconf-2.51 is another