Skip to content

Commit

Permalink
Remove autotools build system
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyNotHugo committed Apr 3, 2024
1 parent 8e51677 commit 06329b5
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 965 deletions.
12 changes: 0 additions & 12 deletions Makefile-bwrap.am

This file was deleted.

18 changes: 0 additions & 18 deletions Makefile-docs.am

This file was deleted.

102 changes: 0 additions & 102 deletions Makefile.am

This file was deleted.

14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,25 +92,15 @@ Installation
bubblewrap is available in the package repositories of the most Linux distributions
and can be installed from there.

If you need to build bubblewrap from source, you can do this with meson or autotools.
If you need to build bubblewrap from source, you can do this with meson:

meson:

```
```sh
meson _builddir
meson compile -C _builddir
meson test -C _builddir
meson install -C _builddir
```

autotools:

```
./autogen.sh
make
sudo make install
```

Usage
-----

Expand Down
19 changes: 0 additions & 19 deletions autogen.sh

This file was deleted.

4 changes: 0 additions & 4 deletions ci/builddeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ done
if dpkg-vendor --derives-from Debian; then
apt-get -y update
apt-get -q -y install \
autoconf \
automake \
build-essential \
docbook-xml \
docbook-xsl \
Expand All @@ -81,8 +79,6 @@ if command -v yum; then
yum -y install \
'pkgconfig(libselinux)' \
/usr/bin/eu-readelf \
autoconf \
automake \
docbook-style-xsl \
gcc \
git \
Expand Down
158 changes: 0 additions & 158 deletions configure.ac

This file was deleted.

Loading

0 comments on commit 06329b5

Please sign in to comment.