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:
@ -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"
|
||||
|
Reference in New Issue
Block a user