Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37502678
en ru br
ALT Linux repositórios
S:3.14.14-alt3
5.0: 3.14.4-alt5
4.1: 3.14.8-alt0.M41.1
4.0: 3.14.3-alt0.M40.1
3.0: 3.10.17-alt1
+updates:3.10.18-alt0.C30.1

Outros repositórios
Upstream:3.14.3

Group :: Sistema/Servidores
RPM: apcupsd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 0001-Reworking-fix-on-autoconf.patch
Download


From 716141e8c13f390cec3260f6c572f1467e6bc5dd Mon Sep 17 00:00:00 2001
From: Artyom Bystrov <arbars@altlinux.org>
Date: Thu, 27 Jul 2023 14:08:37 +0300
Subject: [PATCH] Reworking fix on autoconf
---
 ./autoconf/configure.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/apcupsd/autoconf/configure.in b/apcupsd/autoconf/configure.in
index fbb3c6b..0ce580f 100644
--- a/autoconf/configure.in
+++ b/autoconf/configure.in
@@ -14,7 +14,7 @@ dnl Config header file.
 AC_CONFIG_HEADER(include/apcconfig.h:autoconf/config.h.in)
 
 topdir=`pwd`
-AC_CONFIG_AUX_DIR(${topdir}/autoconf)
+AC_CONFIG_AUX_DIR(autoconf)
 
 dnl
 dnl Absolute srcdir
@@ -893,6 +893,9 @@ fi
 if test x$MKINSTALLDIRS = x ; then
    MKINSTALLDIRS="\$(topdir)/autoconf/mkinstalldirs"
 fi
+if test x$MKINSTALLDIRS != x ; then
+   MKINSTALLDIRS="$(readlink -f "$MKINSTALLDIRS")"
+fi
 AC_SUBST(MKINSTALLDIRS)
 
 
-- 
2.33.8
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009