summaryrefslogtreecommitdiff
path: root/modules/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-06-25 16:44:39 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-06-25 21:40:02 +0200
commit00a51a23247f1edc4ae8eda72b30df5cd7d0015f (patch)
treec1f36aa158e34b478c756a8114f48e70e2ebbbf5 /modules/configure.ac
parent058c596cd3886447da31171e1026d4d19f5f5313 (diff)
Correctly substitute directory names in 'python' executable.HEADmaster
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 <rekado@elephly.net>
Diffstat (limited to 'modules/configure.ac')
-rw-r--r--modules/configure.ac1
1 files changed, 0 insertions, 1 deletions
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