Commit ef053892 authored by Rafaël Carré's avatar Rafaël Carré

aclocal doesn't like -I <non-existing-dir>

parent 911b84c5
...@@ -112,6 +112,7 @@ fi ...@@ -112,6 +112,7 @@ fi
# Make sure prefix is absolute and existing # Make sure prefix is absolute and existing
mkdir -p "${PREFIX}" mkdir -p "${PREFIX}"
PREFIX=`cd "${PREFIX}" && pwd` PREFIX=`cd "${PREFIX}" && pwd`
mkdir -p "${PREFIX}/share/aclocal" # aclocal needs this dir to exist
# #
# Set up build dir # Set up build dir
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment