>From [EMAIL PROTECTED] Wed Mar 12 22:38:18 2008 X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] X-Forwarded-To: [EMAIL PROTECTED] X-Forwarded-For: [EMAIL PROTECTED] [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] X-Forwarded-To: [EMAIL PROTECTED] X-X-Forwarded-For: [EMAIL PROTECTED] [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Received-SPF: neutral (google.com: 140.186.70.10 is neither permitted nor denied by best guess record for domain of [EMAIL PROTECTED]) client-ip=140.186.70.10; Authentication-Results: mx.google.com; spf=neutral (google.com: 140.186.70.10 is neither permitted nor denied by best guess record for domain of [EMAIL PROTECTED]) [EMAIL PROTECTED] X-RZG-CLASS-ID: mo07 X-RZG-AUTH: gMysVb8JT2gB+rFDu0PuvnPihAP8oFdePhw95HsIrI3FAWzVjXQh+Q== From: Bruno Haible <[EMAIL PROTECTED]> To: Sam Steingold <[EMAIL PROTECTED]> Subject: Re: [PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages Date: Thu, 13 Mar 2008 03:38:00 +0100 User-Agent: KMail/1.5.4 Cc: bug-gnulib@gnu.org References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta)
Bruno wrote: >Sam Steingold wrote: >> | *** m4/lib-link.m4.orig 2008-03-12 05:46:15.000000000 +0100 >> | --- m4/lib-link.m4 2008-03-12 05:44:50.000000000 +0100 >> | *************** >> | *** 1,4 **** >> | ! # lib-link.m4 serial 14 (gettext-0.18) >> please add "# -*- Autoconf -*-" here. >We have several hundred *.m4 files. I won't add particular markers for Emacs >to each of them. You should better find a way to customize your Emacs >accordingly. Something like this probably (untested): > (setq auto-mode-alist (cons '("\\.m4\\'" . autoconf-mode) auto-mode-alist)) this would make _all_ m4 files autoconf which is not right. some files are plain m4.