We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f37e0 commit 966048bCopy full SHA for 966048b
autogen.sh
@@ -1,5 +1,10 @@
1
#! /bin/sh
2
-if autoreconf --install --symlink --force; then
+do_symlink=
3
+if ln -s autogen-symlink-test autogen-symlink-test-link > /dev/null 2>&1; then
4
+ do_symlink=--symlink
5
+ rm autogen-symlink-test-link
6
+fi
7
+if autoreconf --install $do_symlink --force; then
8
echo
9
echo "------------------------------------------------------"
10
echo "Initialized build system. You can now run ./configure "
0 commit comments