diff options
| author | maddaat <git@maddaat.org> | 2026-04-10 18:20:08 +0400 |
|---|---|---|
| committer | maddaat <git@maddaat.org> | 2026-04-10 18:20:08 +0400 |
| commit | 06ec4982b1d3be9582d1be8cc93f7285ca948a05 (patch) | |
| tree | 041bd798c864c5998dfae39af7156b399641afd4 /autogen.sh | |
| download | autotools-project-06ec4982b1d3be9582d1be8cc93f7285ca948a05.tar autotools-project-06ec4982b1d3be9582d1be8cc93f7285ca948a05.tar.gz autotools-project-06ec4982b1d3be9582d1be8cc93f7285ca948a05.tar.bz2 autotools-project-06ec4982b1d3be9582d1be8cc93f7285ca948a05.tar.lz autotools-project-06ec4982b1d3be9582d1be8cc93f7285ca948a05.tar.xz autotools-project-06ec4982b1d3be9582d1be8cc93f7285ca948a05.tar.zst autotools-project-06ec4982b1d3be9582d1be8cc93f7285ca948a05.zip | |
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..b273a20 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -eux + +exec autoreconf -isf -Wall |
