|
|
1.1 root 1: dnl Configure script for i386
2: dnl Copyright 1999 Free Software Foundation, Inc.
3:
4: dnl Permission to use, copy, modify and distribute this software and its
5: dnl documentation is hereby granted, provided that both the copyright
6: dnl notice and this permission notice appear in all copies of the
7: dnl software, derivative works or modified versions, and any portions
8: dnl thereof, and that both notices appear in supporting documentation.
9: dnl
10: dnl THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS
11: dnl "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY
12: dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
13: dnl USE OF THIS SOFTWARE.
14:
15:
16: AC_INIT(i386/i386asm.sym)
17: AC_PREREQ(2.12)
18:
19: #
20: # Options
21: #
22: AC_ARG_ENABLE(lpr,
23: [ --enable-lpr enable use of lpr device],
24: [test "x$enableval" = xno || AC_DEFINE(MACH_LPR)])
25:
26: #
27: # Programs
28: #
29: AC_CHECK_TOOL(LD, ld)
30: AC_CHECK_TOOL(MAKE, make)
31:
32: AC_CONFIG_SUBDIRS(linux)
33:
34: AC_OUTPUT(Makefile)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.