Build system for nv

This commit is contained in:
Søren Sandmann Pedersen
2005-07-26 18:40:29 +00:00
parent 74772a7dc4
commit 6ea22f1921
5 changed files with 184 additions and 0 deletions

13
autogen.sh Executable file
View File

@@ -0,0 +1,13 @@
#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@"