# # Copyright (C) 2003 - 2009 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([spin_app], [1.2.0], [bojan@rexursive.com]) RXV_SPIN_CONFIG_NICE([config.nice]) AC_PREREQ(2.57) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([app.c]) 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_PACKAGER RXV_SPIN_CONFIG # Flags cleanup RXV_SPIN_CLEANFLAGS # Build specific variables RXV_SPIN_VARIABLES # Checks for programs. RXV_SPIN_STDPROGS # Checks for libraries and headers RXV_SPIN_SPINHEADER # Extra libraries and headers for this application RXV_SPIN_CORE # Create output files AC_CONFIG_FILES(Makefile) AC_CONFIG_FILES(spin_app.spec) AC_OUTPUT