bug#24507: noinst_PYTHON breaks uninstall of Python files

2023-07-05 Thread Karl Berry
Hi Akim (hope all is well with you) and all, Back on your report https://bugs.gnu.org/24507 from a mere seven years ago ... > $ cat Makefile.am > noinst_PYTHON = foo.py > python_PYTHON = bar.py ... > $ make uninstall-nodist_vcsn_tools_pythonPYTHON > make: Entering director

bug#24507: noinst_PYTHON breaks uninstall of Python files

2016-09-22 Thread Akim Demaille
Hi Friends! > $ cat configure.ac > AC_INIT([foo], [1.0]) > AM_INIT_AUTOMAKE([1.15 foreign]) > AM_PATH_PYTHON > AC_OUTPUT([Makefile]) > $ cat Makefile.am > noinst_PYTHON = foo.py > python_PYTHON = bar.py > $ autoreconf -fi > $ grep am__pep3147_tweak Makefile.in > py_files_pep3147=`echo "$$p