mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
* configure.in: handle pre-inst-guile-env and add
test-suite/standalone/Makefile.
This commit is contained in:
parent
e6e44ca6b2
commit
849f29a4fd
1 changed files with 4 additions and 1 deletions
|
@ -1108,12 +1108,15 @@ AC_CONFIG_FILES([
|
|||
oop/goops/Makefile
|
||||
scripts/Makefile
|
||||
srfi/Makefile
|
||||
test-suite/Makefile])
|
||||
test-suite/Makefile
|
||||
test-suite/standalone/Makefile
|
||||
])
|
||||
|
||||
AC_CONFIG_FILES([check-guile], [chmod +x check-guile])
|
||||
AC_CONFIG_FILES([benchmark-guile], [chmod +x benchmark-guile])
|
||||
AC_CONFIG_FILES([guile-tools], [chmod +x guile-tools])
|
||||
AC_CONFIG_FILES([pre-inst-guile], [chmod +x pre-inst-guile])
|
||||
AC_CONFIG_FILES([pre-inst-guile-env], [chmod +x pre-inst-guile-env])
|
||||
AC_CONFIG_FILES([libguile/guile-snarf],
|
||||
[chmod +x libguile/guile-snarf])
|
||||
AC_CONFIG_FILES([libguile/guile-doc-snarf],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue