ossp-pkg/uuid/configure.ac 1.5 -> 1.6
--- configure.ac 2004/01/18 20:19:23 1.5
+++ configure.ac 2004/01/19 13:46:03 1.6
@@ -51,6 +51,6 @@
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES([Makefile uuid-config uuid.h])
-AC_CONFIG_COMMANDS([adjustment], [chmod a+x uuid-config])
+AC_CONFIG_COMMANDS([adjustment], [chmod a-w uuid.h; chmod a+x uuid-config])
AC_OUTPUT
|
|