Commit e83fcd8467f7fc8025177791745e36e5bf930021
Exists in
master
and in
2 other branches
Merge branch 'master' into develop
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 |
@@ -46,7 +45,6 @@ automake --add-missing 2> /dev/null | true | @@ -46,7 +45,6 @@ automake --add-missing 2> /dev/null | true | ||
46 | 45 | ||
47 | autopoint | 46 | autopoint |
48 | 47 | ||
49 | -cd "$olddir" | ||
50 | test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" | 48 | test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" |
51 | 49 | ||
52 | 50 |