Commit 48297ea7d178c7d677a6b3cae2ca36d77978c34a
1 parent
0b6ac9cf
Exists in
master
and in
1 other branch
Adjustments on autogen.sh to allow use from another path.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
autogen.sh
| ... | ... | @@ -3,7 +3,6 @@ |
| 3 | 3 | test -n "$srcdir" || srcdir=`dirname "$0"` |
| 4 | 4 | test -n "$srcdir" || srcdir=. |
| 5 | 5 | |
| 6 | -olddir=`pwd` | |
| 7 | 6 | cd "$srcdir" |
| 8 | 7 | |
| 9 | 8 | mkdir -p scripts |
| ... | ... | @@ -35,7 +34,6 @@ fi |
| 35 | 34 | |
| 36 | 35 | automake --add-missing 2> /dev/null | true |
| 37 | 36 | |
| 38 | -cd "$olddir" | |
| 39 | 37 | test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" |
| 40 | 38 | |
| 41 | 39 | ... | ... |