diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-02 16:33:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-02 16:33:08 +0300 |
commit | 7cb7b0314d83469d46ea410059c1308207d6f3ab (patch) | |
tree | c1a74bf8ccb6901654baa515c96c1eb5e7085383 /core/m4 | |
parent | fdf7fe3d6d758fefa1a448cce5838614a892d541 (diff) | |
download | repository-7cb7b0314d83469d46ea410059c1308207d6f3ab.tar.gz |
m4: don't use alternatives system
Diffstat (limited to 'core/m4')
-rwxr-xr-x | core/m4/build | 7 | ||||
-rw-r--r-- | core/m4/version | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/core/m4/build b/core/m4/build index ea87d965..bbd53ee2 100755 --- a/core/m4/build +++ b/core/m4/build @@ -3,12 +3,7 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ - --prefix=/usr \ - --program-prefix=g + --prefix=/usr make make DESTDIR="$1" install - -# Setup alternatives -ln -s gm4 "$1/usr/bin/m4" -ln -s gm4.1 "$1/usr/share/man/man1/m4.1" diff --git a/core/m4/version b/core/m4/version index b97669c6..954271ac 100644 --- a/core/m4/version +++ b/core/m4/version @@ -1 +1 @@ -1.4.19 1 +1.4.19 2 |