root/foundation-libs/libxt-maxx/autogen.sh

Revision 5, 195 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1#! /bin/sh
2
3srcdir=`dirname $0`
4test -z "$srcdir" && srcdir=.
5
6ORIGDIR=`pwd`
7cd $srcdir
8
9autoreconf -v --install || exit 1
10cd $ORIGDIR || exit $?
11
12$srcdir/configure --enable-maintainer-mode "$@"
Note: See TracBrowser for help on using the browser.