install(1) flags

2004-02-21 Thread Warren Young
I'd like to add the -p flag to the install commands generated by automake. This is for a library with multiple headers, so whenever I install the library, all the code that uses the library must be rebuilt, even if only one header file or the library itself changed. I didn't find any info abou

Re: BML, good evening! coming

2004-02-21 Thread Booker
Banned CD Government don't want me to sell it. See Now + turin piecewise banks americium congest misanthropic curbside decent tinge bloch bicarbonate novo glib nightmarish trumbull auberge settle henequen impiety customhouse homeopath vivo dawson morsel awesome alexandra butterfat sabbath con

(no subject)

2004-02-21 Thread hwwmtavpm

Re: aclocal

2004-02-21 Thread Rafael Laboissiere
Replying to myself: * Rafael Laboissiere <[EMAIL PROTECTED]> [2004-02-21 11:43]: > I am having trouble with aclocal-1.8 when trying to m4_include files from > another file that is itself m4_included. Here is an experiment that narrows > down the problem: > > $ cat > configure.ac < > m4_

Re: ZKHAMNJ, the touchstone character

2004-02-21 Thread Adela
Free Cable%RND_SYB TV alcott jettison santo promulgate marlborough upon amass densitometer preserve tor lurid pearce neural durkin heath countywide senora handsome psychoanalyst lithosphere mazda upland neoprene sawyer bertie steve candace roster sherrill avionic predominant grandmother katowi

aclocal

2004-02-21 Thread Rafael Laboissiere
I am having trouble with aclocal-1.8 when trying to m4_include files from another file that is itself m4_included. Here is an experiment that narrows down the problem: $ cat > configure.ac < m4_include(cf/foo) > EOF $ mkdir cf $ cat > cf/foo < m4_include(bar) > EOF $ touch