unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: "Maciej W. Rozycki" <macro@linux-mips.org>
Subject: [patch] 1.6.4: aclocal 1.8 compatibility
Date: Fri, 30 Jul 2004 14:16:51 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.58L.0407301408090.23489@blysk.ds.pg.gda.pl> (raw)

Hello,

 Since automake 1.8 aclocal requires macro names being defined by AC_DEFUN 
to be quoted.  Here is a patch that adds missing quotations.

2004-07-30  Maciej W. Rozycki  <macro@linux-mips.org>

	* acinclude.m4: Quote names of macros to be defined by AC_DEFUN
	throughout.
	* configure.in: Likewise.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.

 Please apply.

  Maciej

guile-1.6.4-am18.patch
diff -up --recursive --new-file guile-1.6.4.macro/acinclude.m4 guile-1.6.4/acinclude.m4
--- guile-1.6.4.macro/acinclude.m4	2002-12-07 22:41:28.000000000 +0000
+++ guile-1.6.4/acinclude.m4	2004-07-26 21:21:30.000000000 +0000
@@ -1,7 +1,7 @@
 dnl  On the NeXT, #including <utime.h> doesn't give you a definition for
 dnl  struct utime, unless you #define _POSIX_SOURCE.
 
-AC_DEFUN(GUILE_STRUCT_UTIMBUF, [
+AC_DEFUN([GUILE_STRUCT_UTIMBUF], [
   AC_CACHE_CHECK([whether we need POSIX to get struct utimbuf],
     guile_cv_struct_utimbuf_needs_posix,
     [AC_TRY_CPP([
@@ -71,7 +71,7 @@ dnl with other parameters, such as libra
 dnl
 dnl GUILE_NAMED_CHECK_FUNC(FUNCTION, TESTNAME,
 dnl                        [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-AC_DEFUN(GUILE_NAMED_CHECK_FUNC,
+AC_DEFUN([GUILE_NAMED_CHECK_FUNC],
 [AC_MSG_CHECKING([for $1])
 AC_CACHE_VAL(ac_cv_func_$1_$2,
 [AC_TRY_LINK(
diff -up --recursive --new-file guile-1.6.4.macro/configure.in guile-1.6.4/configure.in
--- guile-1.6.4.macro/configure.in	2002-12-08 01:48:52.000000000 +0000
+++ guile-1.6.4/configure.in	2004-07-26 21:25:11.000000000 +0000
@@ -279,7 +279,7 @@ AC_CHECK_LIB(crypt, crypt)
 
 ### Check for a declaration of FUNCTION in HEADERFILE; if it is
 ### not there, #define MISSING_FUNCTION_DECL.
-AC_DEFUN(GUILE_FUNC_DECLARED, [
+AC_DEFUN([GUILE_FUNC_DECLARED], [
   AC_CACHE_CHECK(for $1 declaration, guile_cv_func_$1_declared,
     AC_EGREP_HEADER($1, $2,
 		    guile_cv_func_$1_declared=yes,


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


             reply	other threads:[~2004-07-30 12:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-30 12:16 Maciej W. Rozycki [this message]
2004-07-31  1:57 ` [patch] 1.6.4: aclocal 1.8 compatibility Kevin Ryde
2004-08-02 11:21   ` Maciej W. Rozycki
2004-08-12  0:36   ` Rob Browning

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.58L.0407301408090.23489@blysk.ds.pg.gda.pl \
    --to=macro@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).