--- info-look.el.orig 2011-05-12 08:36:49.000000000 +1000 +++ info-look.el 2011-05-12 08:49:43.000000000 +1000 @@ -779,8 +779,10 @@ ;; Automake has index entries for its notes on various autoconf ;; macros (eg. AC_PROG_CC). Ensure this is after the autoconf ;; index, so as to prefer the autoconf docs. - ("(automake)Macro and Variable Index" nil - "^[ \t]*`" "'")) + ;; The node name varies with the automake version, try them all. + ("(automake)Macro Index" nil "^[ \t]*`" "'") ;; automake 1.11 + ("(automake)Macro and Variable Index" nil "^[ \t]*`" "'") ;; 1.4 + ("(automake)Index" nil "^[ \t]*`" "'")) ;; automake 1.3 ;; Autoconf symbols are M4 macros. Thus use M4's parser. :parse-rule 'ignore :other-modes '(m4-mode))