File: autogen.sh

package info (click to toggle)
orsa 0.7.0-15
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,608 kB
  • ctags: 4,855
  • sloc: cpp: 27,156; sh: 8,377; ansic: 4,440; makefile: 306; xml: 63
file content (12 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

# Run this to generate all the auto-generated files needed by the GNU
# configure program

set -x

aclocal -I macros
libtoolize --automake --force --copy
autoheader
automake --add-missing --copy
autoconf