Harald Hoyer
9a52c3fdb0
style: shfmt reformat
...
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64 " -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
4 years ago
Harald Hoyer
f4053eb0c8
fix: shellcheck for configure
4 years ago
A. Wilcox
3aec4fca0b
configure: Find FTS library with --as-needed
...
When LDFLAGS contains ``-Wl,--as-needed``, the FTS library will be
ignored if it is specified before the .c source.
Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com>
Fixes: 62f27ee6f1
("configure: find cflags and libs for fts on musl")
4 years ago
Doan Tran Cong Danh
62f27ee6f1
configure: find cflags and libs for fts on musl
...
Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
5 years ago
Yu Watanabe
7bb8083562
configure, kmod: bump kmod version to >= 23
...
Follow-up for 2a0da60ed1
.
7 years ago
Harald Hoyer
2a0da60ed1
configure: bump kmod version to >= 23
...
for issue #357
7 years ago
Marc-Antoine Perennou
699414f5a5
configure: don't hardcode pkg-config
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
9 years ago
Harald Hoyer
607fec3e79
Use pkg-config for libkmod CFLAGS and LIBS
9 years ago
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
11 years ago
Harald Hoyer
1d4b337543
dracut.spec: use configure
12 years ago
Colin Walters
2692a42231
build: Add --disable-documentation option
...
Some operating system builders may not want to build documention, for
example during a bootstrapping process.
13 years ago
Colin Walters
103281f3b6
Support GNOME Build API
...
For dracut:
See people.gnome.org/~walters/docs/build-api.txt
We have a new stub configure script that writes out a Makefile.inc.
13 years ago