Commit 661a4cec authored by kaefer's avatar kaefer
Browse files

fix glibtoolize detection

parent 1d805b36
#!/bin/sh
if glibtoolize --version &> /dev/null
glibtoolize=$(which glibtoolize)
if [ ${#glibtoolize} -gt 0 ]
then libtoolize=glibtoolize
else libtoolize=libtoolize
fi
......
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