diff options
author | lenz@mysql.com <> | 2002-05-03 12:31:25 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-05-03 12:31:25 +0200 |
commit | 818af46d6c3a44408bdd4dd77b3d5e9a76b5b893 (patch) | |
tree | f018e0ba3a16dbef55c7195250c190640678514d /configure.in | |
parent | 23982514c150938d252e16a222d7b4f314c4b9b9 (diff) | |
download | mariadb-git-818af46d6c3a44408bdd4dd77b3d5e9a76b5b893.tar.gz |
Reworked the RPM spec file and added several fixes to make the
build scripts work again.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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) |