Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
> RW> Paul's install-sh race condition fix:
> RW> http://lists.gnu.org/archive/html/automake/2006-04/msg00136.html
>
> This looks fine to me, you really shouldn't have waited after me.
OK, thanks, in that spirit I installed the following change i
When you modify CVS Automake's configure.ac and then just run `make'
instead of rerunning `./bootstrap', there are spurious differences in
aclocal.m4 and the Makefile.in's, because
...aclocal --acdir=m4
is run instead of
...aclocal -I m4
OK to apply?
Cheers,
Ralf
* configure.ac (ACL
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 11:31:22PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
>
> RW> * tests/missing.test, tests/missing2.test, tests/missing4.test:
> RW> Add some $sleep, for Tru64 make on NFS.
> RW> * tests/missing.test, tests/missing2.test:
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 11:05:33PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> RW> * tests/ansi10.test: Use AC_PROG_CC_STDC. Fix test that
> RW> ac_cv_prog_cc_stdc isn't just used by Automake code in
> RW> `configure'.
> RW> * tests/ansi6.tes
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 10:56:04PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
>
> RW> Posix allows shells to have IFS unset at startup (and some older Debian
> RW> ash versions -- IIRC distributed with RedHat -- do this); unset IFS is
> RW> fine
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 10:54:38PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> RW> So, now I have two patches here: a hacky but efficient one that fixes
> RW> things for Solaris only, or a longer one that manually adds $(srcdir)
> RW> if deemed
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 11:54:46PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> RW> Do you think it's ok to require that `./file' should not be used?
>
> This reminds me of a friend who used
> AC_CONFIG_FILES([./Makefile ./sub/Makefile])
> and
Salut Alexandre,
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 10:48:57PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> RW> OK?
>
> Yes, please.
Thanks. Applied.
>
> RW> * lib/am/ansi2knr.am (ansi2knr): Rename target as..
> RW> (./ansi2knr): ..this, for BSD ma