summaryrefslogtreecommitdiff
path: root/linux/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'linux/configure.in')
-rw-r--r--linux/configure.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/linux/configure.in b/linux/configure.in
index febc7df..dd1c722 100644
--- a/linux/configure.in
+++ b/linux/configure.in
@@ -1,5 +1,5 @@
dnl Configure script for linux code snarfed into GNU Mach.
-dnl Copyright 1999, 2004 Free Software Foundation, Inc.
+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
@@ -14,7 +14,7 @@ dnl USE OF THIS SOFTWARE.
m4_include([../version.m4])
-AC_INIT([PACKAGE],[VERSION])
+AC_INIT([PACKAGE], [VERSION], [bug-hurd@gnu.org], [gnumach])
AC_CONFIG_SRCDIR([src/include/linux/version.h])
AC_PREREQ(2.57)
@@ -25,10 +25,4 @@ hurd_SYSTYPE
AC_CONFIG_LINKS([src/include/asm:src/include/asm-${systype}
dev/include/asm:dev/include/asm-${systype}])
-dnl We need to write these bogus output files to make autoconf create
-dnl the directories where the directory symlinks need to go.
-AC_CONFIG_FILES([src/.dummy:dummy.in
- dev/.dummy:dummy.in
- src/include/.dummy:dummy.in
- dev/include/.dummy:dummy.in])
AC_OUTPUT