@@ -1,6 +1,17 | |||||
1 | #!/bin/sh -e |
|
1 | #!/bin/sh -e | |
2 | test -n "$srcdir" || srcdir=`dirname "$0"` |
|
2 | ||
3 | test -n "$srcdir" || srcdir=. |
|
3 | rm -R .hg | |
|
4 | rm .hgignore | |||
|
5 | cd ../ | |||
|
6 | cp -R lppserial lppserial-1.0.orig | |||
|
7 | mv lppserial lppserial-1.0 | |||
|
8 | tar czvf lppserial_1.0.orig.tar.gz lppserial-1.0.orig | |||
4 |
|
9 | |||
5 | autoreconf --force --install --verbose "$srcdir" |
|
10 | cd lppserial-1.0 | |
6 | test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" |
|
11 | ||
|
12 | libtoolize | |||
|
13 | autoreconf | |||
|
14 | automake -a | |||
|
15 | autoreconf | |||
|
16 | automake -a | |||
|
17 | ./configure |
General Comments 0
You need to be logged in to leave comments.
Login now