3 if ln -s autogen-symlink-test autogen-symlink-test-link
> /dev
/null
2>&1; then
5 rm autogen-symlink-test-link
7 if autoreconf
--install $do_symlink --force; then
9 echo "------------------------------------------------------"
10 echo "Initialized build system. You can now run ./configure "
11 echo "------------------------------------------------------"
16 echo "--------------------------"
17 echo "Running autoreconf failed."
18 echo "--------------------------"