dnl -*-fundamental-*- dnl dnl $Id$ dnl dnl Configuration script for cipher dnl dnl (c) 2000 Mark Wooding dnl dnl ----- Licensing notice -------------------------------------------------- dnl dnl Copyright (c) 2000 Mark Wooding dnl All rights reserved. dnl dnl Redistribution and use in source and binary forms, with or without dnl modification, are permitted provided that the following conditions are dnl met: dnl dnl 1. Redistributions of source code must retain the above copyright dnl notice, this list of conditions and the following disclaimer. dnl dnl 2, Redistributions in binary form must reproduce the above copyright dnl notice, this list of conditions and the following disclaimer in the dnl documentation and/or other materials provided with the distribution. dnl dnl 3. The name of the authors may not be used to endorse or promote dnl products derived from this software without specific prior written dnl permission. dnl dnl THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED dnl WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF dnl MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN dnl NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, dnl INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES dnl (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR dnl SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) dnl HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, dnl STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN dnl ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE dnl POSSIBILITY OF SUCH DAMAGE. dnl dnl Instead of accepting the above terms, you may redistribute and/or modify dnl this software under the terms of either the GNU General Public License, dnl or the GNU Library General Public License, published by the Free dnl Software Foundation; either version 2 of the License, or (at your dnl option) any later version. dnl ----- Revision history -------------------------------------------------- dnl dnl $Log: configure.in,v $ dnl Revision 1.4 2000/07/02 15:49:44 mdw dnl Version bump. dnl dnl Revision 1.3 2000/07/02 15:21:20 mdw dnl Fix licence text. dnl dnl Revision 1.1 2000/05/21 11:28:30 mdw dnl Initial check-in. dnl AC_INIT(storin.c) AM_INIT_AUTOMAKE(storin, 1.0.2) AC_PROG_CC mdw_GCC_FLAGS AC_OUTPUT(Makefile) dnl ----- That's all, folks -------------------------------------------------