need a little help

2003-09-26 Thread Dmitry V. Zhulanov
Hello, all! I'm developing big project, which contain some shared libraries. Its libs must be installed before any build or tests of main distr. Which variables should I use to setup this limitation? Thanks, e.

un-subscribe

2003-09-26 Thread daniel
allo this is my 2nd email to un-subscribe from automake. do take action to stop mails from coming . ciao daniel.

Re: need a little help

2003-09-26 Thread Dmitry V. Zhulanov
On Fri, Sep 26, 2003 at 04:20:32PM +0200, Magnus Therning wrote: Hi, Do they _really_ have to be installed, or would it be OK to use libtool to create scripts to create the scripts so that the programs can be run from the place where they are compiled? I think script would be more

Re: LDADD problem on Redhat 8.0 (automake 1.6.3)

2003-09-26 Thread Alexandre Duret-Lutz
Randall == Randall Hopper [EMAIL PROTECTED] writes: Randall Is this Makefile.am source valid? Yes, starting with Automake 1.7. -- Alexandre Duret-Lutz

Re: Should -i mkdir?

2003-09-26 Thread Alexandre Duret-Lutz
Akim == Akim Demaille [EMAIL PROTECTED] writes: [...] Akim So, should automake -i make sure the directory exists and Akim create it if needed? autopoint and libtoolize usually run before automake and put things into this directory too. So if some tools has to create the directory, I think

Re: Should -i mkdir?

2003-09-26 Thread Alexandre Duret-Lutz
adl == Alexandre Duret-Lutz [EMAIL PROTECTED] writes: Akim == Akim Demaille [EMAIL PROTECTED] writes: adl [...] Akim So, should automake -i make sure the directory exists and Akim create it if needed? adl autopoint and libtoolize usually run before automake adl and put things into this

Re: dist target and bin_SCRIPTS

2003-09-26 Thread Alexandre Duret-Lutz
Magnus == Magnus Therning [EMAIL PROTECTED] writes: Magnus Sorry if this has been brought up before. Magnus This behaviour is a bit odd to me: Magnus bin_SCRIPTS = my_script Magnus will not get 'my_script' included in the Magnus dist-tarball. This is expected. If instead you use

Re: Should -i mkdir?

2003-09-26 Thread Robert Collins
On Sat, 2003-09-27 at 02:20, Alexandre Duret-Lutz wrote: adl autopoint and libtoolize usually run before automake adl and put things into this directory too. So if some tools has to adl create the directory, I think it should be autopoint. Sorry, I meant it should be autoreconf. /if

Re: mkinstalldirs detritus

2003-09-26 Thread Eric Sunshine
Alexandre Duret-Lutz wrote: Thank you. Automake is the master for this file. Given Andrea's comment and yours about _AS_MKDIR_P_PREPARE, how about the following instead? + test -d ./-p rmdir ./-p + test -d ./-- rmdir ./-- + # Clean up after NextStep and OpenStep mkdir. +

Re: mkinstalldirs detritus

2003-09-26 Thread Alexandre Duret-Lutz
Eric == Eric Sunshine [EMAIL PROTECTED] writes: Eric Hello, Eric The mkinstalldirs script which ships with Autoconf and Eric Automake leaves bogus directories named -p and -- in Eric its wake on platforms (such as NextStep and OpenStep) for Eric which the `mkdir' command does not recognize