Mercurial > dnsbl
comparison package @ 148:9330b8d6a56b
add documentation fixes, allow env_from target of inherit
author | carl |
---|---|
date | Tue, 30 Jan 2007 16:27:49 -0800 |
parents | aa07452e641b |
children | c7fc218686f5 |
comparison
equal
deleted
inserted
replaced
147:812c80305f26 | 148:9330b8d6a56b |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 T=`grep AM_INIT_AUTOMAKE configure.in | cut -d'(' -f2` | 3 T=`grep AC_INIT configure.in | cut -d'(' -f2` |
4 NAME=`echo $T | cut -d, -f1` | 4 NAME=`echo $T | cut -d, -f1` |
5 VER=`echo $T | cut -d, -f2 | cut -d')' -f1` | 5 VER=`echo $T | cut -d, -f2` |
6 BALL=$NAME-$VER.tar.gz | 6 BALL=$NAME-$VER.tar.gz |
7 web=/home/httpd/html/510sg/$NAME | 7 web=/home/httpd/html/510sg/$NAME |
8 distlog=/tmp/distcheck | 8 distlog=/tmp/distcheck |
9 | 9 |
10 mkdir -p $web | 10 mkdir -p $web |