Closed stsp closed 4 months ago
1.4.1
1.15.8
Add some autotools-based module without autogen.sh, for example:
- name: jansson buildsystem: autotools sources: - type: git url: https://github.com/akheron/jansson.git branch: master
autoreconf should be run.
autoreconf
Error: module jansson: Can't find autogen, autogen.sh or bootstrap
If there is no configure and autogen.sh but configure.ac exist, just run autoreconf.
configure
autogen.sh
configure.ac
Wasn't this closed?
You opened the same issue twice (#612)
Checklist
flatpak-builder version
1.4.1
Flatpak version
1.15.8
How to reproduce
Add some autotools-based module without autogen.sh, for example:
Expected Behavior
autoreconf
should be run.Actual Behavior
Error: module jansson: Can't find autogen, autogen.sh or bootstrap
Additional Information
If there is no
configure
andautogen.sh
butconfigure.ac
exist, just runautoreconf
.