# # 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 Lesser General Public License as published by the # Free Software Foundation, either version 2.1 of the License, 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 Lesser General Public License # for more details. # # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . # # Process this file with autoconf to produce a configure script. AC_INIT([mod_spin], [1.1.8], [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.pc) AC_CONFIG_FILES(mod_spin.spec) AC_OUTPUT