File: autogen.sh

package info (click to toggle)
libfsoframework 0.2.4%2Bgit20100501-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,452 kB
  • ctags: 101
  • sloc: sh: 10,126; makefile: 203
file content (12 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

ORIGDIR=`pwd`
cd $srcdir

autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?

#$srcdir/configure "$@"