Skip to content

Commit c37c9f3

Browse files
committed
autogen.sh: Create autostuff/ dir if it does not exist
1 parent 07f61c7 commit c37c9f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autogen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
test -n "$srcdir" || srcdir=`dirname "$0"`
2323
test -n "$srcdir" || srcdir=.
2424

25+
test -d "$srcdir/autostuff" || mkdir "$srcdir/autostuff"
2526
autoreconf --force --install --verbose "$srcdir"

0 commit comments

Comments
 (0)