# # Copyright (C) 2003 - 2007 Bojan Smojver, Rexursive # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public Licence as published by the Free # Software Foundation; either version 2 of the Licence, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for # more details. # # You should have received a copy of the GNU General Public Licence along # with this program; if not, write to the Free Software Foundation, Inc., 59 # Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Process this file with autoconf to produce a configure script. AC_INIT([mod_spin], [1.1.4], [bojan@rexursive.com]) RXV_SPIN_CONFIG_NICE([config.nice]) AC_PREREQ(2.57) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/scanner.l]) AC_CONFIG_HEADERS([config.h]) # Following is the workaround for PACKAGE_* variables from ap_config_auto.h RXV_SPIN_PACKAGE # To show the world who we are :-) RXV_SPIN_SIGNATURE # Process arguments RXV_SPIN_APXS RXV_SPIN_APACHE RXV_SPIN_FLEXRE RXV_SPIN_PACKAGER RXV_SPIN_APRAPU RXV_SPIN_LIBAPREQ2 RXV_SPIN_LIBXML2 # Flags cleanup RXV_SPIN_CLEANFLAGS # Build specific variables RXV_SPIN_VARIABLES # Checks for programs. RXV_SPIN_FLEXBISON RXV_SPIN_STDPROGS # Checks for libraries and headers RXV_SPIN_STDLIBS RXV_SPIN_APUGETNAME RXV_SPIN_STDHEADERS RXV_SPIN_PRIVHEADERS # Create output files AC_CONFIG_FILES(Makefile src/Makefile) AC_CONFIG_FILES(rxv_spin-config) AC_CONFIG_FILES(doxygen.conf) AC_CONFIG_FILES(mod_spin.spec) AC_OUTPUT