File: autogen.sh

package info (click to toggle)
g15stats 1.9.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 172 kB
  • ctags: 129
  • sloc: ansic: 1,632; makefile: 23; sh: 7
file content (8 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#! /bin/sh
[ -d config ] || mkdir config 
set -x
aclocal -I config
libtoolize --force --copy
autoheader
automake --add-missing --copy
autoconf