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