X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=2ab3587e91319921f88e0f907f7636f1eda0cbaf;hb=60900035e6d0309705f2326ee50edc52386305e9;hp=998aef2def7e0d88d5c402b2ea082c40b5ede06b;hpb=5cd5185613348b13625e257efcd7b2f11ca85276;p=polyglot.git diff --git a/configure.ac b/configure.ac index 998aef2..2ab3587 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.4w10UCIb20], [michel.vandenbergh@uhasselt.be]) +AC_INIT([polyglot], [1.4.56b], [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