summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMaxime Gauduin <alucryd@gmail.com>2013-01-27 10:16:57 +0100
committerAllan McRae <allan@archlinux.org>2013-01-28 23:38:46 +1000
commit8624eddb31dc360312b50b5435f6688bec4543c5 (patch)
tree582024a1a825e6eed63eb26338cdb1ec4ed12602 /configure.ac
parent24a78fe7315c962dde892ca85ddb0675eae622f7 (diff)
Make sed follow symlinks on Linux
Signed-off-by: Maxime Gauduin <alucryd@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e2024212..a7364bab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -305,7 +305,7 @@ GCC_GNU89_INLINE_CC
# Host-dependant definitions
INODECMD="stat -c '%i %n'"
SIZECMD="stat -c %s"
-SEDINPLACE="sed -i"
+SEDINPLACE="sed --follow-symlinks -i"
DUFLAGS="-sk --apparent-size"
STRIP_BINARIES="--strip-all"
STRIP_SHARED="--strip-unneeded"