dnl -*-fundamental-*- dnl dnl $Id: configure.in,v 1.2 1999/10/28 10:10:39 mdw Exp $ dnl dnl Source for auto configuration for `Bascat' dnl dnl (c) 1997 Mark Wooding dnl dnl----- Licensing notice --------------------------------------------------- dnl dnl This file is part of Bascat. dnl dnl Bascat is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Library General Public License as dnl published by the Free Software Foundation; either version 2 of the dnl License, or (at your option) any later version. dnl dnl Bascat 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 Library General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with Bascat; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl----- Revision history --------------------------------------------------- dnl dnl $Log: configure.in,v $ dnl Revision 1.2 1999/10/28 10:10:39 mdw dnl New project standards. dnl dnl Revision 1.1 1998/03/16 15:21:37 mdw dnl Files placed under CVS control. dnl dnl Revision 1.1 1997/07/23 01:18:47 mdw dnl Initial revision dnl AC_INIT(bascat.c) AM_INIT_AUTOMAKE(bascat, 1.2pre2) AC_ARG_PROGRAM AC_PROG_CC AC_PROG_INSTALL mdw_GCC_FLAGS(-pedantic -Wall -W -Wtraditional -Wpointer-arith -Wcast-align) mdw_CHECK_MANYLIBS(tgetent, termcap ncurses, [AC_DEFINE(HAVE_LIBTERMCAP, 1)]) mdw_OPT_NDEBUG AC_ARG_WITH(pager, [ --with-pager=PAGER set the default pager (default is \`more')], [AC_DEFINE(PAGER, "$withval")], [AC_DEFINE(PAGER, "more")]) AC_OUTPUT(Makefile)