anvil/autogen.sh
Fabio M. Di Nitto 8f9892650b [build] first pass at adding a build system to integrate with CI
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
2021-01-30 20:16:30 +01:00

8 lines
181 B
Bash
Executable File

#!/bin/sh
#
# Copyright (C) 2020 Red Hat, Inc. All rights reserved.
#
# Run this to generate all the initial makefiles, etc.
autoreconf -i -v && echo Now run ./configure and make