undo adding automake everywhere (#2210)

* Revert "fix(xorg/protocol)"

This reverts commit 2c5953be32.

* Revert "fix(openvpn)"

This reverts commit d56ab8d1ef.

* Revert "fix(x11)"

This reverts commit c9bf2cd5cd.

* Revert "fix(libmd)[1]"

This reverts commit b36124ab90.

* partial revert of `fix(libmd)`

* partial revert of `fix(automake)`
This commit is contained in:
Jacob Heider 2023-06-16 13:07:05 -04:00 committed by GitHub
parent 2792f48386
commit 04a96fd3d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 10 deletions

View file

@ -22,8 +22,6 @@ build:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/patch: '*'
gnu.org/automake: '*' # when did this become self-requiring?
gnu.org/texinfo: '*'
script: |-
./configure \
--build={{ hw.target }} \

View file

@ -9,8 +9,6 @@ build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/autoconf: '*'
gnu.org/automake: '*'
gnu.org/patch: '*'
crates.io/semverator: '*'
script:

View file

@ -31,8 +31,6 @@ build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/autoconf: '*'
gnu.org/automake: '*'
freedesktop.org/pkg-config: ^0.29
script: |
./configure $ARGS

View file

@ -16,8 +16,6 @@ build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/autoconf: '*'
gnu.org/automake: '*'
script: |
./configure \
--prefix="{{prefix}}" \

View file

@ -22,8 +22,6 @@ build:
x.org/util-macros: '*'
x.org/xtrans: ^1
gnu.org/sed: '*' # or build fails on macOS
gnu.org/autoconf: '*'
gnu.org/automake: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install