-----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 ebb9@xxxxxxx -----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----- _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf