summaryrefslogtreecommitdiff
path: root/linux/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'linux/configure.in')
-rw-r--r--linux/configure.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/linux/configure.in b/linux/configure.in
deleted file mode 100644
index b8da2e5..0000000
--- a/linux/configure.in
+++ /dev/null
@@ -1,28 +0,0 @@
-dnl Configure script for linux code snarfed into GNU Mach.
-dnl Copyright 1999, 2004, 2006 Free Software Foundation, Inc.
-
-dnl Permission to use, copy, modify and distribute this software and its
-dnl documentation is hereby granted, provided that both the copyright
-dnl notice and this permission notice appear in all copies of the
-dnl software, derivative works or modified versions, and any portions
-dnl thereof, and that both notices appear in supporting documentation.
-dnl
-dnl THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS
-dnl "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY
-dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
-dnl USE OF THIS SOFTWARE.
-
-AC_PREREQ([2.57])
-
-m4_include([../version.m4])
-AC_INIT([AC_PACKAGE_NAME], [AC_PACKAGE_VERSION], [AC_PACKAGE_BUGREPORT], [AC_PACKAGE_TARNAME])
-AC_CONFIG_SRCDIR([src/include/linux/version.h])
-
-m4_sinclude([../aclocal.m4])
-
-hurd_SYSTYPE
-
-AC_CONFIG_LINKS([src/include/asm:src/include/asm-${systype}
- dev/include/asm:dev/include/asm-${systype}])
-
-AC_OUTPUT