]> www.ginac.de Git - cln.git/commit
Update and clean up autoconf template files.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 5 Nov 2021 11:31:59 +0000 (12:31 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 5 Nov 2021 13:54:37 +0000 (14:54 +0100)
commit280cc69e7235f176669202a319dd493b234a5b70
tree73830bd2af4b41fe569e75bf2b6af80fa1c79895
parent6edafa136be9f6394fea46a3e2858fe9194974fd
Update and clean up autoconf template files.

This is needed for compatibility with newer autoconf:
* Removed several unused m4 macros.
* Removed support for traditional C decl in CL_PROTO_TRY.
* Remove check for perror(), which is standard C++11.
* Remove ax_cxx_compile_stdcxx.m4 (it is pulled in by autogen.sh).
* Ran autoupdate on remaining files.

Tested successfully with autoconf 1.69 and 1.71.
12 files changed:
configure.ac
m4/alloca.m4
m4/as-underscore.m4
m4/ax_cxx_compile_stdcxx.m4 [deleted file]
m4/general.m4
m4/gettimeofday.m4
m4/gmp.m4
m4/intparam.m4
m4/perror.m4 [deleted file]
m4/proto.m4
m4/rusage.m4
src/timing/cl_t_config.h.in