summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-05-03 12:32:11 +0200
committerunknown <lenz@mysql.com>2002-05-03 12:32:11 +0200
commit531d2a63eee5f02985a8b230c66a7b1b6721320c (patch)
tree0a73936153227d864d1fcd43afa67e460bae0b3a /configure.in
parentaf75c44bcb817f9a62f3adde2d4562a964492572 (diff)
parent7c510b93c64773b609b97f04ae2d19c84b88045b (diff)
downloadmariadb-git-531d2a63eee5f02985a8b230c66a7b1b6721320c.tar.gz
Merge mysql.com:/my/mysql-4.0 into mysql.com:/my/mysql-4.0.spec
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7febd8ec21f..5e593d17dc4 100644
--- a/configure.in
+++ b/configure.in
@@ -364,6 +364,9 @@ AC_PATH_PROG(SED, sed, sed)
AC_PATH_PROG(CMP, cmp, cmp)
AC_PATH_PROG(CHMOD, chmod, chmod)
AC_PATH_PROG(HOSTNAME, hostname, hostname)
+# Check for a GNU tar named 'gtar', fall back to 'tar' otherwise
+# and hope that it's a GNU tar as well
+AC_CHECK_PROGS(TAR, gtar tar)
dnl We use a path for perl so the script startup works
dnl We make sure to use perl, not perl5, in hopes that the RPMs will
dnl not depend on the perl5 binary being installed (probably a bug in RPM)