From 00a51a23247f1edc4ae8eda72b30df5cd7d0015f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 25 Jun 2019 16:44:39 +0200 Subject: Correctly substitute directory names in 'python' executable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously "@libdir@" would typically expand to "${exec_prefix}/…", which wouldn't have the intended effect. * modules/Makefile.am (python): New target. (CLEANFILES): New variable. * modules/configure.ac: Remove 'AC_CONFIG_FILES' for 'python'. * modules/python.in: Use @datadir@ instead of @prefix@/share. Signed-off-by: Ricardo Wurmus --- modules/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/configure.ac') diff --git a/modules/configure.ac b/modules/configure.ac index 9d483d0..5245123 100644 --- a/modules/configure.ac +++ b/modules/configure.ac @@ -13,7 +13,6 @@ GUILE_PKG([3.0 2.2 2.1 2.0]) GUILE_PROGS AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([python], [chmod +x python]) AC_CONFIG_FILES([env], [chmod +x env]) AC_OUTPUT -- cgit v1.2.3