X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=2d61a3ef3fe330345d62c1717f18895b913da1ae;hb=037f73ac400afcd812f31f9260e6bf8a0ba7ef53;hp=2875e958adc5df9ea09ab2847804fc7623e534c4;hpb=8c255c15cc55a2e5254152c8e07a8ab45b22b7af;p=polyglot.git diff --git a/configure.ac b/configure.ac index 2875e95..2d61a3e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,18 +2,17 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([polyglot], [1.4w10UCIb22], [michel.vandenbergh@uhasselt.be]) +AC_INIT([polyglot], [1.4.67b], [michel.vandenbergh@uhasselt.be]) AM_INIT_AUTOMAKE -AC_CONFIG_SRCDIR([mainloop.cpp]) +AC_CONFIG_SRCDIR([mainloop.c]) AC_CONFIG_HEADER([config.h]) # Checks for programs. -AC_PROG_CXX AC_PROG_CC # Checks for libraries. -# FIXME: Replace `main' with a function in `-lm': -AC_CHECK_LIB([m], [sin]) + +AC_CHECK_LIB([m], [main]) # Checks for header files. AC_HEADER_STDC