8 lines
181 B
Bash
8 lines
181 B
Bash
|
#!/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
|