File: autogen.sh

package info (click to toggle)
perftest 2.3%2B0.12.gcb5b746-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,580 kB
  • ctags: 797
  • sloc: sh: 10,225; ansic: 10,190; makefile: 44
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