Automake question

Kornel Benko kornel at lyx.org
Sun Sep 27 13:46:48 UTC 2020


Am Sun, 27 Sep 2020 15:35:48 +0200
schrieb Pavel Sanda <sanda at lyx.org>:

> On Sun, Sep 27, 2020 at 01:53:15PM +0200, Kornel Benko wrote:
> > Am Sun, 27 Sep 2020 13:44:24 +0200
> > schrieb Pavel Sanda <sanda at lyx.org>:
> >   
> > > On Sat, Sep 26, 2020 at 10:44:59PM +0200, Kornel Benko wrote:  
> > > > And before you ask, here the full sequence
> > > > 	$ cd source
> > > > 	$ ./autogen.sh    
> > > 
> > > These two commands below look strange to me in the sense that I would not expect
> > > autogen to update anything in build directory   
> > 
> > Why strange? 'cd source' means 'cd to lyx-source-dir'
> > And ./autogen.sh creates 'configure' and all 'Makefile.in' files (in the source
> > directory)  
> 
> I was talking about the commands *below*... P
> 
> > > > 	$ cd build
> > > > 	$ source/configure ....
> > > > 	$ make all
> > > > 	$ make install -n | egrep abcd    
> > > P  
> > 
> > 	Kornel  

Sorry.
'build' is some build-directory outside of 'source'

'source/configure ...'? '...' represents the rest of command line arguments, in
my case
--bindir=/usr/local/bin --datarootdir=/usr/local/share --enable-qt5 --enable-debug
--enable-stdlib-debug=yes --disable-maintainer-mode --without-included-iconv
--with-included-boost=yes --with-included-hunspell=yes --with-version-suffix=2.4
--with-included-dtl --enable-std-regex

but it looked to big to be posted.

'make install -n' should show commands used at install stage, but not execute them.

'abcd' represents a file in the lib/scripts directory

	Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20200927/04295b2f/attachment.asc>


More information about the lyx-devel mailing list