8 lines
203 B
Bash
8 lines
203 B
Bash
export M4_VERSION=1.4.20
|
|
|
|
IFS='.' read -r M4_VERSION_MAJOR M4_VERSION_MINOR <<< $M4_VERSION
|
|
export M4_VERSION_MAJOR M4_VERSION_MINOR
|
|
|
|
export M4_URL=https://mirror.ufs.ac.za/gnu/m4/m4-$M4_VERSION.tar.xz
|
|
|