Skip to content
Snippets Groups Projects
Commit f4c88bf7 authored by Mark Grondona's avatar Mark Grondona
Browse files

o make sure auxdir exists

parent dd888425
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,9 @@ if test $DIE -eq 1; then
exit 1
fi
# make sure that auxdir exists
mkdir auxdir 2>/dev/null
echo "running libtoolize --automake --copy ..."
libtoolize --automake --copy
echo "running aclocal $ACLOCAL_FLAGS ... "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment