RE: Seeking simple example for "shallow" tree

2002-04-12 Thread Robert Collins
> -Original Message- > From: Bruce Korb [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 13, 2002 10:03 AM > To: Ian Pilcher > Cc: [EMAIL PROTECTED] > Subject: Re: Seeking simple example for "shallow" tree > > > Ian Pilcher wrote: > > > > I am trying to set up a simple project for

renaming configure.{in,ac}?

2002-04-12 Thread Harlan Stenn
Apparently, one can autoconf to produce a configure file with an arbitrary name from another arbitrary name (ie, not configure.in or configure.ac) However, I haven't found a way (in the docs) to tell automake-1.5 the name of this new configure.XX file. How does one do this? H

Binlerce Mp3 indirin:

2002-04-12 Thread sydney82
Warning Unable to process data: multipart/mixed;boundary="=_NextPart_000_00B0_07A53B0C.D8172D61"

Natural Not Viagra - Half Off 9732mgQS0-747rCks2798eTla5-3-26

2002-04-12 Thread 2001noworder3456a31
Natural Not Viagra - Half Off  Iron Man Viagra Alternative!Very safe and effective! Iron Man is an all natural, powerful herbal supplement.   No Prescription needed! As-seen-on-TV! click here for details *To be removed from future promotions, please click here. Natural Not Viagra - Hal

RE: Large project support

2002-04-12 Thread Robert Collins
> -Original Message- > From: Robert Collins > Sent: Saturday, April 13, 2002 12:01 PM > > -Original Message- > > From: Tom Tromey [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, April 13, 2002 7:24 AM > > > Also this happens a lot in libjava, where we sometimes add a > > new .j

RE: maintainer mode

2002-04-12 Thread Robert Collins
> -Original Message- > From: Tom Tromey [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 13, 2002 6:59 AM > To: Robert Collins > Cc: Roger Leigh; Alexandre Duret-Lutz; Chadwick A. McHenry; > GNU Automake List > Subject: Re: maintainer mode > > > > "Rob" == Robert Collins <[EMAI

RE: Large project support

2002-04-12 Thread Robert Collins
> -Original Message- > From: Tom Tromey [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 13, 2002 7:24 AM > Also this happens a lot in libjava, where we sometimes add a > new .java file without touching anything else. I imagine the > same is true for many Java libraries. And in a

Re: Seeking simple example for "shallow" tree

2002-04-12 Thread Bruce Korb
Ian Pilcher wrote: > > I am trying to set up a simple project for automake/autoconf. I have a > single source file, main.c, in the top-level directory; all the other > source files are in subdirectories. > > Can anyone point me to a simple example/template for my Makefile.am(s)? Here are a cou

Re: Substitutions in _SOURCES

2002-04-12 Thread Bruce Korb
Timo K Suoranta wrote: > I have been thinking about making yet another tool on top of automake > which would generate Makefile.am files. It would make the path from > project file to make even longer and more perverted, but at least it would > maintain portability, and it would work. > > Such th

Re: Seeking simple example for "shallow" tree

2002-04-12 Thread Ian Pilcher
Tom Tromey wrote: > > This sounds like a bug. Do you have a simpler example than your > project? Or could you describe it in more detail? > Here is the simplest example I can come up with. ./configure.in: AC_INIT(foo.c) AM_INIT_AUTOMAKE(foobar, 0) AC_PROG_CC AC_OUTPUT(Makefi

Re: make install doesn't?

2002-04-12 Thread Bruce Korb
Tom Tromey wrote: [stuff] Yep. It seems to be "install-recursive" related: > $ egrep install-recursive ag/autoopts/Makefile > install-exec-recursive installdirs-recursive install-recursive \ > uninstall-recursive check-recursive installcheck-recursive > install: install-recursiv

Re: make install doesn't?

2002-04-12 Thread Bruce Korb
Alexandre Duret-Lutz wrote: > Bruce> install : install-man3 > > Without this override the generated Makefile should have: Should this override inhibit the "install: install-am" line? Why? Besides, "install-recursive" 'cuz of the subdirectory. > | install: install-am > | install-am: all-am >

Re: Large project support

2002-04-12 Thread Tom Tromey
> "Richard" == Richard Boulton <[EMAIL PROTECTED]> writes: Richard> Surely one thing we could do is to implement wildcards that Richard> are evaluated at the time that automake is run. Just to be clear, I thought that was the only kind under consideration. I don't think there's any way we c

Re: maintainer mode

2002-04-12 Thread Tom Tromey
> "Russ" == Russ Allbery <[EMAIL PROTECTED]> writes: Russ> [ rebuild rules ] Russ> It just breaks everything. That's too extreme. Russ> I say this largely as a user who compiles hundreds of packages Russ> that use autoconf and automake. I have *never* been helped by Russ> these Makefile ru

Re: make install doesn't?

2002-04-12 Thread Tom Tromey
> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> writes: Bruce> I created some man3 docs and found that despite having Bruce> added them to the man_MANS variable, they were not Bruce> installed until I added: Bruce> install : install-man3 What version of automake is this? Bruce> It would seem

Re: Substitutions in _SOURCES

2002-04-12 Thread Tom Tromey
> "Timo" == Timo K Suoranta <[EMAIL PROTECTED]> writes: Timo> I think there is no foolproof way to detect all possible Timo> workarounds. My lucky guess is that neither wildcards nor Timo> wildcard workarounds are considered acceptable. Automake simply Timo> does not like the wildcard feature

Re: Seeking simple example for "shallow" tree

2002-04-12 Thread Tom Tromey
> "Ian" == Ian Pilcher <[EMAIL PROTECTED]> writes: Ian> Can anyone point me to a simple example/template for my Ian> Makefile.am(s)? Not readily. Ian> I've tried simply listing all the source files in a single Ian> Makefile.am, but this doesn't work; the object files end up in Ian> the top-

Re: maintainer mode

2002-04-12 Thread Tom Tromey
> "Rob" == Robert Collins <[EMAIL PROTECTED]> writes: Rob> Ditto for squid. We cannot expect all our users to have automake Rob> + autoconf on their system. After all, the entire point of Rob> configure scripts and make dist is that the toolkit doesn't need Rob> to be present on every system.

Re: Substitutions in _SOURCES

2002-04-12 Thread Richard Boulton
On Fri, 2002-04-12 at 17:47, Philipp Thomas wrote: > I have a package that does in configure.in > >GNOME_GEN_H_FILES=`cd $srcdir/src ; ls *.gen_h | xargs echo` >AC_SUBST(GNOME_GEN_H_FILES) > > and then a subdir Makefile.am has > > gnomemmc = wrap.cc $(GNOME_GEN_H_FILES:.gen_h=.cc) gno

Seeking simple example for "shallow" tree

2002-04-12 Thread Ian Pilcher
I am trying to set up a simple project for automake/autoconf. I have a single source file, main.c, in the top-level directory; all the other source files are in subdirectories. Can anyone point me to a simple example/template for my Makefile.am(s)? I've tried simply listing all the source files

Re: Substitutions in _SOURCES

2002-04-12 Thread Timo K Suoranta
>GNOME_GEN_H_FILES=`cd $srcdir/src ; ls *.gen_h | xargs echo` >AC_SUBST(GNOME_GEN_H_FILES) This very much looks like the 'Large project support', or 'wildcard automake' issue which I recently asked about. In general automake wants that the source file list is not generated by any wildcar

Re: maintainer mode

2002-04-12 Thread Roger Leigh
Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: > >>> "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes: > > [...] > > Roger> In the gimp-print source tree, there are a number of > Roger> files which we ship in the distributed tarball > Roger> pre-built. These are PDF and HTML versions of

Substitutions in _SOURCES

2002-04-12 Thread Philipp Thomas
I have a package that does in configure.in GNOME_GEN_H_FILES=`cd $srcdir/src ; ls *.gen_h | xargs echo` AC_SUBST(GNOME_GEN_H_FILES) and then a subdir Makefile.am has gnomemmc = wrap.cc $(GNOME_GEN_H_FILES:.gen_h=.cc) gnome--.cc libgnomemm_la_SOURCES = $(gnomemmc) [.] And automake

motorcycle

2002-04-12 Thread Mr . wang
Be interested in importing motorcycles from China, you are on the right way! China Chongqing International Econ & Tech Exchange (Group) Co., Ltd. CHONGQING YINGANG ENERGY SAVING MOTORCYCLE CO., LTD. Address: 18-6, Zhongxin Bank Mansion, Jiangbei District, Chongqing,

Hurra!

2002-04-12 Thread Norbert
Title: eMail -- STOP -- Zahlen Sie nicht länger 3,65 DM/Min für geile SexShows im Internet ! Unsere Zugangssoftware ist 100%ig KOSTENLOS ! Wie bieten Ihnen über 20.000 private Bilder von Frauen, über 1000 Sex Videos zum Downloaden, Live Shows mit Webcam und Chat und das Beste: Sehr viele

Re: maintainer mode

2002-04-12 Thread Alexandre Duret-Lutz
>>> "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes: [...] Roger> In the gimp-print source tree, there are a number of Roger> files which we ship in the distributed tarball Roger> pre-built. These are PDF and HTML versions of SGML Roger> manuals and PostScript versions of Texinfo manuals.

Re: maintainer mode

2002-04-12 Thread Alexandre Duret-Lutz
>>> "Eric" == Eric Siegerman <[EMAIL PROTECTED]> writes: [...] Eric> 4. The user imported your package into CVS (as I often do). Eric> Because CVS checkouts are done in alphabetical order, foo.in Eric> might well have a later timestamp than its corresponding foo, Eric> without the files' con

Re: make install doesn't?

2002-04-12 Thread Alexandre Duret-Lutz
>>> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> writes: Bruce> Hi, Bruce> I created some man3 docs and found that despite having Bruce> added them to the man_MANS variable, they were not Bruce> installed until I added: Bruce> install : install-man3 Without this override the generated Makefi