]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 15 Mar 2012 08:16:46 +0000 (09:16 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 15 Mar 2012 08:16:46 +0000 (09:16 +0100)
* maint:
  python: avoid failures due to $(am__py_compile) being undefined
  python: expose automake bug#10995

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
THANKS
tests/list-of-tests.mk
tests/python.test

diff --cc THANKS
Simple merge
index 7665db1372181ff671e70ca818d6392a2358b116,b5a604cd0d2bdca8297e6cf13bfab151003da0f5..70fc8c875e04b369a59250ed7b6f5d4d550a0530
@@@ -842,9 -728,7 +842,10 @@@ python9.test 
  python10.test \
  python11.test \
  python12.test \
 +python-dist.test \
 +python-vars.test \
 +python-virtualenv.test \
+ python-pr10995.test \
  recurs.test \
  recurs2.test \
  remake.test \
index 2200d639f06f38efadea43c68b976c765d74bc01,fe9d5939a66db23a4647531451325f3d15e180ea..de8c0bbfb3def359c5402e0088141fbf5110022c
@@@ -32,13 -34,15 +32,19 @@@ mydir = ${prefix
  my_PYTHON = d.py
  END
  
+ # For automake bug#10995.
+ cat > Makefile3.am << 'END'
+ noinst_PYTHON = un.py
+ python_PYTHON = in.py
+ END
  $ACLOCAL
 -$AUTOMAKE -a
  
 +AUTOMAKE_fails
 +grep '^Makefile\.am:1:.* required file.*py-compile' stderr
 +
 +$AUTOMAKE -a
 +grep '^py_compile *=' Makefile.in
  test -f py-compile
  
  $AUTOMAKE Makefile2