nsbin/build-autoconf.sh

14 lines
216 B
Bash
Raw Normal View History

2005-11-10 11:54:53 +00:00
#!/bin/sh
#
# Nico Schottelius <nico-linux@schottelius.org>
# Date: 17-Sep-2005
# Last Modified: -
#
[ $# -eq 1 ] || exit 23
PACKAGE=$1; shift
PREFIX=/usr/packages/$PACKAGE
./configure --prefix=$PREfIX $@ && make