X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=09bc658fa2c54cafe0f49d7b621e013f71dfcab0;hb=e516b96c20d27e7d86d3485b010d6d48cecec9f1;hp=409e38d3549b231d74b9753ecf6f18f9b0076df2;hpb=8c1404cd360afdaba0b47685c1d482ba3356dbb1;p=polyglot.git diff --git a/configure.ac b/configure.ac index 409e38d..09bc658 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.4w10UCIb21], [michel.vandenbergh@uhasselt.be]) +AC_INIT([polyglot], [1.4.61b], [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