[xserver-commit] cygwin-x-doc configure.ac,NONE,1.1 configure.in,1.5,NONE
Harold L Hunt II
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xserver configure.ac,3.64,3.65
- Next message: [xserver-commit] cygwin-x-doc ChangeLog,NONE,1.1 NEWS,NONE,1.1 README,NONE,1.1 Makefile.in,1.2,1.3 aclocal.m4,1.2,1.3 configure,1.5,1.6 configure.ac,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: harold
Update of /cvs/xserver/cygwin-x-doc
In directory pdx:/tmp/cvs-serv10458
Added Files:
configure.ac
Removed Files:
configure.in
Log Message:
Rename configure.in->configure.ac
--- NEW FILE: configure.ac ---
dnl Process this file with autoconf to produce a configure script.
AC_INIT([Makefile.am])
AM_INIT_AUTOMAKE(cygwin-xfree-doc, 0.9.12)
AC_PROG_LN_S
# Checks for programs.
# dsssl processor
AC_CHECK_PROGS([JADE],[jade openjade])
if test -z "$JADE" ; then
AC_MSG_ERROR([No dsssl tool found. Cannot build documentation.])
fi
# sgml validator
AC_CHECK_PROGS([NSGMLS],[nsgmls onsgmls])
if test -z "$NSGMLS" ; then
AC_MSG_WARN([No sgml validator found. Cannot validate sgml content.])
fi
# Checks for libraries.
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
AC_OUTPUT([Makefile cg/Makefile faq/Makefile ug/Makefile stylesheets/Makefile \
ug/figures/Makefile common/Makefile])
--- configure.in DELETED ---
- Previous message: [xserver-commit] xserver configure.ac,3.64,3.65
- Next message: [xserver-commit] cygwin-x-doc ChangeLog,NONE,1.1 NEWS,NONE,1.1 README,NONE,1.1 Makefile.in,1.2,1.3 aclocal.m4,1.2,1.3 configure,1.5,1.6 configure.ac,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]