File: autogen.sh

package info (click to toggle)
istanbul 0.2.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,428 kB
  • ctags: 329
  • sloc: sh: 9,252; ansic: 1,285; python: 1,247; makefile: 160
file content (12 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -x

aclocal -I common || exit 1
libtoolize --force || exit 1
intltoolize --force || exit 1
# autoheader || exit 1
autoconf || exit 1
automake -a || exit 1
echo "./autogen.sh $@" > autoregen.sh
chmod +x autoregen.sh
./configure $@