File: autogen.sh

package info (click to toggle)
faba-icon-theme 4.1.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,112 kB
  • ctags: 33
  • sloc: ruby: 163; python: 148; sh: 119; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 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