x11-xserver-utils/xmodmap/autogen.sh

15 lines
209 B
Bash
Raw Normal View History

2007-08-13 08:12:20 -05:00
#! /bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
2015-05-02 11:35:20 -05:00
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi