Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
c3cf5312
Commit
c3cf5312
authored
Aug 01, 2015
by
Erik de Castro Lopo
Browse files
autogen.sh: Add --no-symlinks option
parent
9e2bf61d
Changes
1
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
c3cf5312
...
...
@@ -3,6 +3,18 @@
# We trust that the user has a recent enough autoconf & automake setup
# (not older than a few years...)
use_symlinks
=
" --symlink"
case
$1
in
--no-symlink
*
)
use_symlinks
=
""
echo
"Copying autotool files instead of using symlinks."
;;
*
)
echo
"Using symlinks to autotool files (use --no-symlinks to copy instead)."
;;
esac
test_program_errors
=
0
test_program
()
{
...
...
@@ -40,5 +52,5 @@ test -n "$srcdir" && cd "$srcdir"
echo
"Updating build configuration files for FLAC, please wait...."
touch
config.rpath
autoreconf
--install
--
symlink
--force
autoreconf
--install
$use_
symlink
s
--force
#./configure "$@" && echo
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment