asynciodebian/masterdebian/stretch-backportsjessie-backportsmsvaproxy-ticketupstream
Last change
on this file since 787dab7 was
7bebb42,
checked in by Nokis Mavrogiannopoulos <nmav@…>, 13 years ago
|
upgraded to 0.4.0
|
-
Property mode set to
100755
|
File size:
403 bytes
|
Rev | Line | |
---|
[9706fc2] | 1 | #!/bin/sh |
---|
[740a39e] | 2 | |
---|
[7bebb42] | 3 | if [ -z $ACLOCAL ]; then |
---|
| 4 | ACLOCAL=aclocal |
---|
| 5 | fi |
---|
| 6 | if [ -z $AUTOCONF ]; then |
---|
| 7 | AUTOCONF=autoconf |
---|
| 8 | fi |
---|
| 9 | if [ -z $AUTOHEADER ]; then |
---|
| 10 | AUTOHEADER=autoheader |
---|
| 11 | fi |
---|
| 12 | if [ -z $AUTORECONF ]; then |
---|
| 13 | AUTORECONF=autoreconf |
---|
| 14 | fi |
---|
| 15 | |
---|
| 16 | #rm -rf autom4te.cache |
---|
| 17 | $AUTORECONF -f -i |
---|
| 18 | #touch stamp-h.in |
---|
| 19 | |
---|
| 20 | for x in providers/*; do |
---|
| 21 | if [ -e $x/autogen.sh ]; then |
---|
| 22 | echo Generating Config files in $x |
---|
| 23 | (cd $x; ./autogen.sh $*) |
---|
| 24 | fi |
---|
| 25 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.