/[hurd]/gnumach/linux/configure.in
ViewVC logotype

Diff of /gnumach/linux/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by roland, Fri May 21 23:22:33 1999 UTC revision 1.2.4.1 by marcus, Tue Jul 12 23:01:04 2005 UTC
# Line 1  Line 1 
1  dnl Configure script for linux code snarfed into GNU Mach.  dnl Configure script for linux code snarfed into GNU Mach.
2  dnl Copyright 1999 Free Software Foundation, Inc.  dnl Copyright 1999, 2004 Free Software Foundation, Inc.
3    
4  dnl Permission to use, copy, modify and distribute this software and its  dnl Permission to use, copy, modify and distribute this software and its
5  dnl documentation is hereby granted, provided that both the copyright  dnl documentation is hereby granted, provided that both the copyright
# Line 12  dnl "AS IS" CONDITION.  THE FREE SOFTWAR Line 12  dnl "AS IS" CONDITION.  THE FREE SOFTWAR
12  dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE  dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
13  dnl USE OF THIS SOFTWARE.  dnl USE OF THIS SOFTWARE.
14    
15  AC_INIT(src/include/linux/version.h)  m4_include([../version.m4])
16  AC_PREREQ(2.12)  
17  sinclude([../aclocal.m4])  AC_INIT([PACKAGE],[VERSION])
18    AC_CONFIG_SRCDIR([src/include/linux/version.h])
19    AC_PREREQ(2.57)
20    
21    m4_sinclude([../aclocal.m4])
22    
23  hurd_SYSTYPE  hurd_SYSTYPE
24    
25  AC_LINK_FILES(src/include/asm-${systype} dev/include/asm-${systype},  AC_CONFIG_LINKS([src/include/asm:src/include/asm-${systype}
26                src/include/asm dev/include/asm)                   dev/include/asm:dev/include/asm-${systype}])
27    
28  dnl We need to write these bogus output files to make autoconf create  dnl We need to write these bogus output files to make autoconf create
29  dnl the directories where the directory symlinks need to go.  dnl the directories where the directory symlinks need to go.
30  AC_OUTPUT(src/.dummy:dummy.in dev/.dummy:dummy.in  AC_CONFIG_FILES([src/.dummy:dummy.in
31            src/include/.dummy:dummy.in dev/include/.dummy:dummy.in)                   dev/.dummy:dummy.in
32                     src/include/.dummy:dummy.in
33                     dev/include/.dummy:dummy.in])
34    AC_OUTPUT

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26