automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} cleanup: drop a redundant %?FIRST% transform


From: Stefano Lattarini
Subject: [FYI] {maint} cleanup: drop a redundant %?FIRST% transform
Date: Mon, 31 Dec 2012 11:54:56 +0100

* lib/am/texinfos.am: Here: this file is only included one time
per Makefile by Automake.

Cherry picked from Automake-NG commit 'v1.12.2-864-g5c580b0'.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/texinfos.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am
index 6d45c95..790674c 100644
--- a/lib/am/texinfos.am
+++ b/lib/am/texinfos.am
@@ -79,13 +79,11 @@ endif ! %?LOCAL-TEXIS%
 ## if the user doesn't request it not to be run (through the
 ## 'AM_UPDATE_INFO_DIR' environment variable).  See automake bug#9773
 ## and Debian Bug#543992.
-if %?FIRST%
 am__can_run_installinfo = \
   case $$AM_UPDATE_INFO_DIR in \
     n|no|NO) false;; \
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
-endif
 
 ## Look in both . and srcdir because the info pages might have been
 ## rebuilt in the build directory.  Can't cd to srcdir; that might
-- 
1.8.1.rc3.27.g3b73c7d




reply via email to

[Prev in Thread] Current Thread [Next in Thread]