diff --git a/darkice/trunk/update-conf b/darkice/trunk/update-conf new file mode 100755 index 0000000..6d775f1 --- /dev/null +++ b/darkice/trunk/update-conf @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Update the automake / autoconf configuration +# + +automake && aclocal && autoconf && ./configure +