From 89a3a3d53a95afc90a6c269242036dc88e29deef Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 15 Feb 2003 23:52:51 +0000 Subject: 2003-02-15 Roland McGrath * configure.ac: New file. * install-headers.in: New file. --- hurd/configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hurd/configure.ac (limited to 'hurd/configure.ac') diff --git a/hurd/configure.ac b/hurd/configure.ac new file mode 100644 index 00000000..bb6d7439 --- /dev/null +++ b/hurd/configure.ac @@ -0,0 +1,11 @@ +dnl Run through autoconf to create a configure script for install-headers. +AC_REVISION([$CVSid$]) +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]) +AC_OUTPUT -- cgit v1.2.3