Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure is not supplied by the package, so bee will use the build type autogen instead auf autotools. The autogen build type just runs autogen.sh with all the configuration options. It is assumed, that autogen.sh accept these options and runs all autoconf and configure steps as required, Generally this can't be expected and specifically this is not true for cronie. For one, some auxicliary files are missing (which can be created by autoreconf -i). Second, the config parameters need to be passed to configure not to autogen. Run `autoreconf -i` in bee_patch. Because this generates `configure`, the bee buildtype will be switched to autotools.
- Loading branch information