Turn off debugging\!
[bascat] / configure.in
index e246192..17f4a72 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.1 1998/03/16 15:21:37 mdw Exp $
+dnl $Id$
 dnl
 dnl Source for auto configuration for `Bascat'
 dnl
@@ -25,27 +25,13 @@ 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.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)
-PACKAGE=bascat VERSION=1.2-pre
-AC_SUBST(PACKAGE)
-AC_SUBST(VERSION)
-AC_DEFINE(VERSION, "1.2-pre")
+AM_INIT_AUTOMAKE(bascat, 1.3)
 
-AC_ARG_PROGRAM
 AC_PROG_CC
 AC_PROG_INSTALL
 
-mdw_GCC_FLAGS(-pedantic -Wall -W -Wtraditional -Wpointer-arith -Wcast-align)
+mdw_GCC_FLAGS
 mdw_CHECK_MANYLIBS(tgetent, termcap ncurses, [AC_DEFINE(HAVE_LIBTERMCAP, 1)])
 mdw_OPT_NDEBUG