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:
parent
07f61c7131
commit
c37c9f348d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user