configure: Make generated files read-only.

Some of the generated files anyway.
This commit is contained in:
Richard W.M. Jones
2012-07-16 21:58:34 +01:00
parent f2ea617e22
commit 3a442e6617

View File

@@ -1308,11 +1308,11 @@ dnl Produce output files.
AC_CONFIG_HEADERS([config.h])
dnl http://www.mail-archive.com/automake@gnu.org/msg10204.html
AC_CONFIG_FILES([appliance/libguestfs-make-fixed-appliance],
[chmod +x appliance/libguestfs-make-fixed-appliance])
[chmod +x,-w appliance/libguestfs-make-fixed-appliance])
AC_CONFIG_FILES([podwrapper.sh],
[chmod +x podwrapper.sh])
[chmod +x,-w podwrapper.sh])
AC_CONFIG_FILES([run],
[chmod +x run])
[chmod +x,-w run])
AC_CONFIG_FILES([Makefile
align/Makefile
appliance/Makefile