summaryrefslogtreecommitdiff
path: root/hurd/configure.ac
blob: 0e015ba0d8fef63fa474cc710054b262ffb99942 (plain)
1
2
3
4
5
6
7
8
9
10
11
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