diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-04-08 23:08:37 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-04-08 23:08:37 +0200 |
commit | 7d5a62da64c0f1a61fb2ea7b0e76950e12b422cd (patch) | |
tree | 2a12fe59515d22438cbdd0369c61498510176ed1 /hurd/configure.ac | |
parent | cd0fd36ff291a301e3c8e198b987d15bb2bc2486 (diff) |
Remove hurd/install-headers.
* hurd/configure: Remove file.
* hurd/configure.ac: Likewise.
* hurd/install-headers.in: Likewise.
Diffstat (limited to 'hurd/configure.ac')
-rw-r--r-- | hurd/configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hurd/configure.ac b/hurd/configure.ac deleted file mode 100644 index 0e015ba0..00000000 --- a/hurd/configure.ac +++ /dev/null @@ -1,11 +0,0 @@ -dnl Run through autoconf to create a configure script for install-headers. -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]) -AC_CONFIG_AUX_DIR([..]) - -AC_PROG_INSTALL - -AC_CONFIG_FILES([install-headers], [chmod +x install-headers]) -AC_OUTPUT |