2014-08-16 05:24:35 +08:00
|
|
|
dnl Autoconf configure script for winsup/doc
|
2000-02-18 03:38:33 +08: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.
|
|
|
|
|
2014-08-16 05:24:35 +08:00
|
|
|
AC_PREREQ([2.59])
|
2016-03-30 20:09:19 +08:00
|
|
|
AC_INIT([Cygwin Documentation],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com])
|
2014-08-16 05:24:35 +08:00
|
|
|
AC_CONFIG_SRCDIR(cygwin-api.xml)
|
2006-05-25 00:59:03 +08:00
|
|
|
AC_CONFIG_AUX_DIR(../..)
|
2000-02-18 03:38:33 +08:00
|
|
|
|
2014-10-23 04:04:42 +08:00
|
|
|
AC_PROG_INSTALL
|
2015-07-06 02:09:16 +08:00
|
|
|
AC_CHECK_PROGS([DOCBOOK2XTEXI], [docbook2x-texi db2x_docbook2texi], [true])
|
2012-10-24 20:57:29 +08:00
|
|
|
AC_NO_EXECUTABLES
|
2016-03-30 20:09:19 +08:00
|
|
|
AC_CANONICAL_TARGET
|
2000-02-18 03:38:33 +08:00
|
|
|
|
2016-04-01 02:04:18 +08:00
|
|
|
AC_PROG_CC
|
2000-02-18 03:38:33 +08:00
|
|
|
|
|
|
|
AC_SUBST(build_exeext)
|
|
|
|
|
2016-04-01 02:04:18 +08:00
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
|
|
AC_OUTPUT
|