X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=configure.ac;h=fa15e530f67120208fe9314ab8e76198ae3b154e;hp=db02fca2501345803ecba34fdcfe18abfff071fa;hb=1087eb7b2d8447adf9a7deb549d4004a87b46b10;hpb=e7a2abd9bd4fce9ebbd70793b00d9d5f99886348 diff --git a/configure.ac b/configure.ac index db02fca..fa15e53 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.4w10UCIb16], [michel.vandenbergh@uhasselt.be]) +AC_INIT([polyglot], [1.4.36b], [michel.vandenbergh@uhasselt.be]) AM_INIT_AUTOMAKE -AC_CONFIG_SRCDIR([adapter.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