You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
456 B

  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. # Usage: ./autogen.sh
  11. make -f Makefile.devel build-prerequisites