]> www.ginac.de Git - cln.git/blob - autogen.sh
Replace CL_REQUIRE/CL_PROVIDE(cl_no_ring) with portable code.
[cln.git] / autogen.sh
1 #!/bin/sh
2 # Convenience script for regenerating all autogeneratable files that are
3 # omitted from the version control repository. In particular, this script
4 # also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
5 # with new versions of autoconf or automake.
6 #
7 # This script requires
8 #   - autoconf >= 2.60 and automake >= 1.10 in the PATH,
9 #   - GNU make in the PATH.
10
11 # Usage: ./autogen.sh
12
13 make -f Makefile.devel build-prerequisites