From: Stefano Lattarini Date: Sat, 11 Aug 2012 17:36:08 +0000 (+0200) Subject: [ng] cleanup: drop a redundant %?FIRST% transform X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c580b0ceaa6b508d2d58365b4003e2035e95b69;p=thirdparty%2Fautomake.git [ng] cleanup: drop a redundant %?FIRST% transform * lib/am/texinfos.am: Here: this file is only included one time per Makefile by Automake. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am index 9ad7d3932..2b4756009 100644 --- a/lib/am/texinfos.am +++ b/lib/am/texinfos.am @@ -63,13 +63,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