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

Diff of /gnumach/i386/configure.in

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

revision 1.2 by roland, Sat May 1 00:34:11 1999 UTC revision 1.2.4.1 by marcus, Tue Jul 12 23:01:06 2005 UTC
# Line 1  Line 1 
1  dnl Configure script for i386  dnl Configure script for i386
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 13  dnl LIABILITY OF ANY KIND FOR ANY DAMAGE Line 13  dnl LIABILITY OF ANY KIND FOR ANY DAMAGE
13  dnl USE OF THIS SOFTWARE.  dnl USE OF THIS SOFTWARE.
14    
15    
16  AC_INIT(i386/i386asm.sym)  m4_include([../version.m4])
17  AC_PREREQ(2.12)  
18    AC_INIT([PACKAGE], [VERSION])
19    AC_CONFIG_SRCDIR([i386/i386asm.sym])
20    AC_PREREQ(2.57)
21    
22  #  #
23  # Options  # Options
24  #  #
25  AC_ARG_ENABLE(lpr,  AC_ARG_ENABLE([lpr],
26  [  --enable-lpr             enable use of lpr device],  AS_HELP_STRING([--enable-lpr], [enable use of lpr device]),
27  [test "x$enableval" = xno || AC_DEFINE(MACH_LPR)])  [test "x$enableval" = xno || AC_DEFINE([MACH_LPR], [], [enable mach lpr])])
28    
29  #  #
30  # Programs  # Programs
31  #  #
32  AC_CHECK_TOOL(LD, ld)  AC_CHECK_TOOL([LD], [ld])
33  AC_CHECK_TOOL(MAKE, make)  AC_CHECK_TOOL([MAKE], [make])
34    
35  AC_CONFIG_SUBDIRS(linux)  AC_CONFIG_SUBDIRS([linux])
36    
37  AC_OUTPUT(Makefile)  AC_CONFIG_FILES([Makefile])
38    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