Skip to content
Snippets Groups Projects
autogen.sh 140 B
#!/bin/sh

script_dir=`echo "$0" | sed 's@[^/]*$@@'`
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
cd "$script_dir"

./scripts/reconfigure