File: autogen.sh

package info (click to toggle)
moka-icon-theme 5.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 151,604 kB
  • ctags: 26
  • sloc: python: 163; makefile: 18; sh: 7
file content (11 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

autoreconf --force --install --symlink --warnings=all

if test -z "${NOCONFIGURE}"; then
    set -x
    ./configure --prefix=/usr "$@"
    make clean
fi