File: autogen.sh

package info (click to toggle)
perftest 4.4%2B0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,076 kB
  • sloc: ansic: 13,955; sh: 4,277; makefile: 55
file content (9 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#! /bin/sh

test -d ./config || mkdir ./config
mkdir -p m4 config/m4 config/aux
aclocal -I config
libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf