X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=b76adcef0ef5ca2b92fac528706e8ef666a47ae2;hb=95f2e11e77098c0ddb4f24404704f1ffc0f39040;hp=3e195b8ebea9a3a60d3bf502f739b094dfcea492;hpb=07265afaa167049a447b4c5f43e5ef90c7451a49;p=polyglot.git diff --git a/configure.ac b/configure.ac index 3e195b8..b76adce 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.4w10UCIb24], [michel.vandenbergh@uhasselt.be]) +AC_INIT([polyglot], [1.4.68b], [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