change tag for chmod +x scsh-config for the sake of autoconf 2.54
This commit is contained in:
parent
4acf723ba9
commit
3cfb21edc1
|
@ -396,6 +396,6 @@ fail
|
||||||
|
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile scsh/endian.scm scsh-config)
|
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
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue