X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=417ca80d8e8e503118e9f6e5bdff4e166715d855;hb=5b56e51eeae04c352b95b1706b9d69b61feba3e9;hp=9cabff7ed7005b6549b06fe2ddfdfe5f9c6ab397;hpb=92a5061fe11dab6ef0bb339cbe7798e6ccb35626;p=polyglot.git diff --git a/configure.ac b/configure.ac index 9cabff7..417ca80 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.4b26], [michel.vandenbergh@uhasselt.be]) +AC_INIT([polyglot], [1.4.53b], [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