automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to stop reconfiguration?


From: Eric Blake
Subject: Re: How to stop reconfiguration?
Date: Sat, 06 Sep 2008 15:25:42 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Václav Haisman on 9/6/2008 3:08 PM:
> Hi,
> how can I stop reconfiguration (automatic running of aclocal, automake and
> autoconf)? I have sources including Makefile.in and configure and other
> generated files in Subversion repository. I thought that if I touch each
> foo.in file and the configure script, it will not try to re-run autoreconf.

This sounds more like an automake question.

> But even after that I get:
> 
> amber2::wilx:~/tmp/log4cplus-1.0.3-rc1/objdir> make
> 
> cd .. && /bin/sh /home/wilx/tmp/log4cplus-1.0.3-rc1/missing --run aclocal-1.10
>  cd .. && /bin/sh /home/wilx/tmp/log4cplus-1.0.3-rc1/missing --run
> automake-1.10 --gnu
> cd .. && /bin/sh /home/wilx/tmp/log4cplus-1.0.3-rc1/missing --run autoconf
> /bin/sh ./config.status --recheck
> running CONFIG_SHELL=/bin/sh /bin/sh ../configure --enable-threads=yes
> --no-create --no-recursion

This sounds like something that AM_MAINTAINER_MODE would prevent (although
personally I don't like using that macro).  You may also find it
instructive to try 'make -d' to see which dependency make thinks is out of
date to trigger the rerun of the autotools.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjC9VYACgkQ84KuGfSFAYBGdwCgsP4XWV9whq1VwzCioAX2S9hV
lWIAoLoRodk509c+y+efXtoEpo7hsPcz
=v+Hp
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]