Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127725 | Differences between
and this patch

Collapse All | Expand All

(-)amanda-2.5.0p2/configure (-1 / +1 lines)
Lines 9009-9015 Link Here
9009
9009
9010
if test ! -z "$GNUTAR"; then
9010
if test ! -z "$GNUTAR"; then
9011
  case "`\"$GNUTAR\" --version 2>&1`" in
9011
  case "`\"$GNUTAR\" --version 2>&1`" in
9012
   *GNU*tar* | *Free*paxutils* )
9012
   *GNU*tar* | *Free*paxutils* | *tar\ \(tar\)\ 1.14.90* )
9013
9013
9014
cat >>confdefs.h <<_ACEOF
9014
cat >>confdefs.h <<_ACEOF
9015
#define GNUTAR "$GNUTAR"
9015
#define GNUTAR "$GNUTAR"
(-)amanda-2.5.0p2/configure.in (-1 / +1 lines)
Lines 1425-1431 Link Here
1425
AC_PATH_PROGS(GNUTAR,gtar gnutar tar,,$LOCSYSPATH)
1425
AC_PATH_PROGS(GNUTAR,gtar gnutar tar,,$LOCSYSPATH)
1426
if test ! -z "$GNUTAR"; then
1426
if test ! -z "$GNUTAR"; then
1427
  case "`\"$GNUTAR\" --version 2>&1`" in
1427
  case "`\"$GNUTAR\" --version 2>&1`" in
1428
   *GNU*tar* | *Free*paxutils* )
1428
   *GNU*tar* | *Free*paxutils* | *tar\ \(tar\)\ 1.14.90* )
1429
		AC_DEFINE_UNQUOTED(GNUTAR,"$GNUTAR",[Define to the location of Gnu tar. ])
1429
		AC_DEFINE_UNQUOTED(GNUTAR,"$GNUTAR",[Define to the location of Gnu tar. ])
1430
		;;
1430
		;;
1431
   *)
1431
   *)

Return to bug 127725