Re: --gnits, AC_INIT and VERSION

2009-11-29 Thread Robert Collins
On Sun, 2009-11-29 at 22:10 +0100, Ralf Wildenhues wrote: > Hello Robert, and sorry for not replying on this earlier: Hi - no problems ;). > * Robert Collins wrote on Wed, Sep 23, 2009 at 10:03:42AM CEST: > > There was discussion about getting version numbers from VCS recently; >

Re: Autotools GSoC ideas

2011-03-07 Thread Robert Collins
On Tue, Mar 8, 2011 at 1:10 AM, Ralf Wildenhues wrote: > Hello, > > I'll throw a couple of suggestions for Autotools out there: > > 1) Interfacing with the Test Anything Protocol (TAP) (or maybe another > test protocol?).  Automake-generated Makefiles could be consumers of the > protocol for third

Re: Autotools GSoC ideas

2011-03-08 Thread Robert Collins
On Wed, Mar 9, 2011 at 8:39 AM, Stefano Lattarini wrote: > I don't know how the GSoC proposals are evaluated, but if reviewers tend > to prefer more precise goals, extending the proposal in this way might > not be a smart move.  Maybe something like the following would be better? > >  ``Interfacin

Re: [GSoC Proposal] automake - Interfacing with a test protocol like TAP or subunit

2011-03-19 Thread Robert Collins
On Sat, Mar 19, 2011 at 1:03 PM, Stefano Lattarini wrote: > ABSTRACT: > >  The Test Anything Protocol (TAP) is a simple text-based protocol >  that allows communication between test scripts and a test harness. ... > Now, in all honesty, I must say that I've chosen TAP not only for its > objective

Re: [GSoC Proposal] automake - Interfacing with a test protocol like TAP or subunit

2011-03-20 Thread Robert Collins
On Sun, Mar 20, 2011 at 8:53 PM, Ralf Wildenhues wrote: > Hi Robert, > > thanks for the feedback.  I have a couple of questions: > > * Robert Collins wrote on Sun, Mar 20, 2011 at 05:10:16AM CET: >> TAP is an extremely simple protocol, and the extensions to it to >&

Re: [GSoC Proposal] automake - Interfacing with a test protocol like TAP or subunit

2011-03-20 Thread Robert Collins
On Sun, Mar 20, 2011 at 10:01 PM, Stefano Lattarini wrote: > Hello Robert, and thanks for the feedback. > > On Sunday 20 March 2011, Robert Collins wrote: >> On Sat, Mar 19, 2011 at 1:03 PM, Stefano Lattarini >> wrote: >> > ABSTRACT: >> > >> >  T

Re: [GSoC Proposal] automake - Interfacing with a test protocol like TAP or subunit

2011-03-21 Thread Robert Collins
On Tue, Mar 22, 2011 at 8:41 AM, Stefano Lattarini > to its suboptimal documentation.  So I'm going to ask: Robert, as > the main proposer/supporter of the SubUnit protocol here, would you > be willing and ready to help me out during my prospective work with > GSoC, if I update

dependency files not from stdout

2000-09-22 Thread Robert Boehne
it is not sent to stdout, the file would have to be copied to $tmpdepfile and then edited with "tr" like the SGI ouput is. Q1: Is it possible to do this in the current depmod framework? (I think it is, but I'm not sure what the issues from other scripts like libtool are) Q2: How is $d

Re: dependency files not from stdout

2000-09-28 Thread Robert Boehne
Tom: >Robert> Q2: >Robert> How is $depmode set? >It is set externally before running depcomp. The correct setting for >the compiler is determined by some autoconf magic. Could you elaborate on this? or perhaps you could just point me to the files? I need to determine where a

How to install "config.h"

2000-10-26 Thread Robert Boehne
n $(prefix) ? -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

Re: More about dependencies...

2000-10-26 Thread Robert Boehne
... gcc > > checking dependency style of gcc... gcc > > > > Why is a ~/depcomp necessary in ~/ since I don't have any code there? > > Actually it is needed only there, and not in the source directories. > You just need one copy of the script per tree. 'automa

Re: How to install "config.h"

2000-10-26 Thread Robert Boehne
e: > > > > pkginclude_HEADERS = config.h ... > > > > And use `#include ' in all other headers > > that include it. > > Ah! Good call Alexandre! Robert, please ignore my last post. > Installing config.h in /usr/local/include, for example, would be > obvi

Re: How to install "config.h"

2000-10-30 Thread Robert Boehne
Assar Westerlund wrote: > > Robert Boehne <[EMAIL PROTECTED]> writes: > > I have a massive set of C++ libraries that use > > CVS libtool, autoconf and automake to build and install. > > Since users then need to have _all_ the header files > > they also

ansi2knr breaks dependency generation

2001-01-10 Thread Robert Boehne
o get a little help with this, has anyone committed a supect patch that might do this? Robert -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

$ in source file names

2001-02-19 Thread Robert Boehne
pp' is in Makefile.am, am_progname_OBJECTS is empty. Is this not supported by Automake, or is it a bug? If Automake doesn't support $ in source file names, then I would suggest that it isn't an important requirement for Libtool. Robert Boehne Software Engineer Ricardo

Re: ok, new libtool for cygwin updates

2001-03-10 Thread Robert Collins
Thanks edward, when I started looking into those, I read somewhere in the automake pages, that the XFAIL results, are "expected fails", so only the FAIL: pr87.test FAIL: subdirbuiltsources.test Still need to be looked at. Sorry for the slight misdirection. Rob - Original Message -

Re: ok, new libtool for cygwin updates

2001-03-10 Thread Robert Collins
-- Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> To: "edward" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, March 11, 2001 2:01 AM Subject: Re: ok, new libtool for cygwin updates > Thanks edward, >

Re: ok, new libtool for cygwin updates

2001-03-12 Thread Robert Collins
- Original Message - From: "edward" <[EMAIL PROTECTED]> To: "Akim Demaille" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 11:51 PM Subject: Re: ok, new libtool for cygwin updates > > - Original Message - > From: "Akim Demaille" <[EMAIL PROTECTED]> > To:

pr19.test

2001-03-12 Thread Robert Collins
Hi, I've altered pr19.test to be (added VERBOSE=yes, and AC_EXEEXT && AC_OBJEXT). I've tried this test on both openBSD & windows. It's failing on both (unaltered on openBSD as it doesn't have the .exe headache). I'm quite happy to commit some time to troubleshooting this, if you folk want to

Re: pr19.test

2001-03-12 Thread Robert Collins
est === 1 of 1 tests failed === make[1]: *** [check-TESTS] Error 1 make[1]: Leaving directory `/usr/src/automake/tests' make: *** [check-am] Error 2 - Original Message - From: "edward" <[EMAIL PROTECTED]> To: "Robert Collins" <[EM

RE: ok, new libtool for cygwin updates

2001-03-12 Thread Robert Collins
andre Oliva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 13, 2001 5:12 PM > To: Robert Collins > Cc: edward; Akim Demaille; [EMAIL PROTECTED] > Subject: Re: ok, new libtool for cygwin updates > > > On Mar 12, 2001, "Robert Collins" > <[EMAIL PROTECTED]> wrote:

RE: ok, new libtool for cygwin updates

2001-03-12 Thread Robert Collins
point for things cygwin. (And those two tests fail on cygwin as well).. Rob > -Original Message- > From: Alexandre Oliva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 13, 2001 6:12 PM > To: Robert Collins > Cc: edward; Akim Demaille; [EMAIL PROTECTED] > Subject: Re: ok,

Re: pr19.test

2001-03-13 Thread Robert Collins
Right, I reset my automake dir to CVS no patches, test log in testSubDir (running on cygwin 1.1.8-2)=== $ perl -pi.old -e 's/^\t\@/\t/g' Makefile $ make distdir chmod -R a+w ./am_lex_bug-0.1.1 >/dev/null 2>&1; rm -rf ./am_lex_bug-0.1.1 mkdir ./am_lex_bug-0.1.1 for file in Makefile.am Makef

Conditionals in CVS Automake

2001-03-22 Thread Robert Boehne
Could someone point me to the file(s) that could be the culprit(s)? I've not been able to track this down as I'm not that familiar with the entrails of Automake. Thanks, Rob -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 23

possible bug..

2001-03-26 Thread Robert Collins
In a Makefile.am I have (abriged) noinst_PROGRAMS = cf_gen cfgen_SOURCES = cf_gen.c cf_gen_defines.h cfgen_LDADD = ../lib/libmiscutil.a but when I run automake I get src/Makefile.am:22: invalid unused variable name: `cfgen_LDADD' src/Makefile.am:20: invalid unused variable name: `cfgen_SOURCE

Re: possible bug..

2001-03-26 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 7:13 PM Subject: Re: possible bug.. > > | In a Makefile.am I have (abriged) > |

2nd possibly silly question: XTRA_foo_SOURCES

2001-03-26 Thread Robert Collins
I several warnings of the form : src/Makefile.am:42: squid_SOURCES includes configure substitution `@DNS_SOURCE@' for a makefile.am containing (trimmed for clarity): EXTRA_squid_SOURCES = dns.c dns_internal.c squid_SOURCES = \ access_log.c acl.c asn.c auth_modules.c authenticate.c cache_cf.c c

Feature request.

2001-03-26 Thread Robert Collins
I haven't dug into automakes internals.. or I'd consider hacking this up myself. It seems to me that a useful feature would be a DEFINES primary that allows extra DEFINES on a per program basis. i.e (drawing on a similar example in the documentation) instead of bin_PROGRAMS = etags ctags ctags_SO

Re: Feature request.

2001-03-26 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 9:11 PM Subject: Re: Feature request. > > | I haven't dug into automakes inter

possible bug with depcomp

2001-03-26 Thread Robert Collins
The project I'm converting to automake uses AC_CONFIG_AUX_DIR(cfgaux). The dependency cehcking code was looking for depend in the srcdir, not the srcdir/cfgaux. I'm using a cvs version of autoconf - it's possible they've changed the variables used... Anyway, I've worked around it by dnl'ing the A

program target missing $(EXEEXT)

2001-03-26 Thread Robert Collins
I hope I'm sending these problem reports to the right place... Environment: cygwin. (Bleeding edge custom build). I'm using automake CVS (updated around 2 hours ago). The following makefile.am == bin_PROGRAMS = client == generates the following target list (abridged) in Makefile.in == client: $(

Re: program target missing $(EXEEXT)

2001-03-26 Thread Robert Collins
AC_EXEEXT was already present. I added AC_OBJEXT and ran automake --foreign again, no change. Rob - Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March

Re: program target missing $(EXEEXT)

2001-03-26 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 11:03 PM Subject: Re: program target missing $(EXEEXT) > >>>>> "Rob

Re: Conditionals in CVS Automake

2001-03-26 Thread Robert Boehne
Akim Demaille wrote: > > >>>>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: > > Robert> Hello all! I've found a problem with conditional compilation > Robert> in the CVS version of Automake that was introduced some time > Ro

Re: Conditionals in CVS Automake

2001-03-26 Thread Robert Boehne
#" then there is no definition for $(am_helldl_OBJECTS), but it is used throughout Makefile.in. Does any of this set off alarm bells? Robert Robert Boehne wrote: > > Akim Demaille wrote: > > > > >>>>> "Robert" == Robert Boehne <[EMAIL PROT

RE: program target missing $(EXEEXT)

2001-03-26 Thread Robert Collins
Edward, I recall a discussion on your patch where it wasn't accepted - which is why I brought the topic with a frest start. Rob > -Original Message- > From: edward [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 27, 2001 11:00 AM > To: Robert Collins; Akim Dema

Re: Help with CVS (Was: Conditionals in CVS Automake)

2001-03-27 Thread Robert Boehne
Akim: I think the breakage was introduced on March 5. I wasn't able to narrow it down to any specific change though. None of them seemed to me like they were candidates. Robert Akim Demaille wrote: > > >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]>

Re: Help with CVS (Was: Conditionals in CVS Automake)

2001-03-27 Thread Robert Collins
- Original Message - From: <[EMAIL PROTECTED]> To: "Robert Boehne" <[EMAIL PROTECTED]> Cc: "Akim Demaille" <[EMAIL PROTECTED]>; "Lars J. Aas" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 2001 7:27 AM S

Re: Fixed? (Was: Conditionals in CVS Automake)

2001-03-27 Thread Robert Boehne
[EMAIL PROTECTED] wrote: > > I think I have it. It's a very stupid typo :( > > > >patchName: patch > Type: Plain Text (text/plain) Fixed. :) Thanks Akim! Robert -- Robert B

RE: program target missing $(EXEEXT)

2001-03-27 Thread Robert Collins
> -Original Message- > From: edward [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 28, 2001 11:27 AM > To: Robert Collins; Akim Demaille > Cc: [EMAIL PROTECTED] > Subject: Re: program target missing $(EXEEXT) > > > yep. enclosed is a patch which demons

RE: program target missing $(EXEEXT)

2001-03-27 Thread Robert Collins
> -Original Message- > From: edward [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 28, 2001 12:47 PM > To: Robert Collins; Akim Demaille > Cc: [EMAIL PROTECTED] > Subject: Re: program target missing $(EXEEXT) > > > here is the current situation as i

Fw: 2nd possibly silly question: XTRA_foo_SOURCES

2001-03-31 Thread Robert Collins
I assume this got overlooked? Or maybe I missed any reply... Any suggestions as to what I'm doing wrong? Rob - Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 8:04 PM Subject:

Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES

2001-03-31 Thread Robert Collins
- Original Message - From: "Lars J. Aas" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Sent: Saturday, March 31, 2001 11:10 PM Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES > On Sat, Mar 31, 2001 at 09:20:14PM +1000,

Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES

2001-03-31 Thread Robert Collins
- Original Message - From: "edward" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 01, 2001 2:44 AM Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES > Robert, > > Tr

Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES

2001-04-01 Thread Robert Collins
- Original Message - From: "Lars J. Aas" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Sent: Sunday, April 01, 2001 1:20 AM Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES > On Sun, Apr 01, 2001 at 12:19:44AM +1000, Rober

make dist and BUILT_SOURCES

2001-04-03 Thread Robert Collins
Yet another question from the newbie. I have a number of built source (.hand .c) files that are built from other soources/configure settings. "make dist" is failing to find these files. (Some of them shouldn't be included in the distribution, and some can be). is there some way to exclude speci

make dist and sources in subdirs

2001-04-03 Thread Robert Collins
I have three questions: 1) Based on a recent comment on this list, I have noinst_LIBRARIES = libfoo.a lib_foo_a_SOURCES = foo/a.c foo/b.c foo/c.c upon entering this particular directory, make dist does: make[2]: *** No rule to make target `foo.c', needed by `distdir'. Stop. make[2]: Leaving di

Re: make dist and BUILT_SOURCES

2001-04-04 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Subject: Re: make dist and BUILT_SOURCES > >>>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: > > Ro

Re: make dist and sources in subdirs

2001-04-04 Thread Robert Collins
- Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 11:46 PM Subject: make dist and sources in subdirs > I have three questions: > > 1) Based on a recent comment on this list, > I ha

Re: make dist and sources in subdirs

2001-04-05 Thread Robert Collins
- Original Message - From: "Lars J. Aas" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 5:34 PM Subject: Re: make dist and sources in subdirs > On Thu, Apr 05, 2001 at 09:20:

Re: make dist and sources in subdirs

2001-04-05 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Alexandre Oliva" <[EMAIL PROTECTED]> Cc: "Robert Collins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 12:56 AM Subject: Re: make dist and

testcase for make dist with subdir SOURCES

2001-04-05 Thread Robert Collins
The attached test csae demonstrates the problem. I don't think I'll have time to step upto the coding plate, but I figure a the test might make things easier ... :] Rob subobj5.test

Re: make dist and BUILT_SOURCES

2001-04-05 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Akim Demaille" <[EMAIL PROTECTED]> Cc: "Robert Collins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 3:13 AM Subject: Re: make dist and B

Re: program target missing $(EXEEXT)

2001-04-05 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Robert Collins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 3:43 AM Subject: Re: program target missing $(EXEEXT) > >&

Re: 2nd possibly silly question: XTRA_foo_SOURCES

2001-04-05 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 3:25 AM Subject: Re: 2nd possibly silly question: XTRA_foo_SOURCES > >>>>&g

Patch: make dist in subdirs before handling the current directory

2001-04-05 Thread Robert Collins
Changelog: * distdir.am: Recurse into subdirs before handling files in the current directory. This patch reverses the order of subdir processing with current directory files for the make dist target. This should allow make dist with _SOURCES targets like foo/a.c or foo/bar/a.c. It' won't help

SGI mode depcomp breaks when '.' appears in source filenames twice

2001-04-05 Thread Robert Boehne
: #:fec : The problem is the appearance of 'ExprIntrp.tab.o:' on the second line, this is intended to be stripped out, and is if the sed command from depcomp is altered to sed 's/^[^\.]*\.tab.o://' But that, of course, is not the fix. Could a sed guru suggest a fix for this part

Re: make dist and BUILT_SOURCES

2001-04-05 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: "Akim Demaille" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 9:43 AM Subject: Re: make dist and BUIL

nearly there... yet another question first

2001-04-05 Thread Robert Collins
in one of the leaf Makefile.am's I tried libexec_PROGRAMS = smb_auth smb_auth_CFLAGS += -DSAMBAPREFIX=\"/usr/local/samba\" -DHELPERSCRIPT=\"test.sh\" (hoping that the goatbook comment re: automake 1.5 in the FAQ was based on current CVS code :]) Now automake --foreign in the root of the source

Re: SGI mode depcomp breaks when '.' appears in source filenames twice

2001-04-06 Thread Robert Boehne
perhaps other compilers that use the same scheme(?). If we had source for the SGI preprocessor we could find out for certain, but I doubt that '::' will appear anywhere in its output. I have attached a patch, made with the suggestions by Hari. Unfortunately it wasn't made with cvs

Re: SGI mode depcomp breaks when '.' appears in source filenames twice

2001-04-06 Thread Robert Boehne
or. > > I agree. That's all that matters. It probably doesn't generate "::" > rules, or run on Windows, or anything like that. > > I haven't read the patch yet. But if someone else with write access > thinks it is ok, that's good enough for me. It,

Re: nearly there... yet another question first

2001-04-06 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> Subject: Re: nearly there... yet another question first > >>>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: > Robert> Why doesn't it install compile in

Re: make dist and BUILT_SOURCES

2001-04-06 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> Subject: Re: make dist and BUILT_SOURCES > >>>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: > > >> Were they also listed in another foo_SOURCES variable

Re: 2nd possibly silly question: XTRA_foo_SOURCES

2001-04-08 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 08, 2001 6:36 AM Subject: Re: 2nd possibly silly question: XTRA_foo_SOURCES > >>>>&g

Re: Patch: make dist in subdirs before handling the current directory

2001-04-11 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 4:01 PM Subject: Re: Patch: make dist in subdirs before handling the current directory >

problem: uninstall-am in makefile with no install targets and non-GNU make.

2001-04-11 Thread Robert Collins
with this makefile.am: === EXTRA_LIBRARIES = libregex.a libdlmalloc.a noinst_LIBRARIES = libmiscutil.a @LIBREGEX@ @LIBDLMALLOC@ libntlmauth.a libmiscutil_a_SOURCES = rfc1123.c rfc1738.c rfc1035.c rfc2617.c util.c \ getfullhostname.c base64.c uudecode.c splay.c safe_inet_addr.c \ is

Re: problem: uninstall-am in makefile with no install targets and non-GNU make.

2001-04-11 Thread Robert Collins
the user to add dependencies without overriding the autogenerated ones. Rob - Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 6:04 PM Subject:

Re: problem: uninstall-am in makefile with no install targets and non-GNU make.

2001-04-11 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 9:34 PM Subject: Re: problem: uninstall-am in makefile with no install targets and non-

depcomp not found if in aux_dir

2001-04-11 Thread Robert Boehne
E checking dependency style of g++... cp: /icarus/OCC/OCC/depcomp: No such file or directory /icarus/OCC/OCC/configure: ./depcomp: No such file or directory none -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

depcomp w/ libtool leaves %% in Makefile.in

2001-04-11 Thread Robert Boehne
ing by configure. I don't understand how this is supposed to work but I'm sure Akim knows. Thanks, Robert .c.o: source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACK

Re: depcomp w/ libtool leaves %% in Makefile.in

2001-04-11 Thread Robert Boehne
Akim Demaille wrote: > > Please, edit depend2.am and replace > > if %?LIBTOOL?% > > endif %?LIBTOOL?% > > with > > if %?LIBTOOL% > > endif %?LIBTOOL% > > (no ? at the end). It should make it, right? That fixed it! I've att

Re: depcomp w/ libtool leaves %% in Makefile.in

2001-04-11 Thread Robert Boehne
Ignore this, my email server is just very slow. Robert Robert Boehne wrote: > > Akim Demaille wrote: > > > > Please, edit depend2.am and replace > > > > if %?LIBTOOL?% > > > > endif %?LIBTOOL?% > > > > with > > > > if %?LIBTO

Re: problem: uninstall-am in makefile with no install targets and non-GNU make.

2001-04-15 Thread Robert Collins
I haven't had a chance to look into the other issues in the pipeline yet... but I realised I hadn't reported back clearly on the uninstall-am thing: add ing the line you suggested does fix the problem. Rob - Original Message - From: "Akim Demaille" <[EMAIL

target dependency bug

2001-04-16 Thread Robert Collins
given the following cf_gen_SOURCES = cf_gen.c defines.h nodist_cf_gen_SOURCES = cf_gen_defines.h BUILT_SOURCES = cf_gen_defines.h I think cf_gen_defines.h should be one of the dependencies of cf_gen.$(OBJEXT). It's not though in my generated Makefile here. Suggestions? Rob

Re: target dependency bug

2001-04-16 Thread Robert Collins
- Original Message - From: "Lars J. Aas" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 2:40 AM Subject: Re: target dependency bug > On Tue, Apr 17, 2001 at 12:16:01AM +

RE: target dependency bug

2001-04-16 Thread Robert Collins
> -Original Message- > From: Alexandre Oliva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 17, 2001 1:53 PM > To: Robert Collins > Cc: Lars J. Aas; [EMAIL PROTECTED] > Subject: Re: target dependency bug > > > On Apr 16, 2001, "Robert Colli

RE: target dependency bug

2001-04-16 Thread Robert Collins
x27;m testing this on my cygwin box with GNU make, automake CVS (as of early week). Rob > -Original Message- > From: Alexandre Oliva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 17, 2001 2:10 PM > To: Robert Collins > Cc: Lars J. Aas; [EMAIL PROTECTED] > Subject: Re

RE: target dependency bug

2001-04-16 Thread Robert Collins
> -Original Message- > From: Alexandre Oliva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 17, 2001 2:20 PM > To: Robert Collins > Cc: Lars J. Aas; [EMAIL PROTECTED] > Subject: Re: target dependency bug > > > On Apr 17, 2001, "Robert Collins" &

RE: target dependency bug

2001-04-16 Thread Robert Collins
> -Original Message- > From: Alexandre Oliva [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 17, 2001 3:16 PM > To: Robert Collins > Cc: Lars J. Aas; [EMAIL PROTECTED] > Subject: Re: target dependency bug > > > On Apr 17, 2001, "Robert Colli

Re: problem: unitialized +=

2001-04-18 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Alexandre Oliva" <[EMAIL PROTECTED]> Cc: "Robert Collins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 5:53 PM Subject: Re: problem: u

Re: problem: unitialized +=

2001-04-18 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: "Alexandre Oliva" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 7:00 PM Subject: Re: problem: uniti

Re: @_am_quote@ not replaced by 'configure'

2001-04-18 Thread Robert Boehne
Robert Boehne wrote: > > Hello! > > Current CVS sources of Automake leave @_am_quote@ > un-substituted in Makefile's causing make to fail > if dependencies are requested. > This is a recent problem, it's existed in CVS for > only a few days (don't know e

Bug when specifying --disable-dependency-tracking (AM_DEP_TRACK)

2001-04-18 Thread Robert Boehne
7;m not sure if the maintainers would prefer a different solution, so no patch is pending unless you ask. Thanks! Robert from Makefile.in: .c.o: source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEP

More CVS head errors

2001-04-19 Thread Robert Collins
I know you love this bleeding edge feedback :] What could cause errors like Automake::register_language() called too early to check prototype at /bin/automake line 742. (which is register_language ('name' => 'c', 'ansi' => '1', 'autodep' => '',

Re: problem: multiple definitions

2001-04-19 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 1:06 AM Subject: Re: problem: multiple definitions > >>>>> "Robert

Re: More CVS head errors

2001-04-19 Thread Robert Collins
- Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 20, 2001 9:35 AM Subject: More CVS head errors > I know you love this bleeding edge feedback :] > > What could cause errors like > Automake::re

Re: More CVS head errors

2001-04-20 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 12:36 AM Subject: Re: More CVS head errors > >>>>> "Rob

make distclean with subdirobjects

2001-04-21 Thread Robert Collins
I'm seeing subdir/.dirstamp subdir/*.o left in each subdir that has objects built in it after make distclean when subdirobjects is in use (CVS HEAD, not updated for a few days now). (where subdir is a particular dir). (I'm working on make distcheck again, the pass seems to have been a lucky chanc

RE: make distclean with subdirobjects

2001-04-22 Thread Robert Collins
Submitted to gnats > -Original Message- > From: Tom Tromey [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 22, 2001 1:36 PM > To: Robert Collins > Cc: [EMAIL PROTECTED] > Subject: Re: make distclean with subdirobjects > > > >>>>> "

Re: Bug when specifying --disable-dependency-tracking (AM_DEP_TRACK)

2001-04-23 Thread Robert Boehne
Alexandre Oliva wrote: > > On Apr 18, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote: > > > .c.o: > > source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ > > depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo&

Re: Bug when specifying --disable-dependency-tracking (AM_DEP_TRACK)

2001-04-23 Thread Robert Boehne
CVS version of aclocal.m4 doesn't match CVS m4/depend.m4, could that cause a problem? Robert Boehne wrote: > > Hello, > > There is a bit of a problem in CVS Automake (Today's) when > --disable-dependency-tracking is specified to configure. > If dependency track

Re: Bug when specifying --disable-dependency-tracking (AM_DEP_TRACK)

2001-04-23 Thread Robert Boehne
@_am_quote@' . $iter . '@_am_quote@' . "\n"); } Where did @AMDEP_TRUE@ go? -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

Re: Bug when specifying --disable-dependency-tracking (AM_DEP_TRACK)

2001-04-23 Thread Robert Boehne
Robert Boehne wrote: > > Alexandre Oliva wrote: > > > > On Apr 18, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote: > > > > > .c.o: > > > source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ > > >

PATCH: Fix dependency tracking

2001-04-23 Thread Robert Boehne
Here is a patch that fixes the problems I've been winging about. Part of the problem appears to be that @AMDEP_TRUE@ is AC_SUBST'd when automake is generated from automake.in, so I add a dummy variable and set it to '@AMDEP_TRUE@' and subst that into automake.in. Thanks,

RE: PATCH: Fix dependency tracking

2001-04-24 Thread Boehne, Robert
ect it is.  Sorry if I've been a bit short, I'm running into a deadline on my project. Thanks, Robert -Original Message- From: Akim Demaille [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 4:26 AM To: Boehne, Robert Cc: [EMAIL PROTECTED]; Alexandre Oliva Subject:

PATCH: Fix dependency tracking (revised)

2001-04-25 Thread Robert Boehne
t;" when dependency tracking is off. ChangeLog entry: 2001-04-25 Robert Boehne <[EMAIL PROTECTED]> * configure.in: Add _am_dep_true='@AMDEP_TRUE@' and AC_SUBST it. * automake.in: (handle_dependencies) Replace @AMDEP_TRUE@ in $output_rules with @_am_dep_true@

Re: target dependency bug

2001-05-05 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, May 06, 2001 6:42 AM Subject: Re: target dependency bug > >>>>> "Robert" ==

Re: More CVS head errors

2001-05-05 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: "Akim Demaille" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, May 06, 2001 7:09 AM Subject: Re: More CVS head errors

Re: target dependency bug

2001-05-05 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, May 06, 2001 3:23 PM Subject: Re: target dependency bug > >>>>> "Robert" == R

Re: PATCH: Fix dependency tracking (revised)

2001-05-07 Thread Robert Boehne
Tom Tromey wrote: > > >>>>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: > > Robert> 2001-04-25 Robert Boehne <[EMAIL PROTECTED]> > Robert> * configure.in: Add _am_dep_true='@AMDEP_TRUE@' and AC_SUBS

<    1   2   3   >