1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

* configure.in: handle pre-inst-guile-env and add

test-suite/standalone/Makefile.
This commit is contained in:
Rob Browning 2003-04-07 17:31:02 +00:00
parent e6e44ca6b2
commit 849f29a4fd

View file

@ -1108,12 +1108,15 @@ AC_CONFIG_FILES([
oop/goops/Makefile oop/goops/Makefile
scripts/Makefile scripts/Makefile
srfi/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([check-guile], [chmod +x check-guile])
AC_CONFIG_FILES([benchmark-guile], [chmod +x benchmark-guile]) AC_CONFIG_FILES([benchmark-guile], [chmod +x benchmark-guile])
AC_CONFIG_FILES([guile-tools], [chmod +x guile-tools]) 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], [chmod +x pre-inst-guile])
AC_CONFIG_FILES([pre-inst-guile-env], [chmod +x pre-inst-guile-env])
AC_CONFIG_FILES([libguile/guile-snarf], AC_CONFIG_FILES([libguile/guile-snarf],
[chmod +x libguile/guile-snarf]) [chmod +x libguile/guile-snarf])
AC_CONFIG_FILES([libguile/guile-doc-snarf], AC_CONFIG_FILES([libguile/guile-doc-snarf],