#!/bin/sh # silly configure script for qmqtool # we're in the major league now # Copyright Jeremy Kister 2008.01.15 echo " " while test $# -gt 0 ; do case $1 in --*=*) arg=`echo $1 | sed 's/.*=//'` ;; *) arg= ;; esac case $1 in --help) cat < qmqtool install: qmqtool -mkdir -p $destdir cp qmqtool $destdir chown 0 $destdir/qmqtool chmod 755 $destdir/qmqtool clean: -rm Makefile qmqtool out: @echo "well, as long as you're a chick, sure!" EOM ) > Makefile echo " " echo "now type 'make' and then 'make install'"