summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-03-14 14:10:18 +0100
committerKarel Zak2007-03-14 14:10:18 +0100
commit82640b11ba9fbb36e8d39c2a05671ef5f8011b68 (patch)
tree9b45cf0b2a10f10e1d2fd8a1575e74e36312d22d /configure.ac
parentbuild-sys: remove aclocal.m4 from SCM (diff)
downloadkernel-qcow2-util-linux-82640b11ba9fbb36e8d39c2a05671ef5f8011b68.tar.gz
kernel-qcow2-util-linux-82640b11ba9fbb36e8d39c2a05671ef5f8011b68.tar.xz
kernel-qcow2-util-linux-82640b11ba9fbb36e8d39c2a05671ef5f8011b68.zip
tests: add library for LD_PRELOAD to manipulate with time() in tests
The cal command generates output that depends on time(). For reliable regression tests we need to use still same time. It seems that LD_PRELOAD is pretty simple way. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 95690ddf1..66e88df8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AC_PREFIX_DEFAULT(/)
AC_PROG_CC_STDC
AC_PROG_RANLIB
+AC_PROG_LIBTOOL
AC_PATH_PROG(PERL, perl)