dnl -*-fundamental-*- dnl dnl $Id$ 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. AC_INIT(bascat.c) AM_INIT_AUTOMAKE(bascat, 1.3) AC_PROG_CC AC_PROG_INSTALL mdw_GCC_FLAGS 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)