~alltray-developers/alltray/trunk

1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
#
# Generate the build system for AllTray.
#

printf "I will run ./configure after generating it and pass it all options\n"
printf "you pass to me.  Send me a SIGINT and re-run me if you want to pass\n"
printf "any configure options.\n\n"

autoreconf --force --install
./configure "$@"