OSSP CVS Repository

ossp - Check-in [4381]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4381
Date: 2004-Jan-19 14:46:03 (local)
2004-Jan-19 13:46:03 (UTC)
User:rse
Branch:
Comment: make sure we do not accidentely change the generated file again
Tickets:
Inspections:
Files:
ossp-pkg/uuid/configure.ac      1.5 -> 1.6     1 inserted, 1 deleted

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
 

CVSTrac 2.0.1