aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-02-07 06:31:03 +0100
committerTristan Gingold <tgingold@free.fr>2017-02-07 06:31:03 +0100
commit7873da82231e872021311ece34644c323e5e99d8 (patch)
treef3856c93f32ac710ef7b8ce00416f06d80a11529 /configure
parentdb4b46e5c5c5f98ccba37fc18a9ac48a0cba0ff5 (diff)
downloadghdl-7873da82231e872021311ece34644c323e5e99d8.tar.gz
ghdl-7873da82231e872021311ece34644c323e5e99d8.tar.bz2
ghdl-7873da82231e872021311ece34644c323e5e99d8.zip
libghdlsynth: can generate so/dll file.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index 56d95c51e..01a2cbf1e 100755
--- a/configure
+++ b/configure
@@ -204,6 +204,15 @@ else
default_pie="no"
fi
+# Create subdirectories
+if [ ! -d pic ]; then
+ echo "create pic/ subdirectory"
+ if ! mkdir pic; then
+ echo "failed to create pic/"
+ exit 1;
+ fi
+fi
+
# Generate config.status
rm -f config.status
{