summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2016-09-01 22:25:22 -0400
committerTheodore Ts'o <tytso@mit.edu>2016-09-01 22:25:22 -0400
commita2143b51605931db28ba3d5f18f06a73c265287b (patch)
treef52cf258105a558d931829ba342bfb54bcb3c5e8 /configure.ac
parentf6acc1212de6a52917ef0098e683905d35ac549e (diff)
Fix build reproducibility for mk_cmds and compile_et
The mk_cmds and compile_et scripts include the build directory, which breaks the build reproducibility goal of Debian. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index a387dfd7..1c733018 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1400,13 +1400,6 @@ darwin*)
;;
esac
dnl
-dnl Make the ss and et directories work correctly.
-dnl
-SS_DIR=`cd ${srcdir}/lib/ss; pwd`
-ET_DIR=`cd ${srcdir}/lib/et; pwd`
-AC_SUBST(SS_DIR)
-AC_SUBST(ET_DIR)
-dnl
dnl Only try to run the test suite if we're not cross compiling.
dnl
if test "$cross_compiling" = yes ; then