flatpak / flatpak-builder

Tool to build flatpaks from source
GNU Lesser General Public License v2.1
142 stars 93 forks source link

Can't find autogen, autogen.sh or bootstrap #611

Closed stsp closed 4 months ago

stsp commented 4 months ago

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:

  - name: jansson
    buildsystem: autotools
    sources:
      - type: git
        url: https://github.com/akheron/jansson.git
        branch: master

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 and autogen.sh but configure.ac exist, just run autoreconf.

stsp commented 4 months ago

Wasn't this closed?

TingPing commented 4 months ago

You opened the same issue twice (#612)