OSDN Git Service

binutils/
[pf3gnuchains/pf3gnuchains4x.git] / winsup / doc / configure.in
1 dnl Autoconf configure script for winsup/regexp
2 dnl Copyright 1997,1998,1999,2000,2001 Red Hat, Inc.
3 dnl
4 dnl This file is part of Cygwin.
5 dnl 
6 dnl This software is a copyrighted work licensed under the terms of the
7 dnl Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
8 dnl details.
9
10 dnl Process this file with autoconf to produce a configure script.
11
12 AC_PREREQ(2.59)
13 AC_INIT(cygwin-api.in.sgml)
14 AC_CONFIG_AUX_DIR(../..)
15
16 AC_CANONICAL_SYSTEM
17
18 LIB_AC_PROG_CC
19
20 AC_SUBST(build_exeext)
21
22 AC_OUTPUT(Makefile)