File: autogen.sh

package info (click to toggle)
ogle 0.9.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,940 kB
  • ctags: 3,499
  • sloc: ansic: 35,155; sh: 7,555; makefile: 259; asm: 71
file content (11 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
set -x

aclocal
libtoolize --copy --automake
#autoheader
#add --include-deps if you want to bootstrap with any other compiler than gcc
#automake --copy --add-missing --include-deps
automake --copy --add-missing
autoconf
rm -f config.cache