2000-02-17 20:38:33 +01:00
|
|
|
dnl Autoconf configure script for winsup/regexp
|
2001-12-04 05:20:31 +01:00
|
|
|
dnl Copyright 1997,1998,1999,2000,2001 Red Hat, Inc.
|
2000-02-17 20:38:33 +01:00
|
|
|
dnl
|
|
|
|
dnl This file is part of Cygwin.
|
|
|
|
dnl
|
|
|
|
dnl This software is a copyrighted work licensed under the terms of the
|
|
|
|
dnl Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
|
|
dnl details.
|
|
|
|
|
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
|
2006-05-24 18:59:03 +02:00
|
|
|
AC_PREREQ(2.59)
|
2000-02-17 20:38:33 +01:00
|
|
|
AC_INIT(cygwin-api.in.sgml)
|
2006-05-24 18:59:03 +02:00
|
|
|
AC_CONFIG_AUX_DIR(../..)
|
2000-02-17 20:38:33 +01:00
|
|
|
|
|
|
|
AC_CANONICAL_SYSTEM
|
|
|
|
|
|
|
|
LIB_AC_PROG_CC
|
|
|
|
|
|
|
|
AC_SUBST(build_exeext)
|
|
|
|
|
|
|
|
AC_OUTPUT(Makefile)
|