diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2023-01-09 21:40:45 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-20 00:08:11 +0200 |
commit | f1673c60adff196d9b1c7c97797c5775b3bdb56a (patch) | |
tree | db3ddfd858d41397f9fbfbb57935218bb6efd931 /src/lib | |
parent | e0307c7925168f58c3ec5077ea9915db81d4f62a (diff) | |
download | devtools-f1673c60adff196d9b1c7c97797c5775b3bdb56a.tar.xz |
build: replace m4 defines with sed scripts during build
There is no reason anymore to use m4 since we got rid of the includes by
using library files. Let's replace the last usage of m4 and completely
red rid of it.
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/common.sh b/src/lib/common.sh index 1fe396c..51ab2fd 100644 --- a/src/lib/common.sh +++ b/src/lib/common.sh @@ -17,7 +17,7 @@ export LANG=C # Set buildtool properties export BUILDTOOL=devtools -export BUILDTOOLVER=m4_devtools_version +export BUILDTOOLVER=@buildtoolver@ # Set common properties export PACMAN_KEYRING_DIR=/etc/pacman.d/gnupg |