Commit 391d94f4f9dd8b2856d8f81efc328e44ca375c39
1 parent
8e72fdfe
Exists in
master
and in
2 other branches
Allowing build from another folder.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
autogen.sh
| @@ -3,7 +3,6 @@ | @@ -3,7 +3,6 @@ | ||
| 3 | test -n "$srcdir" || srcdir=`dirname "$0"` | 3 | test -n "$srcdir" || srcdir=`dirname "$0"` |
| 4 | test -n "$srcdir" || srcdir=. | 4 | test -n "$srcdir" || srcdir=. |
| 5 | 5 | ||
| 6 | -olddir=`pwd` | ||
| 7 | cd "$srcdir" | 6 | cd "$srcdir" |
| 8 | 7 | ||
| 9 | mkdir -p scripts | 8 | mkdir -p scripts |
| @@ -37,7 +36,6 @@ automake --add-missing 2> /dev/null | true | @@ -37,7 +36,6 @@ automake --add-missing 2> /dev/null | true | ||
| 37 | 36 | ||
| 38 | autopoint | 37 | autopoint |
| 39 | 38 | ||
| 40 | -cd "$olddir" | ||
| 41 | test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" | 39 | test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" |
| 42 | 40 | ||
| 43 | 41 |