Index: ossp-pkg/uuid/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/configure.ac,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/configure.ac,v' 2>/dev/null --- 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