diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-16 00:08:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-16 00:08:08 +0000 |
commit | f3c7dc96fba88a7c05ad65c736cc50342fcad039 (patch) | |
tree | 51f46fbabc77b8087f9e2424e44fe4a84d3b7792 /hurd | |
parent | de5e57dae2b944fa09c56999fa5d7291fe9631c1 (diff) |
set execute bit
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/configure.ac b/hurd/configure.ac index bb6d7439..0e015ba0 100644 --- a/hurd/configure.ac +++ b/hurd/configure.ac @@ -1,5 +1,5 @@ dnl Run through autoconf to create a configure script for install-headers. -AC_REVISION([$CVSid$]) +AC_REVISION([$Id: configure.ac,v 1.2 2003/02/16 00:08:08 roland Exp $]) AC_PREREQ(2.53)dnl dnl Minimum Autoconf version required. AC_INIT([GNU Hurd], [bootstrap installation of header files]) AC_CONFIG_SRCDIR([hurd_types.h]) @@ -7,5 +7,5 @@ AC_CONFIG_AUX_DIR([..]) AC_PROG_INSTALL -AC_CONFIG_FILES([install-headers]) +AC_CONFIG_FILES([install-headers], [chmod +x install-headers]) AC_OUTPUT |