X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac.m4;h=36c3d8b021f9a63f31cb149f3427fd59290e2fcc;hp=39ef877205fab7ff1bf8fc8cd9719d703e4fd316;hb=eddd1f843746065177daf1965a1ccd1a3d82a3fe;hpb=4a2bfea67bf250ebd88778f616dab442df2510fd;ds=sidebyside diff --git a/ginac.m4 b/ginac.m4 index 39ef8772..36c3d8b0 100644 --- a/ginac.m4 +++ b/ginac.m4 @@ -10,7 +10,7 @@ dnl AM_PATH_GINAC([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl Test for GiNaC, and define GINACLIB_CPPFLAGS and GINACLIB_LIBS dnl -AC_DEFUN(AM_PATH_GINAC, +AC_DEFUN([AM_PATH_GINAC], [dnl dnl Get the cppflags and libraries from the ginac-config script dnl @@ -91,7 +91,7 @@ dnl match the version of the headers and the version built into the library, too prototype for exit() that conflicts with the one in stdlib.h */ extern "C" int system(const char *); -int main(void) +int main() { int major, minor, micro; char *tmp_version;