Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1683 - gentoo-syntax
Date: Thu, 29 Dec 2011 11:03:17
Message-Id: 20111229110308.69DCA2004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-29 11:03:07 +0000 (Thu, 29 Dec 2011)
3 New Revision: 1683
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-autotools) Add eaclocal_amflags() function
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2011-12-29 11:02:20 UTC (rev 1682)
15 +++ gentoo-syntax/ChangeLog 2011-12-29 11:03:07 UTC (rev 1683)
16 @@ -9,6 +9,7 @@
17 function. Remove functions gcc-library-configure() and
18 add_version to shared()
19 (ebuild-mode-keywords-eutils): Add in_iuse() function
20 + (ebuild-mode-keywords-autotools): Add eaclocal_amflags() function
21
22 2011-12-28 Christian Faulhammer <fauli@g.o>
23
24
25 Modified: gentoo-syntax/ebuild-mode-keywords.el
26 ===================================================================
27 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 11:02:20 UTC (rev 1682)
28 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 11:03:07 UTC (rev 1683)
29 @@ -291,7 +291,8 @@
30
31 (defvar ebuild-mode-keywords-autotools
32 '(("eautoreconf" "eaclocal" "_elibtoolize" "eautoconf" "eautoheader"
33 - "eautopoint" "eautomake" "autotools_m4dir_include" "WANT_AUTOCONF" "WANT_AUTOMAKE")
34 + "eautopoint" "eautomake" "autotools_m4dir_include" "eaclocal_amflags"
35 + "WANT_AUTOCONF" "WANT_AUTOMAKE")
36 font-lock-type-face))
37
38 (defvar ebuild-mode-keywords-autotools-utils