You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider adding ability to specify custom autogen command for autotools sources. Use-case: today I wanted to build autotools projects that do not distribute generated autotools build files in the release tarballs, i.e. the tarballs are git archives rather than 'make dist' products. Also, these projects do not have toplevel autogen.sh scripts. I was able to use this hack to get it to work:
flatpak-builder could support nicer ways of doing this. JHBuild provides an autogen-sh attribute which accomplishes this, for example, as well as a couple more settings that can be useful. Would be nicer to be able to do something like this instead:
Consider adding ability to specify custom autogen command for autotools sources. Use-case: today I wanted to build autotools projects that do not distribute generated autotools build files in the release tarballs, i.e. the tarballs are git archives rather than 'make dist' products. Also, these projects do not have toplevel autogen.sh scripts. I was able to use this hack to get it to work:
flatpak-builder could support nicer ways of doing this. JHBuild provides an autogen-sh attribute which accomplishes this, for example, as well as a couple more settings that can be useful. Would be nicer to be able to do something like this instead:
The text was updated successfully, but these errors were encountered: