1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

autogen.sh: Create autostuff/ dir if it does not exist

This commit is contained in:
Daniel Elstner 2015-08-27 11:46:06 +02:00
parent 07f61c7131
commit c37c9f348d

View File

@ -22,4 +22,5 @@
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
test -d "$srcdir/autostuff" || mkdir "$srcdir/autostuff"
autoreconf --force --install --verbose "$srcdir"