summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-28 17:12:36 +0100
committerMans Rullgard <mans@mansr.com>2011-06-28 18:15:19 +0100
commit7ac6910dd83be28331edccf5ad7511cb006afd05 (patch)
tree1db628d8bc85e91eacefb438af0728f1b3e68216 /configure
parent57b4a3dd2b358b2122736af861c1538acd1eed1a (diff)
build: call texi2pod.pl with full path instead of symlink
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure b/configure
index 0857d6f3b2..16ef011be7 100755
--- a/configure
+++ b/configure
@@ -3212,12 +3212,8 @@ if enabled source_path_used; then
tests
tools
"
- FILES="
- Makefile
- doc/texi2pod.pl
- "
map 'mkdir -p $v' $DIRS;
- map '$ln_s "$source_path/$v" $v' $FILES
+ $ln_s "$source_path/Makefile" .
fi
config_files="$TMPH config.mak"