File: autogen.sh

package info (click to toggle)
fityk 1.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,784 kB
  • sloc: cpp: 34,396; ansic: 4,673; python: 971; makefile: 366; sh: 117; java: 31; ruby: 27; perl: 25; xml: 16
file content (11 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -x

# choose one:
(cd doc && make)                  # build docs
#mkdir -p doc/html/placeholder    # do not build docs

autoreconf --install --verbose  \
&& ./configure "$@"