X-Git-Url: https://git.distorted.org.uk/~mdw/bascat/blobdiff_plain/85dd468c12f531710f50baff9fc9d5daad3813bb..39f2290749824ea6da9f2c8b6937de993ad50d22:/configure.in diff --git a/configure.in b/configure.in deleted file mode 100644 index 17f4a72..0000000 --- a/configure.in +++ /dev/null @@ -1,42 +0,0 @@ -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)