aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/configure
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20Cygwin: Remove recursive configureJon Turney1-4064/+0
There's doesn't seem to be much use in independently distributing these subdirectories, so allowing them to be independently configured seems pointless and overcomplicated. The order in which the subdirectories are built is still a little odd, as cygwin is linked with libcygserver, and cygserver is then linked with cygwin. So, we build the cygwin directory first, which invokes a build of libcygserver in the cygserver directory, and then build in the cygserver directory to build the cygserver executable. Drop AC_CONFIGURE_ARGS, since we don't need to recursively call configure with the same arguments anymore. Slightly refine when we build utils: Previously we didn't build any utils if MinGW compiler use was avoided, now we just avoid building those utils which require that compiler. Greatly simplify how winsup_srcdir and target_builddir are set, since we're only configuring from one directory. (These are still kept absolute, since we don't adjust them where used for being used in a subdirectory). Remove configure.cygwin and put it's (greatly reduced) contents inline in the one place it's used now. Remove generated configure and aclocal.m4 in subdirectories.
2016-04-01Update autoconf for doc/lsaauth/utilsPeter Foley1-95/+0
Don't use obsolete LIB_AC_PROG_CC. Run autoupdate. winsup/ChangeLog: doc/aclocal.m4: delete lsaauth/aclocal.m4: ditto doc/configure.ac: refactor and update lsaauth/configure.ac: ditto utils/configure.ac: ditto doc/configure: regenerate lsaauth/configure: regenerate utils/configure: regenerate Signed-off-by: Peter Foley <pefoley2@pefoley.com>
2016-03-30Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usageCorinna Vinschen1-1/+0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-07-05winsup/doc: Add a configure test to find docbook2xtexiJon TURNEY1-0/+44
Fedora installs docbook2texi under the name db2x_docbook2texi Other distros and Cygwin install docbook2texi under the name docbook2x-texi Add a configure test to find either. 2015-07-05 Jon Turney <jon.turney@dronecode.org.uk> * configure.ac: Add check for DOCBOOK2XTEXI * configure: Regenerate. * Makefile.in (DOCBOOK2XTEXI): Use. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2014-10-22 * Makefile.in: Create install targets.Corinna Vinschen1-0/+102
(cygwin-ug-net/cygwin-ug-net.pdf): Create subdir to allow building PDF even if subdir is missing. (cygwin-api/cygwin-api.pdf): Ditto. * configure.ac: Add AC_PROG_INSTALL rule. * configure: Regenerate. * new-features.xml (ov-new1.7.33): Add installation of docs.
2014-08-15 * configure.ac: Convert to new AC_INIT style.Corinna Vinschen1-23/+31
* configure: Regenerate.
2013-05-01Modernized user guide, API reference, and FAQ generation. OverallWarren Young1-92/+97
effect is to move away from DocBook SGML and DJ Delorie's doctool and toward pure DocBook XSL. (There remains just one use of doctool, and we have plans for replacing it, too.) See ChangeLog for details.
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES.Corinna Vinschen1-13/+91
* configure: Regenerate.
2012-04-24 * configure: Regenerate.Yaakov Selkowitz1-1780/+2412
2006-05-24update to newer autoconfChristopher Faylor1-608/+2832
2001-12-04Cleanup copyrights and Cygnus'isms throughout.Christopher Faylor1-23/+12
* setup.sgml: Nuke ancient instructions.
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+1078