build: fix compatibility with older libtool versions
Seems older versions preferred AC_CONFIG_MACRO_DIR.
1 file changed
tree: c0e6f80e4e60f69d7b796d3a1cc735252788b96e
- include/
- src/
- tests/
- .gitignore
- .travis.yml
- autogen.sh
- configure.ac
- LICENSE
- Makefile.am
- README.md
README.md
seismograph -- tools for producing CoreOS images
cgpt
A partitioning tool.
rootdev
Performs operations to discover and annotate the root block device
Originally inspired by the old rdev utility from util-linux but has been completely rewritten since then. git://git.debian.org/~lamont/util-linux.git / 717db2c8177203fe242ea35b31bc312abe9aa3c9
- Provides core functionality in a library: librootdev
- Walks sysfs to discover the block devices
- Supports resolving through to /sys/block/XXX/slaves/*/dev devices
- Will test and, optionally, symlink to the /dev entry for standard devices.
- Is testable.