xenocara/font/adobe-utopia-75dpi/autogen.sh
2006-11-26 15:49:23 +00:00

13 lines
195 B
Bash

#! /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 "$@"