[build] Move GUILE_CONFIG_SCRIPT to acinclude.m4.
* configure.ac (GUILE_CONFIG_SCRIPT): Move from here... * acinclude.m4 (GUILE_CONFIG_SCRIPT): ...to here.
This commit is contained in:
parent
6a6df18794
commit
39f7ae3135
2 changed files with 4 additions and 5 deletions
|
|
@ -442,3 +442,7 @@ AC_DEFUN([GUILE_READLINE], [
|
|||
AC_SUBST(LIBGUILEREADLINE_INTERFACE_AGE)
|
||||
AC_SUBST(LIBGUILEREADLINE_INTERFACE)
|
||||
])
|
||||
|
||||
dnl Declare file $1 to be a script that needs configuring,
|
||||
dnl and arrange to make it executable in the process.
|
||||
AC_DEFUN([GUILE_CONFIG_SCRIPT],[AC_CONFIG_FILES([$1],[chmod +x $1])])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue