Adapted usage of AC_OUTPUT to Autoconf 2.52.

This commit is contained in:
mainzelm 2002-12-12 09:11:28 +00:00
parent 8a66b7d30f
commit 58b0eda00b
1 changed files with 4 additions and 3 deletions

View File

@ -395,6 +395,7 @@ fail
AC_SUBST(TMPDIR)
AC_OUTPUT([Makefile scsh/endian.scm scsh/static.scm scsh-config],
[chmod +x scsh/static.scm],
[chmod +x scsh-config])
AC_CONFIG_FILES(Makefile scsh/endian.scm scsh-config)
AC_CONFIG_COMMANDS([scsh-config],[chmod +x scsh-config])
AC_OUTPUT