commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd/hurd configure.ac


From: Roland McGrath
Subject: hurd/hurd configure.ac
Date: Sat, 15 Feb 2003 19:08:08 -0500

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Roland McGrath <address@hidden> 03/02/15 19:08:08

Modified files:
        hurd           : configure.ac 

Log message:
        set execute bit

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/hurd/configure.ac.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: hurd/hurd/configure.ac
diff -u hurd/hurd/configure.ac:1.1 hurd/hurd/configure.ac:1.2
--- hurd/hurd/configure.ac:1.1  Sat Feb 15 18:52:51 2003
+++ hurd/hurd/configure.ac      Sat Feb 15 19:08:08 2003
@@ -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_PROG_INSTALL
 
-AC_CONFIG_FILES([install-headers])
+AC_CONFIG_FILES([install-headers], [chmod +x install-headers])
 AC_OUTPUT




reply via email to

[Prev in Thread] Current Thread [Next in Thread]