Update m4 to 1.4.7

This commit is contained in:
Andrius Štikonas 2021-02-07 15:39:42 +00:00
parent b88fbd1a2d
commit c9a390d67c
6 changed files with 66 additions and 52 deletions

View file

@ -103,13 +103,13 @@ default_src_configure() {
# Default function for compiling source. It simply runs make without any parameters.
default_src_compile() {
make
make -f Makefile
}
# Default installing function. PREFIX should be set by run.sh script.
# Note that upstream makefiles might ignore PREFIX and have to be configured in configure stage.
default_src_install() {
make install PREFIX="${PREFIX}"
make -f Makefile install PREFIX="${PREFIX}"
}
# Check if bash function exists