1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

add build system

This commit is contained in:
Horst3180
2015-05-28 17:41:22 +02:00
parent d533557384
commit f21150e179
604 changed files with 22542 additions and 2 deletions

13
autogen.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
test -z "$srcdir" && srcdir=$(dirname "$0")
test -z "$srcdir" && srcdir=.
cwd=$(pwd)
cd "$srcdir"
mkdir -p m4
autoreconf --verbose --force --install || exit $?
cd "$cwd"
"$srcdir/configure" $@