Changeset 2607


Ignore:
Timestamp:
Oct 31, 2011, 7:04:34 PM (12 years ago)
Author:
Peter
Message:

write-protect generated file to avoid editing

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/tag_and_release.sh.in

    r2604 r2607  
    11#!/bin/sh
    22#$Id$
     3#@configure_input@
    34
    45# Copyright (C) 2011 Peter Johansson
  • trunk/configure.ac

    r2604 r2607  
    269269                [chmod +x build_support/gen_yat_pc.sh])
    270270AC_CONFIG_FILES([build_support/tag_and_release.sh],
    271                 [chmod +x build_support/tag_and_release.sh])
     271                [chmod +x-w build_support/tag_and_release.sh])
    272272AC_CONFIG_FILES([Makefile
    273273     build_support/Makefile
Note: See TracChangeset for help on using the changeset viewer.