8f9892650b
Signed-off-by: Fabio M. Di Nitto <fabbione@fabbione.net>
8 lines
181 B
Bash
Executable File
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
|