dnl dnl dnl ProLinga-Doc dnl dnl Copyright (C) 2002-2008 Xobas Software. dnl All rights reserved. dnl dnl This file is part of ProLinga-Doc. dnl dnl ProLinga-Doc is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation, either version 3 of the License, or dnl (at your option) any later version. dnl dnl ProLinga-Doc is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with ProLinga-Doc. If not, see . dnl dnl More information is available at the following addresses: dnl dnl Website : http://www.prolinga.org dnl dnl Email : prolinga-list@prolinga.org dnl dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) AC_INIT(ProLinga-Doc,0.0.2,prolinga-list@prolinga.org,prolinga-doc) AC_CONFIG_SRCDIR(doc/prolinga.xsl) AC_CONFIG_AUX_DIR(config) #AC_LANG(C++) AM_CONFIG_HEADER(doc/config.h:doc/config-h.in) AM_INIT_AUTOMAKE dnl set host/node name dnl set home dir dnl set required 3rd party versions dnl Set default pkg search path dnl Checks for programs. #AC_PROG_CC #AC_PROG_CPP #AC_PROG_CXX #AC_PROG_CXXCPP #AC_PROG_INSTALL ##AC_PROG_RANLIB #AC_PROG_LIBTOOL dnl Checks for libraries. dnl Checks for header files. dnl Checks for typedefs, structures and compiler characteristics. dnl Checks for library functions. dnl Check 3rd party products dnl create output files AC_OUTPUT(Makefile doc/Makefile doc/reference/Makefile doc/reference/version.txt doc/tutorial/Makefile doc/tutorial/version.txt)