From 3cfb21edc1873c8904740c21b2b45fd2d840a7f1 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Fri, 13 Dec 2002 15:22:13 +0000 Subject: [PATCH] change tag for chmod +x scsh-config for the sake of autoconf 2.54 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2ea816d..e5486e2 100644 --- a/configure.in +++ b/configure.in @@ -396,6 +396,6 @@ fail AC_CONFIG_FILES(Makefile scsh/endian.scm scsh-config) -AC_CONFIG_COMMANDS([scsh-config],[chmod +x scsh-config]) +AC_CONFIG_COMMANDS([scsh-config+x],[chmod +x scsh-config]) AC_OUTPUT