File: autogen.sh

package info (click to toggle)
mstflint 4.21.0%2B1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 40,180 kB
  • sloc: ansic: 207,012; cpp: 94,474; ada: 10,938; python: 6,832; sh: 4,438; makefile: 953
file content (13 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

# create config dir if not exist
test -d config || mkdir config

sh gitversion.sh ./common/gitversion.h

set -x
aclocal -I config -I m4
libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf