File: autogen.sh

package info (click to toggle)
ctpl 0.3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,336 kB
  • sloc: sh: 12,160; ansic: 5,879; python: 159; makefile: 124; sed: 16
file content (8 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash

mkdir -p build/auxf         || exit 1
mkdir -p build/m4           || exit 1
gtkdocize --flavour no-tmpl || exit 1
autoreconf -vfi             || exit 1

#~ ./configure "$@"