mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Update m4 to 1.4.7
This commit is contained in:
parent
b88fbd1a2d
commit
c9a390d67c
6 changed files with 66 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue