]> cygwin.com Git - cygwin-apps/setup.git/blame - configure.in
2002-04-26 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / configure.in
CommitLineData
37ee316b
CF
1dnl Copyright (c) 2000, Red Hat, Inc.
2dnl
3dnl This program is free software; you can redistribute it and/or modify
4dnl it under the terms of the GNU General Public License as published by
5dnl the Free Software Foundation; either version 2 of the License, or
6dnl (at your option) any later version.
7dnl
8dnl A copy of the GNU General Public License can be found at
9dnl http://www.gnu.org/
739457f4 10dnl
6dfbe297 11dnl Written by Christopher Faylor <cgf@redhat.com>
f6100b6f
RC
12dnl and Robert Collins <rbtcollins@hotmail.com>
13dnl
14dnl $Id$
15dnl
37ee316b
CF
16dnl Autoconf configure script for Cygwin utilities.
17dnl
739457f4
CF
18dnl Process this file with autoconf to produce a configure script.
19
db04fc41
RC
20AC_INIT
21AC_PREREQ(2.53)
22AC_CONFIG_AUX_DIR(cfgaux)
f6100b6f
RC
23AM_INIT_AUTOMAKE(setup, 0)
24dnl AM_CONFIG_HEADER(include/autoconf.h)
25AM_MAINTAINER_MODE
db04fc41
RC
26AC_CONFIG_SRCDIR([Makefile.in])
27AC_REVISION($Revision$)dnl
28
f6100b6f 29AC_LANG_CPLUSPLUS
db04fc41 30AC_PROG_CXX
f6100b6f
RC
31AM_PROG_CC_C_O
32AM_PROG_LEX
33AC_PROG_YACC
db04fc41
RC
34AC_CANONICAL_BUILD
35AC_CANONICAL_HOST
739457f4 36
f6100b6f
RC
37dnl AC_CHECK_TOOL(AR, ar, ar)
38dnl AC_SUBST(AR)
39dnl AC_CHECK_TOOL(AS, as, as)
40dnl AC_SUBST(AS)
41dnl AC_CHECK_TOOL(RANLIB, ranlib, ranlib)
42dnl AC_SUBST(RANLIB)
43dnl AC_CHECK_TOOL(LD, ld, ld)
44dnl AC_SUBST(LD)
45dnl AC_CHECK_TOOL(DLLTOOL, dlltool, dlltool)
46dnl AC_SUBST(DLLTOOL)
739457f4
CF
47AC_CHECK_TOOL(WINDRES, windres, windres)
48AC_SUBST(WINDRES)
f6100b6f
RC
49dnl AC_CHECK_TOOL(OBJCOPY, objcopy, objcopy)
50dnl AC_SUBST(OBJCOPY)
739457f4 51
db04fc41
RC
52AC_CONFIG_SUBDIRS(zlib)
53AC_CONFIG_SUBDIRS(bz2lib)
739457f4 54
db04fc41
RC
55AC_CONFIG_FILES([Makefile])
56AC_OUTPUT
This page took 0.035944 seconds and 5 git commands to generate.